35 #ifndef mixedgradientpressurebc_h 36 #define mixedgradientpressurebc_h 43 #define _IFT_MixedGradientPressure_devGradient "devgradient" 44 #define _IFT_MixedGradientPressure_pressure "pressure" 45 #define _IFT_MixedGradientPressure_centerCoords "ccoord" 112 virtual void setPrescribedPressure(
double p) = 0;
119 virtual void setPrescribedDeviatoricGradientFromVoigt(
const FloatArray &ddev) = 0;
123 #endif // mixedgradientpressurebc_h
virtual bcType giveType() const
Not relevant for this boundary condition.
MixedGradientPressureBC(int n, Domain *d)
Creates boundary condition with given number, belonging to given domain.
bcType
Type representing the type of bc.
Abstract base class for all active boundary conditions.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual ~MixedGradientPressureBC()
Destructor.
General class for boundary condition that prolongates macroscopic fields to incompressible flow...
Class representing solution step.