plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ForwardDifferenceDerivative
Function
MIT
11 statements
Source File
ElastoPlasticityClass.f90
ElastoPlasticityClass
ForwardDifferenceDerivative
Contents
public function ForwardDifferenceDerivative(this_func, x, params) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
procedure(
ScalarFunction
)
::
this_func
real(kind=real64),
intent(in)
::
x
real(kind=real64),
intent(in)
::
params
(:)
Return Value
real(kind=real64)