MFEM
v4.1.0
Finite element discretization library
|
Scalar coefficient defined as the inner product of two vector coefficients. More...
#include <coefficient.hpp>
Public Member Functions | |
InnerProductCoefficient (VectorCoefficient &A, VectorCoefficient &B) | |
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 |
Scalar coefficient defined as the inner product of two vector coefficients.
Definition at line 733 of file coefficient.hpp.
mfem::InnerProductCoefficient::InnerProductCoefficient | ( | VectorCoefficient & | A, |
VectorCoefficient & | B | ||
) |
Definition at line 370 of file coefficient.cpp.
|
virtual |
Evaluate the coefficient.
Implements mfem::Coefficient.
Definition at line 379 of file coefficient.cpp.