Home
last modified time | relevance | path

Searched refs:Xfine (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfas.c462 PetscErrorCode SNESFASRestrict(SNES fine, Vec Xfine, Vec Xcoarse) in SNESFASRestrict() argument
468 PetscValidHeaderSpecific(Xfine, VEC_CLASSID, 2); in SNESFASRestrict()
472 PetscCall(MatRestrict(fas->inject, Xfine, Xcoarse)); in SNESFASRestrict()
474 PetscCall(MatRestrict(fas->restrct, Xfine, Xcoarse)); in SNESFASRestrict()
/petsc/src/snes/interface/
H A Dsnes.c650 Vec Xfine, Xfine_named = NULL, Xcoarse; in DMRestrictHook_SNESVecSol() local
661 if (dmfine == snes->dm) Xfine = snes->vec_sol; in DMRestrictHook_SNESVecSol()
664 Xfine = Xfine_named; in DMRestrictHook_SNESVecSol()
668 PetscCall(MatRestrict(Inject, Xfine, Xcoarse)); in DMRestrictHook_SNESVecSol()
670 PetscCall(MatRestrict(Restrict, Xfine, Xcoarse)); in DMRestrictHook_SNESVecSol()