DOpE
Public Member Functions
DOpEWrapper::PreconditionSSOR_Wrapper< MATRIX > Class Template Reference

#include <preconditioner_wrapper.h>

Inheritance diagram for DOpEWrapper::PreconditionSSOR_Wrapper< MATRIX >:

Public Member Functions

void initialize (const MATRIX &A)
 

Detailed Description

template<typename MATRIX>
class DOpEWrapper::PreconditionSSOR_Wrapper< MATRIX >

Wrapper for the dealii::PreconditionSSOR preconditioner.

This is provided to provide a unified initialization interface to the preconditioners making them useable as template arguments in our linear solvers.

Template Parameters
<MATRIX>The used matrix type

Member Function Documentation

template<typename MATRIX >
void DOpEWrapper::PreconditionSSOR_Wrapper< MATRIX >::initialize ( const MATRIX &  A)
inline

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