Reference documentation for deal.II version 9.4.1
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PETScWrappers::SparseDirectMUMPS::SolverDataMUMPS Struct Reference

Public Member Functions

 ~SolverDataMUMPS ()
 

Public Attributes

KSP ksp
 
PC pc
 

Detailed Description

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 980 of file petsc_solver.h.

Constructor & Destructor Documentation

◆ ~SolverDataMUMPS()

PETScWrappers::SparseDirectMUMPS::SolverDataMUMPS::~SolverDataMUMPS ( )

Destructor

Definition at line 626 of file petsc_solver.cc.

Member Data Documentation

◆ ksp

KSP PETScWrappers::SparseDirectMUMPS::SolverDataMUMPS::ksp

Definition at line 987 of file petsc_solver.h.

◆ pc

PC PETScWrappers::SparseDirectMUMPS::SolverDataMUMPS::pc

Definition at line 988 of file petsc_solver.h.


The documentation for this struct was generated from the following files: