38 #include "../sm/Elements/Interfaces/intelline1.h" 40 #define _IFT_IntElLine2_Name "intelline2" 41 #define _IFT_IntElLine2_LinearTraction "linear" This class implements a two dimensional interface element and is simply an extension of IntElLine1 to...
virtual void computeGaussPoints()
Initializes the array of integration rules member variable.
Element_Geometry_Type
Enumerative type used to classify element geometry Possible values are: EGT_point - point in space EG...
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]
#define _IFT_IntElLine2_Name
Class representing a 2d line quadratic interpolation.
virtual const char * giveInputRecordName() const
virtual void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType)
static FEI2dLineLin interpLin
Class representing a general abstraction for finite element interpolation class.
IntElLine2(int n, Domain *d)
UnknownType
Type representing particular unknown (its physical meaning).
Element_Geometry_Type giveGeometryType() const
Returns the element geometry type.
virtual void drawScalar(oofegGraphicContext &gc, TimeStep *tStep)
Class representing a 2d line with linear interpolation.
virtual FEInterpolation * giveInterpolation() const
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
bool linear
If linear interpolation should be used.
This class implements a two dimensional interface element.
virtual void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep)
static FEI2dLineQuad interp
virtual const char * giveClassName() const
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Class representing integration point in finite element program.
Class representing solution step.
virtual int computeNumberOfDofs()
Computes or simply returns total number of element's local DOFs.
virtual void computeNmatrixAt(GaussPoint *gp, FloatMatrix &answer)
Computes modified interpolation matrix (N) for the element which multiplied with the unknowns vector ...