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

#include <fe.hpp>

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

List of all members.

Public Member Functions

 H1_TriangleElement (const int p)
virtual void CalcShape (const IntegrationPoint &ip, Vector &shape) const
virtual void CalcDShape (const IntegrationPoint &ip, DenseMatrix &dshape) const

Private Attributes

Vector shape_x
Vector shape_y
Vector shape_l
Vector dshape_x
Vector dshape_y
Vector dshape_l
Vector u
DenseMatrix du
DenseMatrix T

Detailed Description

Definition at line 1278 of file fe.hpp.


Constructor & Destructor Documentation

H1_TriangleElement::H1_TriangleElement ( const int  p)

Member Function Documentation

void H1_TriangleElement::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 6331 of file fe.cpp.

References Poly_1D::CalcBasis(), FiniteElement::Dim, FiniteElement::Dof, dshape_l, dshape_x, dshape_y, du, Mult(), FiniteElement::Order, shape_l, shape_x, shape_y, T, IntegrationPoint::x, and IntegrationPoint::y.

void H1_TriangleElement::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 6311 of file fe.cpp.

References Poly_1D::CalcBasis(), FiniteElement::Dof, DenseMatrix::Mult, FiniteElement::Order, shape_l, shape_x, shape_y, T, u, IntegrationPoint::x, and IntegrationPoint::y.


Member Data Documentation

Definition at line 1282 of file fe.hpp.

Referenced by CalcDShape(), and H1_TriangleElement().

Definition at line 1282 of file fe.hpp.

Referenced by CalcDShape(), and H1_TriangleElement().

Definition at line 1282 of file fe.hpp.

Referenced by CalcDShape(), and H1_TriangleElement().

DenseMatrix H1_TriangleElement::du [mutable, private]

Definition at line 1283 of file fe.hpp.

Referenced by CalcDShape(), and H1_TriangleElement().

Vector H1_TriangleElement::shape_l [mutable, private]

Definition at line 1282 of file fe.hpp.

Referenced by CalcDShape(), CalcShape(), and H1_TriangleElement().

Vector H1_TriangleElement::shape_x [mutable, private]

Definition at line 1282 of file fe.hpp.

Referenced by CalcDShape(), CalcShape(), and H1_TriangleElement().

Vector H1_TriangleElement::shape_y [mutable, private]

Definition at line 1282 of file fe.hpp.

Referenced by CalcDShape(), CalcShape(), and H1_TriangleElement().

Definition at line 1285 of file fe.hpp.

Referenced by CalcDShape(), CalcShape(), and H1_TriangleElement().

Vector H1_TriangleElement::u [mutable, private]

Definition at line 1282 of file fe.hpp.

Referenced by CalcShape(), and H1_TriangleElement().


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