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

Scalar coefficient defined as the product of two scalar coefficients. More...

#include <coefficient.hpp>

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

Public Member Functions

 ProductCoefficient (Coefficient &A, Coefficient &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
 

Detailed Description

Scalar coefficient defined as the product of two scalar coefficients.

Definition at line 697 of file coefficient.hpp.

Constructor & Destructor Documentation

mfem::ProductCoefficient::ProductCoefficient ( Coefficient A,
Coefficient B 
)
inline

Definition at line 704 of file coefficient.hpp.

Member Function Documentation

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

Evaluate the coefficient.

Implements mfem::Coefficient.

Definition at line 708 of file coefficient.hpp.


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