Home
last modified time | relevance | path

Searched refs:ltogm (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/tests/
H A Dex4.c121 ISLocalToGlobalMapping ltogm; in main() local
123 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in main()
124 PetscCall(ISLocalToGlobalMappingGetSize(ltogm, &nloc)); in main()
125 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in main()
161 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in main()
H A Dex6.c140 ISLocalToGlobalMapping ltogm; in main() local
142 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in main()
143 PetscCall(ISLocalToGlobalMappingGetSize(ltogm, &nloc)); in main()
144 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in main()
186 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex29.c125 ISLocalToGlobalMapping ltogm; in FormJacobian_Grid() local
137 PetscCall(DMGetLocalToGlobalMapping(grid->da, &ltogm)); in FormJacobian_Grid()
138 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in FormJacobian_Grid()
167 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex26.c154 ISLocalToGlobalMapping ltogm; in FormJacobian_Grid() local
167 PetscCall(DMGetLocalToGlobalMapping(grid->da, &ltogm)); in FormJacobian_Grid()
168 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in FormJacobian_Grid()
197 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex19.c179 ISLocalToGlobalMapping ltogm; in FormJacobian_Grid() local
191 PetscCall(DMGetLocalToGlobalMapping(grid->da, &ltogm)); in FormJacobian_Grid()
192 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in FormJacobian_Grid()
221 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex14.c429 ISLocalToGlobalMapping ltogm; in ComputeJacobian() local
463 PetscCall(DMGetLocalToGlobalMapping(user->da, &ltogm)); in ComputeJacobian()
464 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in ComputeJacobian()
502 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in ComputeJacobian()
/petsc/src/ksp/ksp/tutorials/
H A Dex14f.F90240 ISLocalToGlobalMapping ltogm
274 PetscCall(DMGetLocalToGlobalMapping(da, ltogm, ierr))
275 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, ltog, ierr))
311 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, ltog, ierr))
H A Dex70.c1297 ISLocalToGlobalMapping ltogm; in BCApplyZero_EAST() local
1300 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in BCApplyZero_EAST()
1301 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_EAST()
1325 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_EAST()
1355 ISLocalToGlobalMapping ltogm; in BCApplyZero_WEST() local
1358 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in BCApplyZero_WEST()
1359 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_WEST()
1383 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_WEST()
1414 ISLocalToGlobalMapping ltogm; in BCApplyZero_NORTH() local
1417 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in BCApplyZero_NORTH()
[all …]
H A Dex43.c1643 ISLocalToGlobalMapping ltogm; in BCApplyZero_EAST() local
1646 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in BCApplyZero_EAST()
1647 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_EAST()
1671 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_EAST()
1701 ISLocalToGlobalMapping ltogm; in BCApplyZero_WEST() local
1704 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in BCApplyZero_WEST()
1705 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_WEST()
1729 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_WEST()
1760 ISLocalToGlobalMapping ltogm; in BCApplyZero_NORTH() local
1763 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in BCApplyZero_NORTH()
[all …]
H A Dex49.c1061 ISLocalToGlobalMapping ltogm; in BCApply_EAST() local
1065 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in BCApply_EAST()
1066 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApply_EAST()
1096 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApply_EAST()
1126 ISLocalToGlobalMapping ltogm; in BCApply_WEST() local
1130 PetscCall(DMGetLocalToGlobalMapping(da, &ltogm)); in BCApply_WEST()
1131 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApply_WEST()
1161 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApply_WEST()