FEDEM Solver
R8.0
Source code of the dynamics solver
|
Creates a new expression function. More...
Public Member Functions | |
subroutine | ffame_create (narg, expression, exprId, err) |
Creates a new expression function.
[in] | narg | Number of function arguments |
[in] | expression | The math exression as a text string |
[in] | exprId | Identifier/key for the created expression |
[out] | err | Error flag |
subroutine ffamathexprinterface::ffame_create::ffame_create | ( | integer, intent(in) | narg, |
character(*), intent(in) | expression, | ||
integer, intent(in) | exprId, | ||
integer, intent(out) | err | ||
) |