OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Geometry wrapper for IGA elements. More...
#include <iga.h>
Public Member Functions | |
FEIIGAElementGeometryWrapper (Element *_elem, const IntArray *_knotSpan) | |
FEIIGAElementGeometryWrapper (Element *_elem) | |
int | giveNumberOfVertices () const |
const FloatArray * | giveVertexCoordinates (int i) const |
Public Member Functions inherited from oofem::FEICellGeometry | |
FEICellGeometry () | |
virtual | ~FEICellGeometry () |
Public Attributes | |
const IntArray * | knotSpan |
Element * | elem |
|
inline |
|
inlinevirtual |
Implements oofem::FEICellGeometry.
Definition at line 72 of file iga.h.
References oofem::Element::giveNumberOfNodes().
|
inlinevirtual |
Implements oofem::FEICellGeometry.
Definition at line 73 of file iga.h.
References oofem::Node::giveCoordinates(), and oofem::Element::giveNode().
const IntArray* oofem::FEIIGAElementGeometryWrapper::knotSpan |
Definition at line 60 of file iga.h.
Referenced by oofem::NURBSInterpolation::evaldNdx(), oofem::TSplineInterpolation::evaldNdx(), oofem::BSplineInterpolation::evaldNdx(), oofem::NURBSInterpolation::evalN(), oofem::TSplineInterpolation::evalN(), oofem::BSplineInterpolation::evalN(), oofem::NURBSInterpolation::giveJacobianMatrixAt(), oofem::TSplineInterpolation::giveJacobianMatrixAt(), oofem::BSplineInterpolation::giveJacobianMatrixAt(), oofem::NURBSInterpolation::local2global(), oofem::TSplineInterpolation::local2global(), and oofem::BSplineInterpolation::local2global().