DOpE
Public Member Functions
DOpEWrapper::PreconditionSparseILU_Wrapper< number > Class Template Reference

#include <preconditioner_wrapper.h>

Inheritance diagram for DOpEWrapper::PreconditionSparseILU_Wrapper< number >:

Public Member Functions

void initialize (const SparseMatrix< number > &A)
 

Detailed Description

template<typename number>
class DOpEWrapper::PreconditionSparseILU_Wrapper< number >

Wrapper for the dealii::PreconditionSparseILU 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 number >
void DOpEWrapper::PreconditionSparseILU_Wrapper< number >::initialize ( const SparseMatrix< number > &  A)
inline

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