DOpE
Data Structures | Namespaces
preconditioner_wrapper.h File Reference
#include <deal.II/lac/precondition.h>
#include <deal.II/lac/precondition_block.h>
#include <deal.II/lac/sparse_ilu.h>

Go to the source code of this file.

Data Structures

class  DOpEWrapper::PreconditionSSOR_Wrapper< MATRIX >
 
class  DOpEWrapper::PreconditionBlockSSOR_Wrapper< MATRIX, blocksize >
 
class  DOpEWrapper::PreconditionIdentity_Wrapper< MATRIX >
 
class  DOpEWrapper::PreconditionSparseILU_Wrapper< number >
 

Namespaces

 DOpEWrapper
 

Detailed Description

Copyright (C) 2012-2014 by the DOpElib authors

This file is part of DOpElib

DOpElib is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

DOpElib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Please refer to the file LICENSE.TXT included in this distribution for further information on this license.

This file contains a collection of Wrappers to the different preconditioners provided by dealii so that they all have the same interface allowing their use as template arguments in our linear solvers.

Note that they all can be used in the linear solvers by dealii but they do not have the same initialization methods!