LifeV
|
#include <Epetra_Comm.h>
#include <Epetra_Map.h>
#include <Epetra_Operator.h>
#include <Epetra_MultiVector.h>
#include <lifev/core/LifeV.hpp>
Go to the source code of this file.
Data Structures | |
class | LinearOperatorAlgebra |
Abstract class which defines the interface of a Linear Operator. More... | |
class | IdentityOperator |
Identity operator x = I*x. More... | |
class | NullOperator |
Null operator 0 = Z*x. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::Operators | |