MFEM
v4.2.0
Finite element discretization library
|
Go to the source code of this file.
Classes | |
class | mfem::BilinearForm |
A "square matrix" operator for the associated FE space and BLFIntegrators The sum of all the BLFIntegrators can be used form the matrix M. This class also supports other assembly levels specified via the SetAssemblyLevel() function. More... | |
class | mfem::MixedBilinearForm |
class | mfem::DiscreteLinearOperator |
Namespaces | |
mfem | |
Enumerations | |
enum | mfem::AssemblyLevel { mfem::AssemblyLevel::LEGACYFULL = 0, mfem::AssemblyLevel::FULL, mfem::AssemblyLevel::ELEMENT, mfem::AssemblyLevel::PARTIAL, mfem::AssemblyLevel::NONE } |
Enumeration defining the assembly level for bilinear and nonlinear form classes derived from Operator. More... | |