Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex11.c335 Vec auxDataGlobalf, auxDataf, Jscale; in SetupProblem() local
341 PetscCall(DMCreateGlobalVector(dmAuxf, &auxDataGlobalf)); in SetupProblem()
342 PetscCall(DMLocalToGlobal(dmAuxf, auxDataf, INSERT_VALUES, auxDataGlobalf)); in SetupProblem()
344 PetscCall(MatInterpolate(J, auxDataGlobalf, auxDataGlobal)); in SetupProblem()
347 PetscCall(VecDestroy(&auxDataGlobalf)); in SetupProblem()