yaeos__tapenade_interfaces Module


Uses

  • module~~yaeos__tapenade_interfaces~~UsesGraph module~yaeos__tapenade_interfaces yaeos__tapenade_interfaces module~yaeos__constants yaeos__constants module~yaeos__tapenade_interfaces->module~yaeos__constants iso_fortran_env iso_fortran_env module~yaeos__constants->iso_fortran_env

Used by

  • module~~yaeos__tapenade_interfaces~~UsedByGraph module~yaeos__tapenade_interfaces yaeos__tapenade_interfaces module~yaeos__models_ge_nrtl yaeos__models_ge_NRTL module~yaeos__models_ge_nrtl->module~yaeos__tapenade_interfaces module~yaeos__models_ge_implementations yaeos__models_ge_implementations module~yaeos__models_ge_implementations->module~yaeos__models_ge_nrtl module~yaeos__models yaeos__models module~yaeos__models->module~yaeos__models_ge_implementations proc~psrk PSRK proc~psrk->module~yaeos__models_ge_implementations module~yaeos yaeos module~yaeos->module~yaeos__models

Interfaces

interface

  • public subroutine POPREAL8(a)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=pr) :: a

interface

  • public subroutine POPREAL8ARRAY(a, n)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=pr), dimension(n) :: a
    integer :: n

interface

  • public subroutine popinteger4(i)

    Arguments

    Type IntentOptional Attributes Name
    integer :: i

interface

  • public subroutine pushinteger4(i)

    Arguments

    Type IntentOptional Attributes Name
    integer :: i

interface

  • public subroutine pushreal8(a)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=pr) :: a

interface

  • public subroutine pushreal8array(a, n)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=pr), dimension(n) :: a
    integer :: n