mat_water Module


Uses

  • module~~mat_water~~UsesGraph module~mat_water mat_water module~class_psblas class_psblas module~mat_water->module~class_psblas module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

Used by

  • module~~mat_water~~UsedByGraph module~mat_water mat_water module~mat_water_procedures mat_water_procedures module~mat_water_procedures->module~mat_water proc~load_material load_material proc~load_material->module~mat_water

Contents


Interfaces

interface

  • public module subroutine load_water(state, dtemp, tmin, tmax, rho, mu, lambda, sh)

    Arguments

    Type IntentOptional AttributesName
    character(len=1), intent(out) :: state
    real(kind=psb_dpk_), intent(out) :: dtemp
    real(kind=psb_dpk_), intent(out) :: tmin
    real(kind=psb_dpk_), intent(out) :: tmax
    real(kind=psb_dpk_), intent(out), allocatable:: rho(:)
    real(kind=psb_dpk_), intent(out), allocatable:: mu(:)
    real(kind=psb_dpk_), intent(out), allocatable:: lambda(:)
    real(kind=psb_dpk_), intent(out), allocatable:: sh(:)