Searched refs:pSolRef (Results 1 – 2 of 2) sorted by relevance
568 static PetscErrorCode CreateReferenceSolution(DM dmSol, Vec *pSolRef) in CreateReferenceSolution() argument576 PetscCall(DMCreateGlobalVector(dmSol, pSolRef)); in CreateReferenceSolution()602 PetscCall(DMLocalToGlobal(dmSol, solRefLocal, INSERT_VALUES, *pSolRef)); in CreateReferenceSolution()
1793 static PetscErrorCode CreateReferenceSolution(DM dmSol, Vec *pSolRef) in CreateReferenceSolution() argument1802 PetscCall(DMCreateGlobalVector(dmSol, pSolRef)); in CreateReferenceSolution()1803 solRef = *pSolRef; in CreateReferenceSolution()