MFEM v2.0
Public Member Functions
P0QuadFiniteElement Class Reference

#include <fe.hpp>

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

List of all members.

Public Member Functions

 P0QuadFiniteElement ()
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

Definition at line 578 of file fe.hpp.


Constructor & Destructor Documentation

P0QuadFiniteElement::P0QuadFiniteElement ( )

Member Function Documentation

void P0QuadFiniteElement::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 1875 of file fe.cpp.

void P0QuadFiniteElement::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 1869 of file fe.cpp.

virtual void P0QuadFiniteElement::ProjectDelta ( int  vertex,
Vector dofs 
) const [inline, 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 585 of file fe.hpp.


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