yaeos
User documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
abs_alpha
Interface
MPL
31 statements
Source File
generic_cubic.f90
yaeos__models_ar_genericcubic
abs_alpha
Contents
None
interface
public subroutine abs_alpha(self, Tr, a, dadt, dadt2)
Arguments
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
(:)