35 #ifndef fei2dtrconst_h 36 #define fei2dtrconst_h 63 virtual void computeLocalEdgeMapping(
IntArray &edgeNodes,
int iedge);
66 virtual void edgeEvaldNds(
FloatArray &answer,
int iedge,
68 virtual void edgeLocal2global(
FloatArray &answer,
int iedge,
79 #endif // fei2dtrlin_h integrationDomain
Used by integrator class to supply integration points for proper domain to be integrated (Area...
virtual Element_Geometry_Type giveGeometryType() const
Returns the geometry type fo the interpolator.
virtual integrationDomain giveIntegrationDomain() const
Returns the integration domain of the interpolator.
Element_Geometry_Type
Enumerative type used to classify element geometry Possible values are: EGT_point - point in space EG...
Class representing a general abstraction for surface finite element interpolation class...
Class representing a general abstraction for cell geometry.
Class implementing an array of integers.
Abstract base class representing integration rule.
virtual int giveNumberOfNodes() const
Returns the number of geometric nodes of the receiver.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
FEI2dTrConst(int ind1, int ind2)
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing a 2d triangular linear interpolation based on area coordinates.