plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
21 statements
Source File
automatic_derivative.f90
main
Contents
Functions
myfunc
my_vec_func
Uses
MathClass
Functions
function
myfunc
(x) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x
Return Value
real(kind=real64)
function
my_vec_func
(x) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x
(:)
Return Value
real(kind=real64), allocatable, (:)