|
MFEM
v4.0
Finite element discretization library
|
Coefficients based on sums and products of other coefficients. More...
#include <coefficient.hpp>
Public Member Functions | |
| SumCoefficient (Coefficient &A, Coefficient &B, double _alpha=1.0, double _beta=1.0) | |
| virtual double | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
| Evaluate the coefficient. More... | |
Public Member Functions inherited from mfem::Coefficient | |
| Coefficient () | |
| void | SetTime (double t) |
| double | GetTime () |
| double | Eval (ElementTransformation &T, const IntegrationPoint &ip, double t) |
| Evaluate the coefficient in the element described by T at the point ip at time t. More... | |
| virtual | ~Coefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::Coefficient | |
| double | time |
Coefficients based on sums and products of other coefficients.
Scalar coefficient defined as the sum of two scalar coefficients
Definition at line 674 of file coefficient.hpp.
|
inline |
Definition at line 685 of file coefficient.hpp.
|
inlinevirtual |
Evaluate the coefficient.
Implements mfem::Coefficient.
Definition at line 690 of file coefficient.hpp.
1.8.5