MFEM v2.0
|
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[]) |
double ComputeLpNorm | ( | double | p, |
Coefficient & | coeff, | ||
Mesh & | mesh, | ||
const IntegrationRule * | irs[] | ||
) |
Definition at line 159 of file coefficient.cpp.
References Coefficient::Eval(), Mesh::GetElementTransformation(), Mesh::GetElementType(), Mesh::GetNE(), IntegrationRule::GetNPoints(), IntegrationRule::IntPoint(), norm(), ElementTransformation::SetIntPoint(), ElementTransformation::Weight(), and IntegrationPoint::weight.