![]() |
Reference documentation for deal.II version GIT d1e6af55b6 2023-02-07 07:50:02+00:00
|
Public Member Functions | |
~SolverDataMUMPS () | |
Public Attributes | |
KSP | ksp |
PC | pc |
A structure that contains the PETSc solver and preconditioner objects. Since the solve member function in the base is not used here, the private SolverData struct located in the base could not be used either.
Definition at line 967 of file petsc_solver.h.
PETScWrappers::SparseDirectMUMPS::SolverDataMUMPS::~SolverDataMUMPS | ( | ) |
Destructor
Definition at line 671 of file petsc_solver.cc.
KSP PETScWrappers::SparseDirectMUMPS::SolverDataMUMPS::ksp |
Definition at line 974 of file petsc_solver.h.
PC PETScWrappers::SparseDirectMUMPS::SolverDataMUMPS::pc |
Definition at line 975 of file petsc_solver.h.