Searched refs:outlocals (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/is/tutorials/ |
| H A D | ex4.c | 9 PetscInt output[2], inglobals[13], outlocals[13]; in main() local 32 PetscCall(ISGlobalToLocalMappingApply(mapping, IS_GTOLM_MASK, 13, inglobals, NULL, outlocals)); in main() 33 PetscCall(PetscIntView(13, outlocals, PETSC_VIEWER_STDOUT_WORLD)); in main() 38 PetscCall(ISGlobalToLocalMappingApply(mapping, IS_GTOLM_DROP, 13, inglobals, &m, outlocals)); in main() 39 PetscCall(PetscIntView(m, outlocals, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| H A D | ex5.c | 9 PetscInt output[2], inglobals[13], outlocals[13]; in main() local 34 PetscCall(ISGlobalToLocalMappingApply(mapping, IS_GTOLM_MASK, 13, inglobals, NULL, outlocals)); in main() 35 PetscCall(PetscIntView(13, outlocals, PETSC_VIEWER_STDOUT_WORLD)); in main() 41 PetscCall(ISGlobalToLocalMappingApplyBlock(mapping, IS_GTOLM_DROP, 13, inglobals, &m, outlocals)); in main() 42 PetscCall(PetscIntView(m, outlocals, PETSC_VIEWER_STDOUT_WORLD)); in main()
|