Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeModelAdiff), | intent(in) | :: | self | |||
real(kind=pr), | intent(in) | :: | n(:) | |||
real(kind=pr), | intent(in) | :: | t | |||
real(kind=pr), | intent(out), | optional | :: | Ge | ||
real(kind=pr), | intent(out), | optional | :: | GeT | ||
real(kind=pr), | intent(out), | optional | :: | GeT2 | ||
real(kind=pr), | intent(out), | optional, | dimension(size(n)) | :: | Gen | |
real(kind=pr), | intent(out), | optional, | dimension(size(n)) | :: | GeTn | |
real(kind=pr), | intent(out), | optional | :: | Gen2(size(n),size(n)) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | any_deriv | ||||
real(kind=pr), | public | :: | dGe(size(n)+1,size(n)+1) | ||||
type(hyperdual), | public | :: | d_Ge | ||||
type(hyperdual), | public | :: | d_n(size(n)) | ||||
type(hyperdual), | public | :: | d_t | ||||
integer, | public | :: | nc |