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

Scalar coefficient defined as a cross product of two vectors in 2D. More...

#include <coefficient.hpp>

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

Public Member Functions

 VectorRotProductCoefficient (VectorCoefficient &A, VectorCoefficient &B)
 
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 ()
 
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
 

Detailed Description

Scalar coefficient defined as a cross product of two vectors in 2D.

Definition at line 749 of file coefficient.hpp.

Constructor & Destructor Documentation

mfem::VectorRotProductCoefficient::VectorRotProductCoefficient ( VectorCoefficient A,
VectorCoefficient B 
)

Definition at line 387 of file coefficient.cpp.

Member Function Documentation

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

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 396 of file coefficient.cpp.


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