90 for (
int i = 1; i <= 3; i++ ) {
92 lcs.
at(2, i) = s.at(i);
93 lcs.
at(3, i) = t.
at(i);
101 double pressureHead = coordsLocal.
at(1);
103 answer.
times(pressureHead);
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
REGISTER_BoundaryCondition(BoundaryCondition)
void beVectorProductOf(const FloatArray &v1, const FloatArray &v2)
Computes vector product (or cross product) of vectors given as parameters, , and stores the result in...
double & at(int i)
Coefficient access function.
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
virtual void computeComponentArrayAt(FloatArray &answer, TimeStep *tStep, ValueModeType mode)
Computes boundary condition value - its components values at given time.
void beProductOf(const FloatMatrix &aMatrix, const FloatArray &anArray)
Receiver becomes the result of the product of aMatrix and anArray.
double at(int i, int j) const
Coefficient access function.
Class representing vector of real numbers.
#define _IFT_GravityPressure_zerolevel
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
#define _IFT_GravityPressure_normal
void zero()
Zeroes all coefficients of receiver.
void times(double s)
Multiplies receiver with scalar.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual void computeValueAt(FloatArray &answer, TimeStep *tStep, const FloatArray &coords, ValueModeType mode)
Computes components values of load at given point - global coordinates (coordinates given)...
double normalize()
Normalizes receiver.
Class representing solution step.
void resize(int s)
Resizes receiver towards requested size.