MFEM
v3.3.2
Finite element discretization library
|
Go to the source code of this file.
Classes | |
class | mfem::Operator |
Abstract operator. More... | |
class | mfem::TimeDependentOperator |
Base abstract class for time dependent operators. More... | |
class | mfem::Solver |
Base class for solvers. More... | |
class | mfem::IdentityOperator |
Identity Operator I: x -> x. More... | |
class | mfem::TransposeOperator |
The transpose of a given operator. Switches the roles of the methods Mult() and MultTranspose(). More... | |
class | mfem::RAPOperator |
The operator x -> R*A*P*x. More... | |
class | mfem::TripleProductOperator |
General triple product operator x -> A*B*C*x, with ownership of the factors. More... | |
class | mfem::ConstrainedOperator |
Square Operator for imposing essential boundary conditions using only the action, Mult(), of a given unconstrained Operator. More... | |
Namespaces | |
mfem | |