Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddm.c6257 Vec locu, locu_t; in DMComputeExactSolution() local
6269 PetscCall(DMGetLocalVector(dm, &locu_t)); in DMComputeExactSolution()
6270 PetscCall(VecSet(locu_t, 0.)); in DMComputeExactSolution()
6296 …ectFunctionLabelLocal(dm, time, label, 1, &id, 0, NULL, exacts, ectxs, INSERT_ALL_VALUES, locu_t)); in DMComputeExactSolution()
6297 else PetscCall(DMProjectFunctionLocal(dm, time, exacts, ectxs, INSERT_ALL_VALUES, locu_t)); in DMComputeExactSolution()
6316 PetscCall(DMLocalToGlobalBegin(dm, locu_t, INSERT_ALL_VALUES, u_t)); in DMComputeExactSolution()
6317 PetscCall(DMLocalToGlobalEnd(dm, locu_t, INSERT_ALL_VALUES, u_t)); in DMComputeExactSolution()
6318 PetscCall(DMRestoreLocalVector(dm, &locu_t)); in DMComputeExactSolution()