MFEM v2.0
|
Bi-quadratic element on quad with nodes at the 9 Gaussian points. More...
#include <fe.hpp>
Public Member Functions | |
GaussBiQuad2DFiniteElement () | |
virtual void | CalcShape (const IntegrationPoint &ip, Vector &shape) const |
virtual void | CalcDShape (const IntegrationPoint &ip, DenseMatrix &dshape) const |
Bi-quadratic element on quad with nodes at the 9 Gaussian points.
GaussBiQuad2DFiniteElement::GaussBiQuad2DFiniteElement | ( | ) |
Definition at line 1226 of file fe.cpp.
References IntegrationRule::IntPoint(), FiniteElement::Nodes, IntegrationPoint::x, and IntegrationPoint::y.
void GaussBiQuad2DFiniteElement::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 1278 of file fe.cpp.
References IntegrationPoint::x, and IntegrationPoint::y.
void GaussBiQuad2DFiniteElement::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 1251 of file fe.cpp.
References IntegrationPoint::x, and IntegrationPoint::y.