MFEM v2.0
Public Member Functions
GaussLinear2DFiniteElement Class Reference

Class for linear FE on triangle with nodes at the 3 "Gaussian" points. More...

#include <fe.hpp>

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

List of all members.

Public Member Functions

 GaussLinear2DFiniteElement ()
virtual void CalcShape (const IntegrationPoint &ip, Vector &shape) const
virtual void CalcDShape (const IntegrationPoint &ip, DenseMatrix &dshape) const
virtual void ProjectDelta (int vertex, Vector &dofs) const

Detailed Description

Class for linear FE on triangle with nodes at the 3 "Gaussian" points.

Definition at line 359 of file fe.hpp.


Constructor & Destructor Documentation

GaussLinear2DFiniteElement::GaussLinear2DFiniteElement ( )

Member Function Documentation

void GaussLinear2DFiniteElement::CalcDShape ( const IntegrationPoint ip,
DenseMatrix dshape 
) const [virtual]

pure virtual function which evaluates the values of all partial derivatives of all shape functions at a given point ip and stores them in the matrix dshape (Dof x Dim) so that each row contains the derivatives of one shape function

Implements FiniteElement.

Definition at line 652 of file fe.cpp.

void GaussLinear2DFiniteElement::CalcShape ( const IntegrationPoint ip,
Vector shape 
) const [virtual]

pure virtual function which evaluates the values of all shape functions at a given point ip and stores them in the vector shape of dimension Dof

Implements FiniteElement.

Definition at line 642 of file fe.cpp.

References IntegrationPoint::x, and IntegrationPoint::y.

void GaussLinear2DFiniteElement::ProjectDelta ( int  vertex,
Vector dofs 
) const [virtual]

Compute a representation (up to multiplicative constant) for the delta function at the vertex with the given index.

Reimplemented from FiniteElement.

Definition at line 660 of file fe.cpp.


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