This class holds aliases based on the Petsc library.
More...
#include <PetscInterface.hpp>
This class holds aliases based on the Petsc library.
Definition at line 37 of file PetscInterface.hpp.
◆ createPreconditioner() [1/2]
Create a PETSc-based preconditioner object.
- Parameters
-
params | the parameters for preconditioner |
- Returns
- owning pointer to the newly created preconditioner
◆ createPreconditioner() [2/2]
Create a PETSc-based preconditioner object.
- Parameters
-
params | the parameters for preconditioner |
nearNullKernel | the user-provided near null kernel |
- Returns
- owning pointer to the newly created preconditioner
◆ createSolver()
Create a petsc-based solver object.
- Parameters
-
params | the preconditioner parameters |
- Returns
- owning pointer to the newly created solver
The documentation for this class was generated from the following file: