Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex11.c336 DM dmAuxf; in SetupProblem() local
339 PetscCall(VecGetDM(auxDataf, &dmAuxf)); in SetupProblem()
340 PetscCall(DMSetCoarseDM(dmAuxf, dmAux)); in SetupProblem()
341 PetscCall(DMCreateGlobalVector(dmAuxf, &auxDataGlobalf)); in SetupProblem()
342 PetscCall(DMLocalToGlobal(dmAuxf, auxDataf, INSERT_VALUES, auxDataGlobalf)); in SetupProblem()
343 PetscCall(DMCreateInterpolation(dmAux, dmAuxf, &J, &Jscale)); in SetupProblem()
349 PetscCall(DMSetCoarseDM(dmAuxf, NULL)); in SetupProblem()