MFEM v4.7.0
Finite element discretization library
|
Quadrature function coefficient which requires that the quadrature rules used for this coefficient be the same as those that live within the supplied QuadratureFunction. More...
#include <coefficient.hpp>
Public Member Functions | |
QuadratureFunctionCoefficient (const QuadratureFunction &qf) | |
Constructor with a quadrature function as input. | |
const QuadratureFunction & | GetQuadFunction () const |
virtual real_t | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
Evaluate the coefficient in the element described by T at the point ip. | |
virtual void | Project (QuadratureFunction &qf) |
Fill the QuadratureFunction qf by evaluating the coefficient at the quadrature points. | |
virtual | ~QuadratureFunctionCoefficient () |
Public Member Functions inherited from mfem::Coefficient | |
Coefficient () | |
virtual void | SetTime (real_t t) |
Set the time for time dependent coefficients. | |
real_t | GetTime () |
Get the time for time dependent coefficients. | |
real_t | Eval (ElementTransformation &T, const IntegrationPoint &ip, real_t t) |
Evaluate the coefficient in the element described by T at the point ip at time t. | |
virtual | ~Coefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::Coefficient | |
real_t | time |
Quadrature function coefficient which requires that the quadrature rules used for this coefficient be the same as those that live within the supplied QuadratureFunction.
Definition at line 2269 of file coefficient.hpp.
mfem::QuadratureFunctionCoefficient::QuadratureFunctionCoefficient | ( | const QuadratureFunction & | qf | ) |
Constructor with a quadrature function as input.
Definition at line 1628 of file coefficient.cpp.
|
inlinevirtual |
Definition at line 2284 of file coefficient.hpp.
|
virtual |
Evaluate the coefficient in the element described by T at the point ip.
Implements mfem::Coefficient.
Definition at line 1634 of file coefficient.cpp.
|
inline |
Definition at line 2278 of file coefficient.hpp.
|
virtual |
Fill the QuadratureFunction qf by evaluating the coefficient at the quadrature points.
Reimplemented from mfem::Coefficient.
Definition at line 1648 of file coefficient.cpp.