MFEM  v3.3
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces | Functions
coefficient.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::Coefficient
 Base class Coefficient that may optionally depend on time. More...
 
class  mfem::ConstantCoefficient
 Subclass constant coefficient. More...
 
class  mfem::PWConstCoefficient
 class for piecewise constant coefficient More...
 
class  mfem::FunctionCoefficient
 class for C-function coefficient More...
 
class  mfem::GridFunctionCoefficient
 Coefficient defined by a GridFunction. This coefficient is mesh dependent. More...
 
class  mfem::TransformedCoefficient
 
class  mfem::DeltaCoefficient
 Delta function coefficient. More...
 
class  mfem::RestrictedCoefficient
 Coefficient defined on a subset of domain or boundary attributes. More...
 
class  mfem::VectorCoefficient
 
class  mfem::VectorConstantCoefficient
 
class  mfem::VectorFunctionCoefficient
 
class  mfem::VectorArrayCoefficient
 Vector coefficient defined by an array of scalar coefficients. More...
 
class  mfem::VectorGridFunctionCoefficient
 Vector coefficient defined by a vector GridFunction. More...
 
class  mfem::VectorRestrictedCoefficient
 VectorCoefficient defined on a subset of domain or boundary attributes. More...
 
class  mfem::MatrixCoefficient
 
class  mfem::MatrixFunctionCoefficient
 
class  mfem::MatrixArrayCoefficient
 
class  mfem::MatrixRestrictedCoefficient
 MatrixCoefficient defined on a subset of domain or boundary attributes. More...
 

Namespaces

 mfem
 

Functions

double mfem::ComputeLpNorm (double p, Coefficient &coeff, Mesh &mesh, const IntegrationRule *irs[])
 
double mfem::ComputeLpNorm (double p, VectorCoefficient &coeff, Mesh &mesh, const IntegrationRule *irs[])
 
double mfem::ComputeGlobalLpNorm (double p, Coefficient &coeff, ParMesh &pmesh, const IntegrationRule *irs[])
 
double mfem::ComputeGlobalLpNorm (double p, VectorCoefficient &coeff, ParMesh &pmesh, const IntegrationRule *irs[])