35 #ifndef peakfunction_h 36 #define peakfunction_h 42 #define _IFT_PeakFunction_Name "peakfunction" 43 #define _IFT_PeakFunction_t "t" 44 #define _IFT_PeakFunction_ft "f(t)" 72 virtual double evaluateAtTime(
double);
77 #endif // peakfunction_h
#define _IFT_PeakFunction_Name
virtual const char * giveClassName() const
virtual const char * giveInputRecordName() const
PeakFunction(int i, Domain *d)
virtual double evaluateVelocityAtTime(double t)
Returns the first time derivative of the function at given time.
double t
Specific time when function is nonzero.
This class implements a function that is 0 everywhere, except in a single point.
Abstract base class representing a function with vector input and output.
IRResultType
Type defining the return values of InputRecord reading operations.
double value
Value of function at nonzero time.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual double evaluateAccelerationAtTime(double t)
Returns the second time derivative of the function at given time.