![]() |
MFEM v4.8.0
Finite element discretization library
|
Scalar coefficient defined as a scalar raised to a power. More...
#include <coefficient.hpp>
Public Member Functions | |
PowerCoefficient (Coefficient &A, real_t p_) | |
Construct with a coefficient and a constant power p_. Result is A^p. | |
void | SetTime (real_t t) override |
Set the time for internally stored coefficients. | |
void | SetACoef (Coefficient &A) |
Reset the base coefficient. | |
Coefficient * | GetACoef () const |
Return the base coefficient. | |
void | SetExponent (real_t p_) |
Reset the exponent. | |
real_t | GetExponent () const |
Return the exponent. | |
real_t | Eval (ElementTransformation &T, const IntegrationPoint &ip) override |
Evaluate the coefficient at ip. | |
![]() | |
Coefficient () | |
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 void | Project (QuadratureFunction &qf) |
Fill the QuadratureFunction qf by evaluating the coefficient at the quadrature points. | |
virtual | ~Coefficient () |
Additional Inherited Members | |
![]() | |
real_t | time |
Scalar coefficient defined as a scalar raised to a power.
Definition at line 1708 of file coefficient.hpp.
|
inline |
Construct with a coefficient and a constant power p_. Result is A^p.
Definition at line 1717 of file coefficient.hpp.
|
inlineoverridevirtual |
Evaluate the coefficient at ip.
Implements mfem::Coefficient.
Definition at line 1734 of file coefficient.hpp.
|
inline |
Return the base coefficient.
Definition at line 1726 of file coefficient.hpp.
|
inline |
Return the exponent.
Definition at line 1731 of file coefficient.hpp.
|
inline |
Reset the base coefficient.
Definition at line 1724 of file coefficient.hpp.
|
inline |
Reset the exponent.
Definition at line 1729 of file coefficient.hpp.
|
overridevirtual |
Set the time for internally stored coefficients.
Reimplemented from mfem::Coefficient.
Definition at line 1038 of file coefficient.cpp.