![]() |
LifeV
|
This file contains a pure virtual class for the linear operators with a block structure (i.e. block matrices and preconditioners). The specializations of this class can be used to handle many types of composed preconditioners and composed operators. More...
#include <cstdarg>#include <Epetra_Comm.h>#include <Epetra_Operator.h>#include <lifev/core/filter/GetPot.hpp>#include <lifev/core/LifeV.hpp>#include <lifev/core/algorithm/SolverAztecOO.hpp>#include <lifev/core/algorithm/PreconditionerIfpack.hpp>#include <lifev/core/fem/FESpace.hpp>#include <lifev/core/fem/BCManage.hpp>#include <lifev/core/algorithm/ComposedOperator.hpp>#include <lifev/core/mesh/RegionMesh.hpp>
Include dependency graph for MonolithicBlock.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | MonolithicBlock |
| MonolithicBlock - This is a pure virtual class for the linear operators with a block structure. More... | |
Namespaces | |
| LifeV | |
| Default Physical Solver. | |
Typedefs | |
| typedef FactorySingleton< Factory< MonolithicBlock, std::string > > | BlockPrecFactory |
This file contains a pure virtual class for the linear operators with a block structure (i.e. block matrices and preconditioners). The specializations of this class can be used to handle many types of composed preconditioners and composed operators.
Definition in file MonolithicBlock.hpp.