MFEM v2.0
|
#include <fe.hpp>
Public Member Functions | |
L2_TetrahedronElement (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_z |
Vector | shape_l |
Vector | dshape_x |
Vector | dshape_y |
Vector | dshape_z |
Vector | dshape_l |
Vector | u |
DenseMatrix | du |
DenseMatrix | T |
L2_TetrahedronElement::L2_TetrahedronElement | ( | const int | p | ) |
Definition at line 6889 of file fe.cpp.
References Poly_1D::CalcBasis(), FiniteElement::Dim, FiniteElement::Dof, dshape_l, dshape_x, dshape_y, dshape_z, du, IntegrationRule::IntPoint(), DenseMatrix::Invert(), FiniteElement::Nodes, Poly_1D::OpenPoints(), IntegrationPoint::Set3(), DenseMatrix::SetSize(), Vector::SetSize(), shape_l, shape_x, shape_y, shape_z, T, u, IntegrationPoint::x, IntegrationPoint::y, and IntegrationPoint::z.
void L2_TetrahedronElement::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 6959 of file fe.cpp.
References Poly_1D::CalcBasis(), FiniteElement::Dim, FiniteElement::Dof, dshape_l, dshape_x, dshape_y, dshape_z, du, Mult(), FiniteElement::Order, shape_l, shape_x, shape_y, shape_z, T, IntegrationPoint::x, IntegrationPoint::y, and IntegrationPoint::z.
void L2_TetrahedronElement::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 6936 of file fe.cpp.
References Poly_1D::CalcBasis(), FiniteElement::Dof, DenseMatrix::Mult, FiniteElement::Order, shape_l, shape_x, shape_y, shape_z, T, u, IntegrationPoint::x, IntegrationPoint::y, and IntegrationPoint::z.
Vector L2_TetrahedronElement::dshape_l [mutable, private] |
Definition at line 1386 of file fe.hpp.
Referenced by CalcDShape(), and L2_TetrahedronElement().
Vector L2_TetrahedronElement::dshape_x [mutable, private] |
Definition at line 1386 of file fe.hpp.
Referenced by CalcDShape(), and L2_TetrahedronElement().
Vector L2_TetrahedronElement::dshape_y [mutable, private] |
Definition at line 1386 of file fe.hpp.
Referenced by CalcDShape(), and L2_TetrahedronElement().
Vector L2_TetrahedronElement::dshape_z [mutable, private] |
Definition at line 1386 of file fe.hpp.
Referenced by CalcDShape(), and L2_TetrahedronElement().
DenseMatrix L2_TetrahedronElement::du [mutable, private] |
Definition at line 1387 of file fe.hpp.
Referenced by CalcDShape(), and L2_TetrahedronElement().
Vector L2_TetrahedronElement::shape_l [mutable, private] |
Definition at line 1385 of file fe.hpp.
Referenced by CalcDShape(), CalcShape(), and L2_TetrahedronElement().
Vector L2_TetrahedronElement::shape_x [mutable, private] |
Definition at line 1385 of file fe.hpp.
Referenced by CalcDShape(), CalcShape(), and L2_TetrahedronElement().
Vector L2_TetrahedronElement::shape_y [mutable, private] |
Definition at line 1385 of file fe.hpp.
Referenced by CalcDShape(), CalcShape(), and L2_TetrahedronElement().
Vector L2_TetrahedronElement::shape_z [mutable, private] |
Definition at line 1385 of file fe.hpp.
Referenced by CalcDShape(), CalcShape(), and L2_TetrahedronElement().
DenseMatrix L2_TetrahedronElement::T [private] |
Definition at line 1389 of file fe.hpp.
Referenced by CalcDShape(), CalcShape(), and L2_TetrahedronElement().
Vector L2_TetrahedronElement::u [mutable, private] |
Definition at line 1386 of file fe.hpp.
Referenced by CalcShape(), and L2_TetrahedronElement().