|
|
|
@ -68,6 +68,13 @@
|
|
|
|
|
! preconditioner parameter has to be set.
|
|
|
|
|
! If nlev is not present, the parameter identified by 'what'
|
|
|
|
|
! 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)
|
|
|
|
|
|
|
|
|
@ -316,6 +323,13 @@ end subroutine mld_dprecseti
|
|
|
|
|
! preconditioner parameter has to be set.
|
|
|
|
|
! If nlev is not present, the parameter identified by 'what'
|
|
|
|
|
! 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)
|
|
|
|
|
|
|
|
|
@ -398,6 +412,13 @@ end subroutine mld_dprecsetc
|
|
|
|
|
! preconditioner parameter has to be set.
|
|
|
|
|
! If nlev is not present, the parameter identified by 'what'
|
|
|
|
|
! 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)
|
|
|
|
|
|
|
|
|
|