Searched refs:auxDataGlobalf (Results 1 – 1 of 1) sorted by relevance
335 Vec auxDataGlobalf, auxDataf, Jscale; in SetupProblem() local341 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()