Searched refs:localFine (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 28 PetscCall(DMGetLocalVector(dm, &localFine)); in main() 30 PetscCall(VecSet(localFine, -1.0)); in main() 51 PetscCall(DMGlobalToLocal(dm, globalFine, INSERT_VALUES, localFine)); in main() 57 PetscCall(DMStagVecGetArrayRead(dm, localFine, &arr)); in main() 71 PetscCall(DMStagVecRestoreArrayRead(dm, localFine, &arr)); in main() 74 PetscCall(DMRestoreLocalVector(dm, &localFine)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2068 PetscSection localCoarse, localFine; in DMPlexComputeInterpolatorTree() local 2485 PetscCall(DMGetLocalSection(fine, &localFine)); in DMPlexComputeInterpolatorTree() 2507 PetscCall(PetscSectionGetMaxDof(localFine, &maxDof)); in DMPlexComputeInterpolatorTree() 2536 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &rowDof)); in DMPlexComputeInterpolatorTree() 2543 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC… in DMPlexComputeInterpolatorTree() 2559 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC_FALSE… in DMPlexComputeInterpolatorTree() 2704 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &rowDof)); in DMPlexComputeInterpolatorTree() 2710 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC… in DMPlexComputeInterpolatorTree() 2712 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC_FALSE… in DMPlexComputeInterpolatorTree() 3282 PetscSection localCoarse, localFine, leafIndicesSec; in DMPlexTransferInjectorTree() local [all …]
|