Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
These class provides static functions that permit users to set and retrieve PETSc options via the PETSc option/parameter system. The option should be prefixed by ‘-‘, e.g.
PETScOptions::set(“mat_mumps_icntl_14”, 40.0);
Set PETSc option that takes no value
Set PETSc boolean option
Set PETSc integer option
Set PETSc double option
Set PETSc string option
Genetic function for setting PETSc option
Clear PETSc option