Searched refs:nLocal (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex9.c | 13 PetscInt i, nLocal = 3, nGlobal; in main() local 23 PetscCall(PetscOptionsGetInt(NULL, NULL, "-n", &nLocal, NULL)); in main() 26 PetscCall(PetscMalloc1(nLocal, &indices)); in main() 27 for (i = 0; i < nLocal; i++) indices[i] = i + rank; in main() 28 nGlobal = size - 1 + nLocal; in main() 36 PetscCall(ISLocalToGlobalMappingCreate(comm, 1, nLocal, indices, PETSC_USE_POINTER, &l2g0)); in main() 51 PetscCall(PetscSFSetGraphLayout(sf, rootLayout, nLocal, NULL, PETSC_USE_POINTER, indices)); in main() 82 PetscCall(ISCreateStride(comm, nLocal, 0, 1, &input)); in main()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagstencil.c | 451 PetscInt nLocal, idx; in DMStagVecGetValuesStencil() local 458 PetscCall(VecGetLocalSize(vec, &nLocal)); in DMStagVecGetValuesStencil() 459 …nLocal == stag->entriesGhost, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Vector should be a local… in DMStagVecGetValuesStencil() 495 PetscInt nLocal; in DMStagVecSetValuesStencil() local 501 PetscCall(VecGetLocalSize(vec, &nLocal)); in DMStagVecSetValuesStencil() 502 …nLocal == stag->entries, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONG, "Provided vec has … in DMStagVecSetValuesStencil()
|
| H A D | stagutils.c | 810 PetscInt nLocalTo, nLocal, dim, i, j, k; in DMStagMigrateVec() local 827 PetscCall(VecGetLocalSize(vec, &nLocal)); in DMStagMigrateVec() 829 …PetscCheck(nLocal == stag->entries && nLocalTo == stagTo->entries, PetscObjectComm((PetscObject)dm… in DMStagMigrateVec() 1610 PetscInt nLocal; in DMStagVecGetArray() local 1616 PetscCall(VecGetLocalSize(vec, &nLocal)); in DMStagVecGetArray() 1617 …nLocal == stag->entriesGhost, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Vector local size %" PetscIn… in DMStagVecGetArray() 1659 PetscInt nLocal; in DMStagVecGetArrayRead() local 1665 PetscCall(VecGetLocalSize(vec, &nLocal)); in DMStagVecGetArrayRead() 1666 …nLocal == stag->entriesGhost, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Vector local size %" PetscIn… in DMStagVecGetArrayRead() 1703 PetscInt nLocal; in DMStagVecRestoreArray() local [all …]
|