35 #ifndef SRC_SM_ELEMENTS_INTERFACES_INTELLINE1INTPEN_H_ 36 #define SRC_SM_ELEMENTS_INTERFACES_INTELLINE1INTPEN_H_ 39 #define _IFT_IntElLine1IntPen_Name "intelline1intpen" 55 virtual const char *
giveClassName()
const {
return "IntElLine1IntPen"; }
This class implements a two dimensional interface element with interior penalty formulation.
Element_Geometry_Type
Enumerative type used to classify element geometry Possible values are: EGT_point - point in space EG...
virtual int computeGlobalCoordinates(FloatArray &answer, const FloatArray &lcoords)
Computes the global coordinates from given element's local coordinates.
virtual void computeNmatrixAt(GaussPoint *gp, FloatMatrix &answer)
Computes modified interpolation matrix (N) for the element which multiplied with the unknowns vector ...
MatResponseMode
Describes the character of characteristic material matrix.
IntElLine1IntPen(int n, Domain *d)
virtual void computeGaussPoints()
Initializes the array of integration rules member variable.
Element_Geometry_Type giveGeometryType() const
Returns the element geometry type.
virtual ~IntElLine1IntPen()
virtual const char * giveInputRecordName() const
#define _IFT_IntElLine1IntPen_Name
virtual void computeCovarBaseVectorAt(GaussPoint *gp, FloatArray &G)
Class representing vector of real numbers.
virtual void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep)
Computes the stiffness/tangent matrix of receiver.
Implementation of matrix containing floating point numbers.
virtual void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord=0)
Returns equivalent nodal forces vectors.
virtual const char * giveClassName() const
This class implements a two dimensional interface element.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing integration point in finite element program.
Class representing solution step.