Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnes.c650 Vec Xfine, Xfine_named = NULL, Xcoarse; in DMRestrictHook_SNESVecSol() local
663 PetscCall(DMGetNamedGlobalVector(dmfine, "SNESVecSol", &Xfine_named)); in DMRestrictHook_SNESVecSol()
664 Xfine = Xfine_named; in DMRestrictHook_SNESVecSol()
674 if (Xfine_named) PetscCall(DMRestoreNamedGlobalVector(dmfine, "SNESVecSol", &Xfine_named)); in DMRestrictHook_SNESVecSol()