MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::NormalGradComponentCoeff Class Reference

#include <extrapolator.hpp>

Inheritance diagram for mfem::NormalGradComponentCoeff:
[legend]
Collaboration diagram for mfem::NormalGradComponentCoeff:
[legend]

Public Member Functions

 NormalGradComponentCoeff (const ParGridFunction &dx, const ParGridFunction &dy, VectorCoefficient &n)
 
virtual double Eval (ElementTransformation &T, const IntegrationPoint &ip)
 Evaluate the coefficient in the element described by T at the point ip. More...
 
- Public Member Functions inherited from mfem::Coefficient
 Coefficient ()
 
virtual void SetTime (double t)
 Set the time for time dependent coefficients. More...
 
double GetTime ()
 Get the time for time dependent coefficients. More...
 
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
 

Detailed Description

Definition at line 147 of file extrapolator.hpp.

Constructor & Destructor Documentation

mfem::NormalGradComponentCoeff::NormalGradComponentCoeff ( const ParGridFunction dx,
const ParGridFunction dy,
VectorCoefficient n 
)
inline

Definition at line 154 of file extrapolator.hpp.

Member Function Documentation

virtual double mfem::NormalGradComponentCoeff::Eval ( ElementTransformation T,
const IntegrationPoint ip 
)
inlinevirtual

Evaluate the coefficient in the element described by T at the point ip.

Note
When this method is called, the caller must make sure that the IntegrationPoint associated with T is the same as ip. This can be achieved by calling T.SetIntPoint(&ip).

Implements mfem::Coefficient.

Definition at line 158 of file extrapolator.hpp.


The documentation for this class was generated from the following file: