Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex2.c568 static PetscErrorCode CreateReferenceSolution(DM dmSol, Vec *pSolRef) in CreateReferenceSolution() argument
576 PetscCall(DMCreateGlobalVector(dmSol, pSolRef)); in CreateReferenceSolution()
602 PetscCall(DMLocalToGlobal(dmSol, solRefLocal, INSERT_VALUES, *pSolRef)); in CreateReferenceSolution()
H A Dex3.c1793 static PetscErrorCode CreateReferenceSolution(DM dmSol, Vec *pSolRef) in CreateReferenceSolution() argument
1802 PetscCall(DMCreateGlobalVector(dmSol, pSolRef)); in CreateReferenceSolution()
1803 solRef = *pSolRef; in CreateReferenceSolution()