MFEM v2.0
Classes | Functions
coefficient.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Coefficient
 Base class Coefficient. More...
class  ConstantCoefficient
 Subclass constant coefficient. More...
class  PWConstCoefficient
 class for piecewise constant coefficient More...
class  FunctionCoefficient
 class for C-function coefficient More...
class  GridFunctionCoefficient
class  TransformedCoefficient
class  DeltaCoefficient
 Delta function coefficient. More...
class  RestrictedCoefficient
 Coefficient defined on a subset of domain or boundary attributes. More...
class  VectorCoefficient
class  VectorConstantCoefficient
class  VectorFunctionCoefficient
class  VectorArrayCoefficient
 Vector coefficient defined by an array of scalar coefficients. More...
class  VectorGridFunctionCoefficient
 Vector coefficient defined by a vector GridFunction. More...
class  VectorRestrictedCoefficient
 VectorCoefficient defined on a subset of domain or boundary attributes. More...
class  MatrixCoefficient
class  MatrixFunctionCoefficient
class  MatrixArrayCoefficient

Functions

double ComputeLpNorm (double p, Coefficient &coeff, Mesh &mesh, const IntegrationRule *irs[])

Function Documentation

double ComputeLpNorm ( double  p,
Coefficient coeff,
Mesh mesh,
const IntegrationRule irs[] 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines