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::PProductCoefficient Class Reference

#include <dist_solver.hpp>

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

Public Member Functions

 PProductCoefficient (Coefficient &basec_, Coefficient &corrc_)
 
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 122 of file dist_solver.hpp.

Constructor & Destructor Documentation

mfem::PProductCoefficient::PProductCoefficient ( Coefficient basec_,
Coefficient corrc_ 
)
inline

Definition at line 128 of file dist_solver.hpp.

Member Function Documentation

virtual double mfem::PProductCoefficient::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 131 of file dist_solver.hpp.


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