Searched refs:globalFine (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex19.c | 24 Vec localCoarse, globalCoarse, globalFine, localFine; in main() local 25 PetscCall(DMGetGlobalVector(dm, &globalFine)); in main() 50 PetscCall(MatInterpolate(Ai, globalCoarse, globalFine)); in main() 51 PetscCall(DMGlobalToLocal(dm, globalFine, INSERT_VALUES, localFine)); in main() 76 PetscCall(DMRestoreGlobalVector(dm, &globalFine)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2067 PetscSection globalCoarse, globalFine; in DMPlexComputeInterpolatorTree() local 2088 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexComputeInterpolatorTree() 2096 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexComputeInterpolatorTree() 2097 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexComputeInterpolatorTree() 2103 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexComputeInterpolatorTree() 2104 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &cdof)); in DMPlexComputeInterpolatorTree() 2500 PetscCall(PetscSectionGetConstrainedStorageSize(globalFine, &nGlobal)); in DMPlexComputeInterpolatorTree() 2516 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree() 2517 PetscCall(PetscSectionGetConstraintDof(globalFine, p, &gcDof)); in DMPlexComputeInterpolatorTree() 2519 PetscCall(PetscSectionGetOffset(globalFine, p, &gOff)); in DMPlexComputeInterpolatorTree() [all …]
|