35 #ifndef PrescribedGenStrainShell7_h 36 #define PrescribedGenStrainShell7_h 47 #define _IFT_PrescribedGenStrainShell7_Name "PrescribedGenStrainShell7" 48 #define _IFT_PrescribedGenStrainShell7_centercoords "ccoord" 49 #define _IFT_PrescribedGenStrainShell7_generalizedstrain "generalizedstrain" 50 #define _IFT_PrescribedGenStrainShell7_initialgeneralizedstrain "initialgeneralizedstrain" 119 void setDeformationGradient(
double zeta);
130 virtual const char *
giveClassName()
const {
return "PrescribedGenStrainShell7"; }
138 #endif // PrescribedGenStrainShell7_h
#define _IFT_PrescribedGenStrainShell7_Name
FloatArray centerCoord
Center coordinate .
FloatArray genEps
Current generalized strain eps = [xbar_{,alpha}, m_{,alpha}, m, gamma_{,alpha}, gamma ] = [ (3 3) (3 ...
virtual FloatArray & giveCenterCoordinate()
Returns the center coordinate.
virtual bcType giveType() const
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
Prescribes or where are primary unknowns for the subscale.
bcType
Type representing the type of bc.
Class implementing Dirichlet boundary condition on DOF (primary boundary condition).
PrescribedGenStrainShell7(int n, Domain *d)
Creates boundary condition with given number, belonging to given domain.
virtual const char * giveInputRecordName() const
virtual void setCenterCoordinate(const FloatArray &x)
Set the center coordinate for the prescribed values to be set for.
virtual const char * giveClassName() const
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
FloatMatrix gradient
Prescribed gradient .
virtual ~PrescribedGenStrainShell7()
Destructor.
the oofem namespace is to define a context or scope in which all oofem names are defined.
FloatArray initialGenEps
Initial generalized strain eps = [Xbar_{,alpha}, M_{,alpha}, M ] = [ (3 3) (3 3) 3] - 15 components...
Abstract class Dof represents Degree Of Freedom in finite element mesh.