|
OOFEM 3.0
|
#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 | |
| namespace | oofem |
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().