|
MFEM v2.0
|
Class for refined bi-linear FE on quadrilateral. More...
#include <fe.hpp>


Public Member Functions | |
| RefinedBiLinear2DFiniteElement () | |
| Construct a biquadratic FE on quadrilateral. | |
| virtual void | CalcShape (const IntegrationPoint &ip, Vector &shape) const |
| virtual void | CalcDShape (const IntegrationPoint &ip, DenseMatrix &dshape) const |
| RefinedBiLinear2DFiniteElement::RefinedBiLinear2DFiniteElement | ( | ) |
Construct a biquadratic FE on quadrilateral.
Definition at line 3949 of file fe.cpp.
References IntegrationRule::IntPoint(), FiniteElement::Nodes, IntegrationPoint::x, and IntegrationPoint::y.
| void RefinedBiLinear2DFiniteElement::CalcDShape | ( | const IntegrationPoint & | ip, |
| DenseMatrix & | dshape | ||
| ) | const [virtual] |
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) (9 x 2) so that each row contains the derivatives of one shape function
Implements FiniteElement.
Definition at line 4017 of file fe.cpp.
References IntegrationPoint::x, and IntegrationPoint::y.
| void RefinedBiLinear2DFiniteElement::CalcShape | ( | const IntegrationPoint & | ip, |
| Vector & | shape | ||
| ) | const [virtual] |
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 (9)
Implements FiniteElement.
Definition at line 3972 of file fe.cpp.
References IntegrationPoint::x, and IntegrationPoint::y.
1.7.4