FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
functiontypemodule::functionvalue Interface Reference

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...
 

Detailed Description

Returns the function value.

Member Function/Subroutine Documentation

◆ functionvalue1()

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).

Parameters
funcPointer to the function shape to evaluate
[in]xArgFunction argument value to evaluate the function at
ierrError flag
Author
Bjorn Haugen
Date
6 Nov 1998

◆ functionvalue2()

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,...).

Parameters
funcPointer to the function shape to evaluate
[in]xArgFunction argument values to evaluate the function at
ierrError flag
Author
Bjorn Haugen
Date
6 Nov 1998

The documentation for this interface was generated from the following file: