dolfin.jit.pybind11jit

Functions

compile_cpp_code(cpp_code[, include_dirs, …]) Compile a user C(++) string and expose as a Python object with pybind11.
get_pybind_include() Find the pybind11 include path
jit_generate(cpp_code, module_name, …)
dolfin.jit.pybind11jit.compile_cpp_code(cpp_code, include_dirs=[], libs=[], lib_dirs=[], cxxflags=[])[source]

Compile a user C(++) string and expose as a Python object with pybind11.

dolfin.jit.pybind11jit.get_pybind_include()[source]

Find the pybind11 include path