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

Class for domain integration L(v) := (f, v) More...

#include <lininteg.hpp>

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

Public Member Functions

 DomainLFIntegrator (Coefficient &QF, int a=2, int b=0)
 Constructs a domain integrator with a given Coefficient. More...
 
 DomainLFIntegrator (Coefficient &QF, const IntegrationRule *ir)
 Constructs a domain integrator with a given Coefficient. More...
 
virtual void AssembleRHSElementVect (const FiniteElement &el, ElementTransformation &Tr, Vector &elvect)
 
virtual void AssembleDeltaElementVect (const FiniteElement &fe, ElementTransformation &Trans, Vector &elvect)
 Assemble the delta coefficient at the IntegrationPoint set in Trans which is assumed to map to the delta coefficient center. More...
 
- Public Member Functions inherited from mfem::DeltaLFIntegrator
bool IsDelta () const
 Returns true if the derived class instance uses a delta coefficient. More...
 
void GetDeltaCenter (Vector &center)
 Returns the center of the delta coefficient. More...
 
- Public Member Functions inherited from mfem::LinearFormIntegrator
virtual void AssembleRHSElementVect (const FiniteElement &el, FaceElementTransformations &Tr, Vector &elvect)
 
void SetIntRule (const IntegrationRule *ir)
 
const IntegrationRuleGetIntRule ()
 
virtual ~LinearFormIntegrator ()
 

Additional Inherited Members

- Protected Member Functions inherited from mfem::DeltaLFIntegrator
 DeltaLFIntegrator (Coefficient &q, const IntegrationRule *ir=NULL)
 This constructor should be used by derived classes that use a scalar DeltaCoefficient. More...
 
 DeltaLFIntegrator (VectorCoefficient &vq, const IntegrationRule *ir=NULL)
 This constructor should be used by derived classes that use a VectorDeltaCoefficient. More...
 
- Protected Member Functions inherited from mfem::LinearFormIntegrator
 LinearFormIntegrator (const IntegrationRule *ir=NULL)
 
- Protected Attributes inherited from mfem::DeltaLFIntegrator
DeltaCoefficientdelta
 
VectorDeltaCoefficientvec_delta
 
- Protected Attributes inherited from mfem::LinearFormIntegrator
const IntegrationRuleIntRule
 

Detailed Description

Class for domain integration L(v) := (f, v)

Definition at line 93 of file lininteg.hpp.

Constructor & Destructor Documentation

mfem::DomainLFIntegrator::DomainLFIntegrator ( Coefficient QF,
int  a = 2,
int  b = 0 
)
inline

Constructs a domain integrator with a given Coefficient.

Definition at line 100 of file lininteg.hpp.

mfem::DomainLFIntegrator::DomainLFIntegrator ( Coefficient QF,
const IntegrationRule ir 
)
inline

Constructs a domain integrator with a given Coefficient.

Definition at line 106 of file lininteg.hpp.

Member Function Documentation

void mfem::DomainLFIntegrator::AssembleDeltaElementVect ( const FiniteElement fe,
ElementTransformation Trans,
Vector elvect 
)
virtual

Assemble the delta coefficient at the IntegrationPoint set in Trans which is assumed to map to the delta coefficient center.

Note
This method should be called for one mesh element only, including in parallel, even when the center of the delta coefficient is shared by multiple elements.

Implements mfem::DeltaLFIntegrator.

Definition at line 57 of file lininteg.cpp.

void mfem::DomainLFIntegrator::AssembleRHSElementVect ( const FiniteElement el,
ElementTransformation Tr,
Vector elvect 
)
virtual

Given a particular Finite Element and a transformation (Tr) computes the element right hand side element vector, elvect.

Implements mfem::LinearFormIntegrator.

Definition at line 26 of file lininteg.cpp.


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