plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
CentralDifferenceDerivative
Function
MIT
11 statements
Source File
ElastoPlasticityClass.f90
ElastoPlasticityClass
CentralDifferenceDerivative
Contents
public function CentralDifferenceDerivative(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)