|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "piecewiselinfunction.h"#include "mathfem.h"#include "classfactory.h"#include "dynamicinputrecord.h"#include <fstream>#include <sstream>Go to the source code of this file.
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | PiecewiseLinFunction_PRECISION 1.e-12 |
Functions | |
| oofem::REGISTER_Function (PiecewiseLinFunction) | |
| #define PiecewiseLinFunction_PRECISION 1.e-12 |
Definition at line 44 of file piecewiselinfunction.C.
Referenced by oofem::PiecewiseLinFunction::evaluateAtTime(), and oofem::PiecewiseLinFunction::evaluateVelocityAtTime().