concepts::UmfpackFabric Class Referenceabstract
Fabric class for Umfpack
.
More...
#include <umfpackFabric.hh>
Inheritance diagram for concepts::UmfpackFabric:
Public Member Functions | |
virtual Operator< Real > * | operator() () |
Creates a linear solver from matrix . More... | |
virtual Operator< Real > * | operator() (Operator< Real > &matrix) |
virtual Operator< Real > * | operator() (Operator< Real > &matrix)=0 |
virtual Operator< Real > * | operator() (SparseMatrix< Real > &matrix) |
UmfpackFabric (bool symmetric=false) | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
bool | symmetric_ |
Detailed Description
Fabric class for Umfpack
.
Definition at line 21 of file umfpackFabric.hh.
Constructor & Destructor Documentation
◆ UmfpackFabric()
|
inline |
Definition at line 23 of file umfpackFabric.hh.
Member Function Documentation
◆ info()
|
inlineprotectedvirtual |
Definition at line 35 of file umfpackFabric.hh.
◆ operator()() [1/4]
Creates a linear solver from matrix
.
The caller is responsible for the deletion of the delivered object.
- Returns
- Reference to the linear solver
Implements concepts::SolverFabric< Real >.
Definition at line 24 of file umfpackFabric.hh.
◆ operator()() [2/4]
|
inlinevirtual |
Definition at line 28 of file umfpackFabric.hh.
◆ operator()() [3/4]
|
pure virtualinherited |
Implemented in vectorial::CGUzawaFabric, and vectorial::BramblePasciakFabric.
◆ operator()() [4/4]
|
inlinevirtual |
Definition at line 31 of file umfpackFabric.hh.
Member Data Documentation
◆ symmetric_
|
private |
Definition at line 39 of file umfpackFabric.hh.
The documentation for this class was generated from the following file:
- operator/umfpackFabric.hh