defines.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
std::string
dolfin_version
()¶ Return DOLFIN version string
-
std::string
git_commit_hash
()¶ Return git changeset hash (returns “unknown” if changeset is not known)
-
std::size_t
sizeof_la_index
()¶ Return sizeof the dolfin::la_index type
-
bool
has_openmp
()¶ Return true if DOLFIN is compiled with OpenMP
-
bool
has_mpi
()¶ Return true if DOLFIN is compiled with MPI
-
bool
has_petsc
()¶ Return true if DOLFIN is compiled with PETSc
-
bool
has_tao
()¶ Return true if DOLFIN is compiled with PETSc and PETSc version provides TAO
-
bool
has_slepc
()¶ Return true if DOLFIN is compiled with SLEPc
-
bool
has_scotch
()¶ Return true if DOLFIN is compiled with Scotch
-
bool
has_umfpack
()¶ Return true if DOLFIN is compiled with Umfpack
-
bool
has_cholmod
()¶ Return true if DOLFIN is compiled with Cholmod
-
bool
has_parmetis
()¶ Return true if DOLFIN is compiled with ParMETIS
-
bool
has_zlib
()¶ Return true if DOLFIN is compiled with ZLIB
-
bool
has_hdf5
()¶ Return true if DOLFIN is compiled with HDF5