DOpE
Public Member Functions
DOpEWrapper::PreconditionBlockSSOR_Wrapper< MATRIX, blocksize > Class Template Reference

#include <preconditioner_wrapper.h>

Inheritance diagram for DOpEWrapper::PreconditionBlockSSOR_Wrapper< MATRIX, blocksize >:

Public Member Functions

void initialize (const MATRIX &A)
 

Detailed Description

template<typename MATRIX, int blocksize>
class DOpEWrapper::PreconditionBlockSSOR_Wrapper< MATRIX, blocksize >

Wrapper for the dealii::PreconditionBlockSSOR 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
<blocksize>The Blocksize to be considered

Member Function Documentation

template<typename MATRIX , int blocksize>
void DOpEWrapper::PreconditionBlockSSOR_Wrapper< MATRIX, blocksize >::initialize ( const MATRIX &  A)
inline

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