FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns the function value. More...
Public Member Functions | |
real(dp) function | functionvalue1 (func, xArg, ierr) |
Evaluates the single-argument function f = f(x). More... | |
real(dp) function | functionvalue2 (func, xArg, ierr) |
Evaluates the multi-argument function f = f(x,y,z,...). More... | |
Returns the function value.
real(dp) function functiontypemodule::functionvalue::functionvalue1 | ( | type(functiontype), pointer | func, |
real(dp), intent(in) | xArg, | ||
integer, intent(inout) | ierr | ||
) |
Evaluates the single-argument function f = f(x).
func | Pointer to the function shape to evaluate | |
[in] | xArg | Function argument value to evaluate the function at |
ierr | Error flag |
real(dp) function functiontypemodule::functionvalue::functionvalue2 | ( | type(functiontype), pointer | func, |
real(dp), dimension(:), intent(in) | xArg, | ||
integer, intent(inout) | ierr | ||
) |
Evaluates the multi-argument function f = f(x,y,z,...).
func | Pointer to the function shape to evaluate | |
[in] | xArg | Function argument values to evaluate the function at |
ierr | Error flag |