35 #ifndef prescribedgradient_h 36 #define prescribedgradient_h 48 #define _IFT_PrescribedGradient_Name "prescribedgradient" 111 virtual void scale(
double s) { mGradient.times(s); }
118 #endif // prescribedgradient_h
Prescribes or where are primary unknowns for the subscale.
Class for homogenization of applied gradients.
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
virtual bcType giveType() const
virtual const char * giveClassName() const
virtual ~PrescribedGradient()
Destructor.
bcType
Type representing the type of bc.
Class implementing Dirichlet boundary condition on DOF (primary boundary condition).
#define _IFT_PrescribedGradient_Name
virtual void scale(double s)
Scales the receiver according to given value.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
PrescribedGradient(int n, Domain *d)
Creates boundary condition with given number, belonging to given domain.
virtual const char * giveInputRecordName() const
the oofem namespace is to define a context or scope in which all oofem names are defined.
Abstract class Dof represents Degree Of Freedom in finite element mesh.
Class representing solution step.