Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex11.c335 Vec auxDataGlobalf, auxDataf, Jscale; in SetupProblem() local
338 PetscCall(DMGetAuxiliaryVec(fdm, NULL, 0, 0, &auxDataf)); in SetupProblem()
339 PetscCall(VecGetDM(auxDataf, &dmAuxf)); in SetupProblem()
342 PetscCall(DMLocalToGlobal(dmAuxf, auxDataf, INSERT_VALUES, auxDataGlobalf)); in SetupProblem()