Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex11.c245 Vec auxData, auxDataGlobal; in SetupProblem() local
288 PetscCall(DMCreateGlobalVector(dmAux, &auxDataGlobal)); in SetupProblem()
320 PetscCall(DMProjectFunction(dmAux, 0.0, auxFuncs, auxCtxs, INSERT_ALL_VALUES, auxDataGlobal)); in SetupProblem()
327 PetscCall(DMPlexComputeIntegralFEM(dmAux, auxDataGlobal, vals, NULL)); in SetupProblem()
329 PetscCall(VecISShift(auxDataGlobal, is, -vals[rhs_id])); in SetupProblem()
330 PetscCall(DMPlexComputeIntegralFEM(dmAux, auxDataGlobal, vals, NULL)); in SetupProblem()
344 PetscCall(MatInterpolate(J, auxDataGlobalf, auxDataGlobal)); in SetupProblem()
345 PetscCall(VecPointwiseMult(auxDataGlobal, auxDataGlobal, Jscale)); in SetupProblem()
352 PetscCall(DMGlobalToLocal(dmAux, auxDataGlobal, INSERT_VALUES, auxData)); in SetupProblem()
363 PetscCall(VecDestroy(&auxDataGlobal)); in SetupProblem()