OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "function.h"
Go to the source code of this file.
Classes | |
class | oofem::PeakFunction |
This class implements a function that is 0 everywhere, except in a single point. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for PeakFunction | |
#define | _IFT_PeakFunction_Name "peakfunction" |
#define | _IFT_PeakFunction_t "t" |
#define | _IFT_PeakFunction_ft "f(t)" |
#define _IFT_PeakFunction_ft "f(t)" |
Definition at line 44 of file peakfunction.h.
Referenced by oofem::PeakFunction::initializeFrom().
#define _IFT_PeakFunction_Name "peakfunction" |
Definition at line 42 of file peakfunction.h.
Referenced by oofem::PeakFunction::giveInputRecordName().
#define _IFT_PeakFunction_t "t" |
Definition at line 43 of file peakfunction.h.
Referenced by oofem::PeakFunction::initializeFrom().