MFEM v4.7.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 | |
namespace | mfem |
Enumerations | |
enum class | mfem::AssemblyLevel { mfem::LEGACY = 0 , mfem::LEGACYFULL = 0 , mfem::FULL , mfem::ELEMENT , mfem::PARTIAL , mfem::NONE } |
Enumeration defining the assembly level for bilinear and nonlinear form classes derived from Operator. For more details, see https://mfem.org/howto/assembly_levels. More... | |