Searched refs:xc_local (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 51 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_1d(DM dmf, Vec xf_local, DM dmc, Vec xc_local) in DMStagRestrictSimple_1d() argument 66 PetscCall(VecZeroEntries(xc_local)); in DMStagRestrictSimple_1d() 68 PetscCall(DMStagVecGetArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_1d() 84 PetscCall(DMStagVecRestoreArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_1d()
|
| H A D | stag2d.c | 57 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_2d(DM dmf, Vec xf_local, DM dmc, Vec xc_local) in DMStagRestrictSimple_2d() argument 73 PetscCall(VecZeroEntries(xc_local)); in DMStagRestrictSimple_2d() 75 PetscCall(DMStagVecGetArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_2d() 123 PetscCall(DMStagVecRestoreArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_2d()
|
| H A D | stag3d.c | 64 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_3d(DM dmf, Vec xf_local, DM dmc, Vec xc_local) in DMStagRestrictSimple_3d() argument 82 PetscCall(VecZeroEntries(xc_local)); in DMStagRestrictSimple_3d() 84 PetscCall(DMStagVecGetArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_3d() 195 PetscCall(DMStagVecRestoreArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_3d()
|