MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces | Enumerations
bilinearform.hpp File Reference

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::LEGACY = 0, 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...