Lines Matching refs:locPhi
1569 Vec phi, locPhi; // Potential in ComputeFieldAtParticles_Primal() local
1635 PetscCall(DMGetLocalVector(dm, &locPhi)); in ComputeFieldAtParticles_Primal()
1636 PetscCall(DMGlobalToLocalBegin(dm, phi, INSERT_VALUES, locPhi)); in ComputeFieldAtParticles_Primal()
1637 PetscCall(DMGlobalToLocalEnd(dm, phi, INSERT_VALUES, locPhi)); in ComputeFieldAtParticles_Primal()
1678 PetscCall(DMPlexVecGetClosure(dm, NULL, locPhi, c, NULL, &clPhi)); in ComputeFieldAtParticles_Primal()
1687 PetscCall(DMPlexVecRestoreClosure(dm, NULL, locPhi, c, NULL, &clPhi)); in ComputeFieldAtParticles_Primal()
1695 PetscCall(DMRestoreLocalVector(dm, &locPhi)); in ComputeFieldAtParticles_Primal()
1710 Vec phi, locPhi, phiFull; // Potential and embedding in mixed problem in ComputeFieldAtParticles_Mixed() local
1761 PetscCall(DMGetLocalVector(dm, &locPhi)); in ComputeFieldAtParticles_Mixed()
1762 PetscCall(DMGlobalToLocalBegin(dm, phiFull, INSERT_VALUES, locPhi)); in ComputeFieldAtParticles_Mixed()
1763 PetscCall(DMGlobalToLocalEnd(dm, phiFull, INSERT_VALUES, locPhi)); in ComputeFieldAtParticles_Mixed()
1804 PetscCall(DMPlexVecGetClosure(dm, NULL, locPhi, c, NULL, &clPhi)); in ComputeFieldAtParticles_Mixed()
1813 PetscCall(DMPlexVecRestoreClosure(dm, NULL, locPhi, c, NULL, &clPhi)); in ComputeFieldAtParticles_Mixed()
1821 PetscCall(DMRestoreLocalVector(dm, &locPhi)); in ComputeFieldAtParticles_Mixed()