MFEM v4.7.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
coefficient.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  mfem
 

Functions

ElementTransformationmfem::RefinedToCoarse (Mesh &coarse_mesh, const ElementTransformation &T, const IntegrationPoint &ip, IntegrationPoint &coarse_ip)
 
real_t mfem::LpNormLoop (real_t p, Coefficient &coeff, Mesh &mesh, const IntegrationRule *irs[])
 
real_t mfem::LpNormLoop (real_t p, VectorCoefficient &coeff, Mesh &mesh, const IntegrationRule *irs[])
 
real_t mfem::ComputeLpNorm (real_t p, Coefficient &coeff, Mesh &mesh, const IntegrationRule *irs[])
 Compute the Lp norm of a function f. fLp=(Ω|f|pdΩ)1/p.
 
real_t mfem::ComputeLpNorm (real_t p, VectorCoefficient &coeff, Mesh &mesh, const IntegrationRule *irs[])
 Compute the Lp norm of a vector function f = {f_i}_i=1...N. fLp=(ifiLpp)1/p.
 
real_t mfem::ComputeGlobalLpNorm (real_t p, Coefficient &coeff, ParMesh &pmesh, const IntegrationRule *irs[])
 Compute the global Lp norm of a function f. fLp=(Ω|f|pdΩ)1/p.
 
real_t mfem::ComputeGlobalLpNorm (real_t p, VectorCoefficient &coeff, ParMesh &pmesh, const IntegrationRule *irs[])
 Compute the global Lp norm of a vector function f = {f_i}_i=1...N. fLp=(ifiLpp)1/p.