Searched refs:localout (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmget.c | 56 if (!dm->localout[i]) { in DMGetLocalVector() 57 dm->localout[i] = *g; in DMGetLocalVector() 89 if (*g == dm->localout[j]) { in DMRestoreLocalVector() 95 dm->localout[j] = NULL; in DMRestoreLocalVector() 235 …PetscCheck(!dm->localout[i], PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Clearing DM of local vect… in DMClearLocalVectors()
|
| /petsc/doc/manual/ |
| H A D | vec.md | 1047 /* For example, do local calculations from localin to localout */ 1049 VecScatterBegin(VecScatter scatter, Vec localout, Vec globalout, InsertMode ADD_VALUES, ScatterMode… 1050 VecScatterEnd(VecScatter scatter, Vec localout, Vec globalout, InsertMode ADD_VALUES, ScatterMode S… 1216 VecGhostGetLocalForm(Vec globalout, Vec *localout); 1217 ... Do local calculations from localin to localout ... 1219 VecGhostRestoreLocalForm(Vec globalout, Vec *localout);
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 230 Vec localin[DM_MAX_WORK_VECTORS], localout[DM_MAX_WORK_VECTORS]; member
|