MFEM v2.0
Public Member Functions | Private Attributes
VectorBoundaryLFIntegrator Class Reference

#include <lininteg.hpp>

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

List of all members.

Public Member Functions

 VectorBoundaryLFIntegrator (VectorCoefficient &QG)
 Constructs a boundary integrator with a given VectorCoefficient QG.
virtual void AssembleRHSElementVect (const FiniteElement &el, ElementTransformation &Tr, Vector &elvect)

Private Attributes

Vector shape
Vector vec
VectorCoefficientQ

Detailed Description

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

Definition at line 101 of file lininteg.hpp.


Constructor & Destructor Documentation

VectorBoundaryLFIntegrator::VectorBoundaryLFIntegrator ( VectorCoefficient QG) [inline]

Constructs a boundary integrator with a given VectorCoefficient QG.

Definition at line 109 of file lininteg.hpp.


Member Function Documentation

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

Member Data Documentation

Definition at line 105 of file lininteg.hpp.

Referenced by AssembleRHSElementVect().

Definition at line 104 of file lininteg.hpp.

Referenced by AssembleRHSElementVect().

Definition at line 104 of file lininteg.hpp.

Referenced by AssembleRHSElementVect().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines