OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "inputrecord.h"
#include "intarray.h"
#include "feinterpol.h"
#include "gaussintegrationrule.h"
Go to the source code of this file.
Classes | |
class | oofem::FEIIGAElementGeometryWrapper |
Geometry wrapper for IGA elements. More... | |
class | oofem::IGAIntegrationElement |
IntegrationElement represent nonzero knot span, derived from Integration Rule. More... | |
class | oofem::IGAElement |
Implements base IGAElement, supposed to be a parent class of all elements with B-spline or NURBS based interpolation. More... | |
class | oofem::IGATSplineElement |
IGATSplineElement setups integration rules differently from IGAElement. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for IGAElement | |
#define | _IFT_IGAElement_KnotSpanParallelMode "knotspanparmode" |
Functions | |
void | oofem::drawIGAPatchDeformedGeometry (Element *elem, StructuralElementEvaluator *se, oofegGraphicContext &gc, TimeStep *tStep, UnknownType) |
#define _IFT_IGAElement_KnotSpanParallelMode "knotspanparmode" |
Definition at line 45 of file iga.h.
Referenced by oofem::IGAElement::initializeFrom().