MFEM v2.0
Public Member Functions | Protected Attributes
NURBS1DFiniteElement Class Reference

#include <fe.hpp>

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

List of all members.

Public Member Functions

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

Protected Attributes

Vector shape_x

Detailed Description

Definition at line 1733 of file fe.hpp.


Constructor & Destructor Documentation

NURBS1DFiniteElement::NURBS1DFiniteElement ( int  p) [inline]

Definition at line 1739 of file fe.hpp.


Member Function Documentation

void NURBS1DFiniteElement::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 8564 of file fe.cpp.

References add(), DenseMatrix::Data(), FiniteElement::Dof, NURBSFiniteElement::ijk, NURBSFiniteElement::kv, FiniteElement::Order, shape_x, NURBSFiniteElement::weights, and IntegrationPoint::x.

void NURBS1DFiniteElement::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 8552 of file fe.cpp.

References NURBSFiniteElement::ijk, NURBSFiniteElement::kv, FiniteElement::Order, NURBSFiniteElement::weights, and IntegrationPoint::x.


Member Data Documentation

Vector NURBS1DFiniteElement::shape_x [mutable, protected]

Definition at line 1736 of file fe.hpp.

Referenced by CalcDShape().


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