reducing_functions Subroutine

public subroutine reducing_functions(self, n, Vr, Tr)

Arguments

Type IntentOptional Attributes Name
class(Gerg2008), intent(in) :: self
type(hyperdual), intent(in) :: n(:)
type(hyperdual), intent(out) :: Vr
type(hyperdual), intent(out) :: Tr

Variables

Type Visibility Attributes Name Initial
real(kind=8), public :: Bt(size(n),size(n))
real(kind=8), public :: Bv(size(n),size(n))
real(kind=8), public :: Gt(size(n),size(n))
real(kind=8), public :: Gv(size(n),size(n))
real(kind=8), public :: Tc(size(n))
real(kind=8), public :: Vc(size(n))
type(hyperdual), public :: X(size(n))
integer, public :: i
integer, public :: j
integer, public :: nc
real(kind=8), public :: rho_c(size(n))