mld_cprecset.f90
 mld_dprecset.f90
 mld_sprecset.f90
 mld_zprecset.f90

Comments on ilev.
stopcriterion
Salvatore Filippone 17 years ago
parent 32acc6056f
commit bbf57ac99a

@ -69,6 +69,14 @@
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
!
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
subroutine mld_cprecseti(p,what,val,info,ilev) subroutine mld_cprecseti(p,what,val,info,ilev)
use psb_base_mod use psb_base_mod
@ -317,6 +325,14 @@ end subroutine mld_cprecseti
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
!
subroutine mld_cprecsetc(p,what,string,info,ilev) subroutine mld_cprecsetc(p,what,string,info,ilev)
use psb_base_mod use psb_base_mod
@ -400,6 +416,14 @@ end subroutine mld_cprecsetc
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
!
subroutine mld_cprecsetr(p,what,val,info,ilev) subroutine mld_cprecsetr(p,what,val,info,ilev)
use psb_base_mod use psb_base_mod

@ -69,6 +69,13 @@
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
subroutine mld_dprecseti(p,what,val,info,ilev) subroutine mld_dprecseti(p,what,val,info,ilev)
use psb_base_mod use psb_base_mod
@ -317,6 +324,13 @@ end subroutine mld_dprecseti
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
subroutine mld_dprecsetc(p,what,string,info,ilev) subroutine mld_dprecsetc(p,what,string,info,ilev)
use psb_base_mod use psb_base_mod
@ -399,6 +413,13 @@ end subroutine mld_dprecsetc
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
subroutine mld_dprecsetr(p,what,val,info,ilev) subroutine mld_dprecsetr(p,what,val,info,ilev)
use psb_base_mod use psb_base_mod

@ -69,6 +69,14 @@
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
!
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
subroutine mld_sprecseti(p,what,val,info,ilev) subroutine mld_sprecseti(p,what,val,info,ilev)
use psb_base_mod use psb_base_mod
@ -317,6 +325,14 @@ end subroutine mld_sprecseti
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
!
subroutine mld_sprecsetc(p,what,string,info,ilev) subroutine mld_sprecsetc(p,what,string,info,ilev)
use psb_base_mod use psb_base_mod
@ -399,6 +415,14 @@ end subroutine mld_sprecsetc
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
!
subroutine mld_sprecsetr(p,what,val,info,ilev) subroutine mld_sprecsetr(p,what,val,info,ilev)
use psb_base_mod use psb_base_mod

@ -69,6 +69,14 @@
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
!
subroutine mld_zprecseti(p,what,val,info,ilev) subroutine mld_zprecseti(p,what,val,info,ilev)
use psb_base_mod use psb_base_mod
@ -317,6 +325,14 @@ end subroutine mld_zprecseti
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
!
subroutine mld_zprecsetc(p,what,string,info,ilev) subroutine mld_zprecsetc(p,what,string,info,ilev)
use psb_base_mod use psb_base_mod
@ -400,6 +416,14 @@ end subroutine mld_zprecsetc
! If nlev is not present, the parameter identified by 'what' ! If nlev is not present, the parameter identified by 'what'
! is set at all the appropriate levels. ! is set at all the appropriate levels.
! !
! NOTE: currently, the use of the argument ilev is not "safe" and is reserved to
! MLD2P4 developers. Indeed, by using ilev it is possible to set different values
! of the same parameter at different levels 1,...,nlev-1, even in cases where
! the parameter must have the same value at all the levels but the coarsest one.
! For this reason, the interface mld_precset to this routine has been built in
! such a way that ilev is not visible to the user (see mld_prec_mod.f90).
!
!
subroutine mld_zprecsetr(p,what,val,info,ilev) subroutine mld_zprecsetr(p,what,val,info,ilev)
use psb_base_mod use psb_base_mod

Loading…
Cancel
Save