38 #include "../sm/Elements/structuralelement.h" 39 #include "../sm/CrossSections/fiberedcs.h" 43 #define _IFT_LIBeam3d_Name "libeam3d" 44 #define _IFT_LIBeam3d_refnode "refnode" InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
integrationDomain
Used by integrator class to supply integration points for proper domain to be integrated (Area...
virtual void computeLumpedMassMatrix(FloatMatrix &answer, TimeStep *tStep)
Computes lumped mass matrix of receiver.
virtual const char * giveInputRecordName() const
virtual int computeLoadLEToLRotationMatrix(FloatMatrix &answer, int, GaussPoint *gp)
Returns transformation matrix from local edge c.s to element local coordinate system of load vector c...
virtual void computeGaussPoints()
Initializes the array of integration rules member variable.
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
virtual Interface * giveInterface(InterfaceType it)
Interface requesting service.
virtual int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep)
Returns the integration point corresponding value in full form.
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]
virtual int computeNumberOfDofs()
Computes or simply returns total number of element's local DOFs.
virtual void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep)
Computes constitutive matrix of receiver.
virtual void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep)
MaterialMode
Type representing material mode of integration point.
LIBeam3d(int n, Domain *d)
Class implementing an array of integers.
MatResponseMode
Describes the character of characteristic material matrix.
virtual void computeNmatrixAt(const FloatArray &iLocCoord, FloatMatrix &answer)
Computes interpolation matrix for element unknowns.
virtual void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType)
Abstract base class for all "structural" finite elements.
virtual double computeLength()
Computes the length (zero for all but 1D geometries)
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
virtual double computeVolumeAround(GaussPoint *gp)
Returns volume related to given integration point.
virtual void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep)
Computes numerically stiffness matrix of receiver.
ElementExtension
Type representing element extension.
#define _IFT_LIBeam3d_Name
UnknownType
Type representing particular unknown (its physical meaning).
virtual void giveEdgeDofMapping(IntArray &answer, int iEdge) const
Assembles edge dof mapping mask, which provides mapping between edge local DOFs and "global" element ...
virtual int computeGlobalCoordinates(FloatArray &answer, const FloatArray &lcoords)
Computes the global coordinates from given element's local coordinates.
virtual void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep)
Computes the stress vector of receiver at given integration point, at time step tStep.
virtual int computeLoadGToLRotationMtrx(FloatMatrix &answer)
Returns transformation matrix from global coordinate system to local element coordinate system for el...
virtual integrationDomain giveIntegrationDomain() const
Returns integration domain for receiver, used to initialize integration point over receiver volume...
virtual void computeBodyLoadVectorAt(FloatArray &answer, Load *load, TimeStep *tStep, ValueModeType mode)
Computes the load vector due to body load acting on receiver, at given time step. ...
virtual void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int=1, int=ALL_STRAINS)
Computes the geometrical matrix of receiver in given integration point.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
virtual int giveLocalCoordinateSystem(FloatMatrix &answer)
Returns local coordinate system of receiver Required by material models with ortho- and anisotrophy...
virtual void FiberedCrossSectionInterface_computeStrainVectorInFiber(FloatArray &answer, const FloatArray &masterGpStrain, GaussPoint *slaveGp, TimeStep *tStep)
Computes full 3d strain vector in element fiber.
This class implements a 3-dimensional mindlin theory Linear Isoparametric beam element, with reduced integration.
The element interface required by FiberedCrossSection.
InterfaceType
Enumerative type, used to identify interface type.
virtual const char * giveClassName() const
Load is base abstract class for all loads.
virtual double computeEdgeVolumeAround(GaussPoint *gp, int iEdge)
Computes volume related to integration point on local edge.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual int testElementExtension(ElementExtension ext)
Tests if the element implements required extension.
virtual void computeMassMatrix(FloatMatrix &answer, TimeStep *tStep)
Computes mass matrix of receiver.
Class representing integration point in finite element program.
Class representing solution step.
virtual MaterialMode giveMaterialMode()
Returns material mode for receiver integration points.
virtual bool computeGtoLRotationMatrix(FloatMatrix &answer)
Returns transformation matrix from global c.s.
virtual void giveDofManDofIDMask(int inode, IntArray &answer) const
Returns dofmanager dof mask for node.