Abstract derived type that describe the required procedure for an alpha function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AlphaFunction), | intent(in) | :: | self | |||
real(kind=pr), | intent(in) | :: | Tr(:) | |||
real(kind=pr), | intent(out) | :: | a(:) | |||
real(kind=pr), | intent(out) | :: | dadt(:) | |||
real(kind=pr), | intent(out) | :: | dadt2(:) |