DiFfRG
Loading...
Searching...
No Matches
DiFfRG::UMFPack< SparseMatrixType, VectorType > Class Template Reference

#include <UMFPack.hh>

Inheritance diagram for DiFfRG::UMFPack< SparseMatrixType, VectorType >:
DiFfRG::AbstractLinearSolver< SparseMatrixType, VectorType >

Public Member Functions

 UMFPack ()
 
void init (const SparseMatrixType &matrix)
 
bool invert ()
 
int solve (const VectorType &src, VectorType &dst, const double)
 
- Public Member Functions inherited from DiFfRG::AbstractLinearSolver< SparseMatrixType, VectorType >
 AbstractLinearSolver ()
 
void init (const SparseMatrixType &matrix)
 
bool invert ()
 
int solve (const VectorType &src, const VectorType &dst, const double tol)
 

Private Attributes

const SparseMatrixType * matrix
 
dealii::SparseDirectUMFPACK solver
 

Constructor & Destructor Documentation

◆ UMFPack()

template<typename SparseMatrixType , typename VectorType >
DiFfRG::UMFPack< SparseMatrixType, VectorType >::UMFPack ( )
inline

Member Function Documentation

◆ init()

template<typename SparseMatrixType , typename VectorType >
void DiFfRG::UMFPack< SparseMatrixType, VectorType >::init ( const SparseMatrixType & matrix)
inline

◆ invert()

template<typename SparseMatrixType , typename VectorType >
bool DiFfRG::UMFPack< SparseMatrixType, VectorType >::invert ( )
inline

◆ solve()

template<typename SparseMatrixType , typename VectorType >
int DiFfRG::UMFPack< SparseMatrixType, VectorType >::solve ( const VectorType & src,
VectorType & dst,
const double  )
inline

Member Data Documentation

◆ matrix

template<typename SparseMatrixType , typename VectorType >
const SparseMatrixType* DiFfRG::UMFPack< SparseMatrixType, VectorType >::matrix
private

◆ solver

template<typename SparseMatrixType , typename VectorType >
dealii::SparseDirectUMFPACK DiFfRG::UMFPack< SparseMatrixType, VectorType >::solver
private

The documentation for this class was generated from the following file: