|
|
@ -194,6 +194,15 @@ subroutine amg_ccprecseti(p,what,val,info,ilev,ilmax,pos,idx)
|
|
|
|
end if
|
|
|
|
end if
|
|
|
|
call p%precv(nlev_)%set('SUB_FILLIN',val,info,pos=pos)
|
|
|
|
call p%precv(nlev_)%set('SUB_FILLIN',val,info,pos=pos)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case('COARSE_INVFILL')
|
|
|
|
|
|
|
|
if (ilev_ /= nlev_) then
|
|
|
|
|
|
|
|
write(psb_err_unit,*) name,&
|
|
|
|
|
|
|
|
& ': Error: Inconsistent specification of WHAT vs. ILEV'
|
|
|
|
|
|
|
|
info = -2
|
|
|
|
|
|
|
|
return
|
|
|
|
|
|
|
|
end if
|
|
|
|
|
|
|
|
call p%precv(nlev_)%set('INV_FILLIN',val,info,pos=pos)
|
|
|
|
|
|
|
|
|
|
|
|
case('BJAC_ITRACE')
|
|
|
|
case('BJAC_ITRACE')
|
|
|
|
if (ilev_ /= nlev_) then
|
|
|
|
if (ilev_ /= nlev_) then
|
|
|
|
write(psb_err_unit,*) name,&
|
|
|
|
write(psb_err_unit,*) name,&
|
|
|
@ -243,6 +252,11 @@ subroutine amg_ccprecseti(p,what,val,info,ilev,ilmax,pos,idx)
|
|
|
|
call p%precv(nlev_)%set('SUB_FILLIN',val,info,pos=pos)
|
|
|
|
call p%precv(nlev_)%set('SUB_FILLIN',val,info,pos=pos)
|
|
|
|
end if
|
|
|
|
end if
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case('COARSE_INVFILL')
|
|
|
|
|
|
|
|
if (nlev_ > 1) then
|
|
|
|
|
|
|
|
call p%precv(nlev_)%set('INV_FILLIN',val,info,pos=pos)
|
|
|
|
|
|
|
|
end if
|
|
|
|
|
|
|
|
|
|
|
|
case('BJAC_ITRACE')
|
|
|
|
case('BJAC_ITRACE')
|
|
|
|
if (nlev_ > 1) then
|
|
|
|
if (nlev_ > 1) then
|
|
|
|
call p%precv(nlev_)%set('SMOOTHER_ITRACE',val,info,pos=pos)
|
|
|
|
call p%precv(nlev_)%set('SMOOTHER_ITRACE',val,info,pos=pos)
|
|
|
|