Searched refs:DMProductGetDM (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscdmproduct.h | 8 PETSC_EXTERN PetscErrorCode DMProductGetDM(DM, PetscInt, DM *);
|
| /petsc/src/dm/impls/product/ |
| H A D | productutils.c | 22 PetscErrorCode DMProductGetDM(DM dm, PetscInt slot, DM *subdm) in DMProductGetDM() function
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex23.c | 71 PetscCall(DMProductGetDM(cdm, d, &subdm)); in main()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagutils.c | 73 PetscCall(DMProductGetDM(dmCoord, d, &subDM)); in DMStagGetProductCoordinateArrays_Private() 212 PetscCall(DMProductGetDM(dmCoord, d, &subDM)); in DMStagGetProductCoordinateLocationSlot() 984 PetscCall(DMProductGetDM(dmCoord, d, &subDM)); in DMStagRestoreProductCoordinateArrays_Private()
|
| H A D | stag.c | 300 PetscCall(DMProductGetDM(coordinate_dm, d, &subdm_fine)); in DMCoarsen_Stag() 302 PetscCall(DMProductGetDM(coordinate_dmc, d, &subdm_coarse)); in DMCoarsen_Stag()
|