35 #ifndef line2boundaryelement_h 36 #define line2boundaryelement_h 42 #define _IFT_Line2BoundaryElement_Name "line2boundary" 77 virtual const char *
giveClassName()
const {
return "Line2BoundaryElement"; }
87 #endif // line2boundaryelement_h #define _IFT_Line2BoundaryElement_Name
virtual ~Line2BoundaryElement()
Destructor.
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
virtual const char * giveInputRecordName() const
void clear()
Clears receiver (zero size).
virtual Interface * giveInterface(InterfaceType it)
Interface requesting service.
Class implementing an array of integers.
Boundary element used for tracking solutions on arbitrary sections.
Class representing a 2d line quadratic interpolation.
virtual void computeField(ValueModeType mode, TimeStep *tStep, const FloatArray &lcoords, FloatArray &answer)
Computes the unknown vector interpolated at the specified local coordinates.
Class representing a general abstraction for finite element interpolation class.
Line2BoundaryElement(int n, Domain *d)
Constructor.
virtual int computeNumberOfDofs()
Computes or simply returns total number of element's local DOFs.
virtual const char * giveClassName() const
Class representing vector of real numbers.
This abstract class represent a general base element class for fluid dynamic problems.
Implementation of matrix containing floating point numbers.
virtual FEInterpolation * giveInterpolation() const
virtual void giveCharacteristicMatrix(FloatMatrix &answer, CharType type, TimeStep *tStep)
Computes characteristic matrix of receiver of requested type in given time step.
The spatial localizer element interface associated to spatial localizer.
InterfaceType
Enumerative type, used to identify interface type.
the oofem namespace is to define a context or scope in which all oofem names are defined.
void clear()
Sets size of receiver to be an empty matrix. It will have zero rows and zero columns size...
Class representing solution step.
virtual void giveDofManDofIDMask(int i, IntArray &nodeDofIDMask) const
Returns dofmanager dof mask for node.
virtual void giveCharacteristicVector(FloatArray &answer, CharType type, ValueModeType mode, TimeStep *tStep)
Computes characteristic vector of receiver of requested type in given time step.