|
| class | ConstantFunc |
| | A scalar-valued constant function. More...
|
| |
| class | LinearFunc |
| | A scalar-valued linear function. More...
|
| |
| class | LinVecFunc |
| | A vector-valued linear function. More...
|
| |
| class | RampFunc |
| | A scalar-valued ramp function, linear up to xmax. More...
|
| |
| class | DiracFunc |
| | A scalar-valued dirac function. More...
|
| |
| class | StepFunc |
| | A scalar-valued step function. More...
|
| |
| class | SineFunc |
| | A scalar-valued sinusoidal function. More...
|
| |
| class | ConstFunc |
| | A scalar-valued spatial function, constant in space and time. More...
|
| |
| class | ConstTimeFunc |
| | A scalar-valued spatial function, constant in space, varying in time. More...
|
| |
| class | SpaceTimeFunc |
| | A scalar-valued spatial function, varying in space and time. More...
|
| |
| class | LinearXFunc |
| | A scalar-valued spatial function, linear in x. More...
|
| |
| class | LinearYFunc |
| | A scalar-valued spatial function, linear in y. More...
|
| |
| class | LinearZFunc |
| | A scalar-valued spatial function, linear in z. More...
|
| |
| class | QuadraticXFunc |
| | A scalar-valued spatial function, quadratic in x. More...
|
| |
| class | QuadraticYFunc |
| | A scalar-valued spatial function, quadratic in y. More...
|
| |
| class | QuadraticZFunc |
| | A scalar-valued spatial function, quadratic in z. More...
|
| |
| class | LinearRotZFunc |
| | A scalar-valued spatial function, defining a rotation about the Z-axis. More...
|
| |
| class | StepXFunc |
| | A scalar-valued spatial function, step in x. More...
|
| |
| class | StepXYFunc |
| | A scalar-valued spatial function, step in x and y. More...
|
| |
| class | Interpolate1D |
| | A scalar-valued spatial function, linear interpolation. More...
|
| |
| class | ConstVecFunc |
| | A vector-valued spatial function, constant in space and time. More...
|
| |
|
| const RealFunc * | utl::parseRealFunc (char *cline, Real A=Real(1), bool print=true) |
| | Creates a scalar-valued function by parsing a character string. More...
|
| |
| ScalarFunc * | utl::parseTimeFunc (const char *func, const std::string &type="expression", Real eps=Real(1.0e-8)) |
| | Creates a time function by parsing a character string. More...
|
| |
| VecTimeFunc * | utl::parseVecTimeFunc (const char *func, const std::string &type) |
| | Creates a vector-valued time function by parsing a char string. More...
|
| |
| RealFunc * | utl::parseRealFunc (const std::string &func, const std::string &type="expression", bool print=true) |
| | Creates a scalar-valued function by parsing a character string. More...
|
| |
| RealFunc * | utl::parseExprRealFunc (const std::string &function, bool autodiff) |
| | Creates a scalar-valued function by parsing a character string. More...
|
| |
| VecFunc * | utl::parseExprVecFunc (const std::string &function, bool autodiff) |
| | Creates a Vector-valued function by parsing a character string. More...
|
| |
| IntFunc * | utl::parseIntFunc (const std::string &func, const std::string &type="expression") |
| | Creates a scalar-valued int function by parsing a character string. More...
|
| |
| VecFunc * | utl::parseVecFunc (const std::string &func, const std::string &type="expression", const std::string &variables="") |
| | Creates a vector-valued function by parsing a character string. More...
|
| |
| TensorFunc * | utl::parseTensorFunc (const std::string &func, const std::string &type) |
| | Creates a tensor-valued function by parsing a character string. More...
|
| |
| TractionFunc * | utl::parseTracFunc (const std::string &func, const std::string &type="expression", int dir=0) |
| | Creates a vector-valued function defining a surface traction. More...
|
| |
| TractionFunc * | utl::parseTracFunc (const tinyxml2::XMLElement *elem) |
| | Creates a vector-valued function defining a surface traction. More...
|
| |
Specific function implementations.
- Date
- Jun 1 2010
- Author
- Knut Morten Okstad / SINTEF