OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "function.h"
Go to the source code of this file.
Classes | |
class | oofem::CalculatorFunction |
Class representing user defined load time 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 CalculatorFunction | |
#define | _IFT_CalculatorFunction_Name "usrdefltf" |
#define | _IFT_CalculatorFunction_f "f(t)" |
#define | _IFT_CalculatorFunction_dfdt "dfdt(t)" |
#define | _IFT_CalculatorFunction_d2fdt2 "d2fdt2(t)" |
#define _IFT_CalculatorFunction_d2fdt2 "d2fdt2(t)" |
Definition at line 46 of file calculatorfunction.h.
Referenced by oofem::CalculatorFunction::giveInputRecord(), and oofem::CalculatorFunction::initializeFrom().
#define _IFT_CalculatorFunction_dfdt "dfdt(t)" |
Definition at line 45 of file calculatorfunction.h.
Referenced by oofem::CalculatorFunction::giveInputRecord(), and oofem::CalculatorFunction::initializeFrom().
#define _IFT_CalculatorFunction_f "f(t)" |
Definition at line 44 of file calculatorfunction.h.
Referenced by oofem::CalculatorFunction::giveInputRecord(), and oofem::CalculatorFunction::initializeFrom().
#define _IFT_CalculatorFunction_Name "usrdefltf" |
Definition at line 42 of file calculatorfunction.h.
Referenced by oofem::CalculatorFunction::giveInputRecordName().