Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddm.c6257 Vec locu, locu_t; in DMComputeExactSolution() local
6264 PetscCall(DMGetLocalVector(dm, &locu)); in DMComputeExactSolution()
6265 PetscCall(VecSet(locu, 0.)); in DMComputeExactSolution()
6289 …ojectFunctionLabelLocal(dm, time, label, 1, &id, 0, NULL, exacts, ectxs, INSERT_ALL_VALUES, locu)); in DMComputeExactSolution()
6290 else PetscCall(DMProjectFunctionLocal(dm, time, exacts, ectxs, INSERT_ALL_VALUES, locu)); in DMComputeExactSolution()
6311 PetscCall(DMLocalToGlobalBegin(dm, locu, INSERT_ALL_VALUES, u)); in DMComputeExactSolution()
6312 PetscCall(DMLocalToGlobalEnd(dm, locu, INSERT_ALL_VALUES, u)); in DMComputeExactSolution()
6313 PetscCall(DMRestoreLocalVector(dm, &locu)); in DMComputeExactSolution()