Lines Matching refs:baseVec
245 Vec baseVec, baseVecMapped; in main() local
247 PetscCall(DMGetGlobalVector(base, &baseVec)); in main()
248 PetscCall(DMProjectFunction(base, 0., funcs, ctxs, INSERT_VALUES, baseVec)); in main()
249 PetscCall(PetscObjectSetName((PetscObject)baseVec, "Function Base")); in main()
250 PetscCall(VecViewFromOptions(baseVec, NULL, "-vec_base_view")); in main()
253 PetscCall(DMForestTransferVecFromBase(preForest, baseVec, baseVecMapped)); in main()
268 PetscCall(DMRestoreGlobalVector(base, &baseVec)); in main()
331 Vec baseVec, baseVecMapped; in main() local
334 PetscCall(DMGetGlobalVector(base, &baseVec)); in main()
335 PetscCall(DMProjectFunction(base, 0., funcs, ctxs, INSERT_VALUES, baseVec)); in main()
336 PetscCall(PetscObjectSetName((PetscObject)baseVec, "Function Base")); in main()
337 PetscCall(VecViewFromOptions(baseVec, NULL, "-vec_base_view")); in main()
340 PetscCall(DMForestTransferVecFromBase(preForest, baseVec, baseVecMapped)); in main()
355 PetscCall(DMRestoreGlobalVector(base, &baseVec)); in main()