origen_containerfunctions_m Module Reference
Functions/Subroutines | |
subroutine | origen_copynativetovec_int (a, b) |
subroutine | origen_copynativetointegerlist (a, b) |
subroutine | origen_copynativetovec_flt (a, b) |
subroutine | origen_copynativetovec_dbl (a, b) |
subroutine | origen_copynativetotransitioncoeff (ax, capx, fisx, genx, flxx, b) |
subroutine | origen_copytransitioncoefftonative (a, ax, capx, fisx, genx, flxx) |
subroutine | origen_copyvec_flttonative (a, b) |
subroutine | origen_copyvec_dbltonative (a, b) |
subroutine | origen_copyvec_inttonative (a, b) |
subroutine | origen_copyserialtovec_flt (a, b) |
subroutine | origen_copyserialtovec_int (a, b) |
subroutine | origen_copyserialtovec_dbl (a, b) |
subroutine | origen_copyintegerlist (a, b) |
subroutine | origen_copyfloatlist (a, b) |
subroutine | origen_copydoublelist (a, b) |
Function/Subroutine Documentation
subroutine origen_containerfunctions_m::origen_copynativetovec_int | ( | integer, dimension(:), intent(in) | a, |
type(scalestl_vec_int) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copynativetointegerlist | ( | integer, dimension(:), intent(in) | a, |
type(integerlist) | b | ||
) |
Referenced by tsttransitionmatrixp().
subroutine origen_containerfunctions_m::origen_copynativetovec_flt | ( | real(c_float), dimension(:), intent(in) | a, |
type(scalestl_vec_flt) | b | ||
) |
Referenced by origen_copynativetotransitioncoeff().
subroutine origen_containerfunctions_m::origen_copynativetovec_dbl | ( | real(c_double), dimension(:), intent(in) | a, |
type(scalestl_vec_dbl) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copynativetotransitioncoeff | ( | real(c_float), dimension(:), intent(in) | ax, |
real(c_float), dimension(:), intent(in) | capx, | ||
real(c_float), dimension(:), intent(in) | fisx, | ||
real(c_float), dimension(:), intent(in) | genx, | ||
real(c_float), dimension(:), intent(in) | flxx, | ||
type(origen_transitioncoeff) | b | ||
) |
References origen_copynativetovec_flt().
subroutine origen_containerfunctions_m::origen_copytransitioncoefftonative | ( | type(origen_transitioncoeff) | a, |
real(c_float), dimension(:), intent(inout) | ax, | ||
real(c_float), dimension(:), intent(inout) | capx, | ||
real(c_float), dimension(:), intent(inout) | fisx, | ||
real(c_float), dimension(:), intent(inout) | genx, | ||
real(c_float), dimension(:), intent(inout) | flxx | ||
) |
References origen_copyvec_flttonative().
subroutine origen_containerfunctions_m::origen_copyvec_flttonative | ( | type(scalestl_vec_flt) | a, |
real(c_float), dimension(:), intent(out) | b | ||
) |
Referenced by origen_copytransitioncoefftonative().
subroutine origen_containerfunctions_m::origen_copyvec_dbltonative | ( | type(scalestl_vec_dbl) | a, |
real(c_double), dimension(:), intent(out) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copyvec_inttonative | ( | type(scalestl_vec_int) | a, |
integer, dimension(:), intent(out) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copyserialtovec_flt | ( | type(floatlist), intent(in) | a, |
type(scalestl_vec_flt) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copyserialtovec_int | ( | type(integerlist), intent(in) | a, |
type(scalestl_vec_int) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copyserialtovec_dbl | ( | type(doublelist), intent(in) | a, |
type(scalestl_vec_dbl) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copyintegerlist | ( | type(integerlist) | a, |
type(integerlist) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copyfloatlist | ( | type(floatlist) | a, |
type(floatlist) | b | ||
) |
subroutine origen_containerfunctions_m::origen_copydoublelist | ( | type(doublelist) | a, |
type(doublelist) | b | ||
) |