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

#include <lininteg.hpp>

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

List of all members.

Public Member Functions

 VectorBoundaryFluxLFIntegrator (Coefficient &f, double s=1.0, const IntegrationRule *ir=NULL)
virtual void AssembleRHSElementVect (const FiniteElement &el, ElementTransformation &Tr, Vector &elvect)

Private Attributes

double Sign
CoefficientF
Vector shape
Vector nor
const IntegrationRuleIntRule

Detailed Description

$ (f, v \cdot n)_{\partial\Omega} $ for vector test function v=(v1,...,vn) where all vi are in the same scalar FE space and f is a scalar function.

Definition at line 142 of file lininteg.hpp.


Constructor & Destructor Documentation

VectorBoundaryFluxLFIntegrator::VectorBoundaryFluxLFIntegrator ( Coefficient f,
double  s = 1.0,
const IntegrationRule ir = NULL 
) [inline]

Definition at line 151 of file lininteg.hpp.


Member Function Documentation

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

Member Data Documentation

Definition at line 146 of file lininteg.hpp.

Referenced by AssembleRHSElementVect().

Definition at line 148 of file lininteg.hpp.

Referenced by AssembleRHSElementVect().

Definition at line 147 of file lininteg.hpp.

Referenced by AssembleRHSElementVect().

Definition at line 147 of file lininteg.hpp.

Referenced by AssembleRHSElementVect().

Definition at line 145 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