OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::PiecewiseLinFunction |
This class implements a piecewise linear function. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for PiecewiseLinFunction | |
#define | _IFT_PiecewiseLinFunction_Name "piecewiselinfunction" |
#define | _IFT_PiecewiseLinFunction_t "t" |
#define | _IFT_PiecewiseLinFunction_ft "f(t)" |
#define | _IFT_PiecewiseLinFunction_dataFile "datafile" |
#define _IFT_PiecewiseLinFunction_dataFile "datafile" |
Definition at line 46 of file piecewiselinfunction.h.
Referenced by oofem::PiecewiseLinFunction::initializeFrom().
#define _IFT_PiecewiseLinFunction_ft "f(t)" |
Definition at line 45 of file piecewiselinfunction.h.
Referenced by oofem::PiecewiseLinFunction::giveInputRecord(), and oofem::PiecewiseLinFunction::initializeFrom().
#define _IFT_PiecewiseLinFunction_Name "piecewiselinfunction" |
Definition at line 43 of file piecewiselinfunction.h.
Referenced by oofem::PiecewiseLinFunction::giveInputRecordName().
#define _IFT_PiecewiseLinFunction_t "t" |
Definition at line 44 of file piecewiselinfunction.h.
Referenced by oofem::PiecewiseLinFunction::giveInputRecord(), and oofem::PiecewiseLinFunction::initializeFrom().