load_material_implementation Submodule


Uses

  • module~~load_material_implementation~~UsesGraph module~load_material_implementation load_material_implementation module~tools_material tools_material module~load_material_implementation->module~tools_material module~class_psblas class_psblas module~tools_material->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

Contents


Module Procedures

module procedure load_material module subroutine load_material(name, state, dtemp, tmin, tmax, rho, mu, lambda, sh)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: name
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(:)