MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::VectorBoundaryLFIntegrator Class Reference

#include <lininteg.hpp>

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

Public Member Functions

 VectorBoundaryLFIntegrator (VectorCoefficient &QG)
 Constructs a boundary integrator with a given VectorCoefficient QG. More...
 
virtual void AssembleRHSElementVect (const FiniteElement &el, ElementTransformation &Tr, Vector &elvect)
 
- Public Member Functions inherited from mfem::LinearFormIntegrator
virtual void AssembleRHSElementVect (const FiniteElement &el, FaceElementTransformations &Tr, Vector &elvect)
 
void SetIntRule (const IntegrationRule *ir)
 
virtual ~LinearFormIntegrator ()
 

Additional Inherited Members

- Protected Member Functions inherited from mfem::LinearFormIntegrator
 LinearFormIntegrator (const IntegrationRule *ir=NULL)
 
- Protected Attributes inherited from mfem::LinearFormIntegrator
const IntegrationRuleIntRule
 

Detailed Description

Class for boundary integration of L(v) := (g, v), where f=(f1,...,fn) and v=(v1,...,vn).

Definition at line 151 of file lininteg.hpp.

Constructor & Destructor Documentation

mfem::VectorBoundaryLFIntegrator::VectorBoundaryLFIntegrator ( VectorCoefficient QG)
inline

Constructs a boundary integrator with a given VectorCoefficient QG.

Definition at line 159 of file lininteg.hpp.

Member Function Documentation

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

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

Implements mfem::LinearFormIntegrator.

Definition at line 196 of file lininteg.cpp.


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