Searched refs:dmc_shell (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex73.c | 416 PetscErrorCode DMShellDASetUp_TelescopeDMScatter(DM dmf_shell, DM dmc_shell) in DMShellDASetUp_TelescopeDMScatter() argument 423 if (dmc_shell) PetscCall(DMShellGetContext(dmc_shell, &dmc)); in DMShellDASetUp_TelescopeDMScatter() 505 PetscErrorCode DMFieldScatter_ShellDA(DM dmf_shell, Vec x, ScatterMode mode, DM dmc_shell, Vec xc) in DMFieldScatter_ShellDA() argument 511 if (dmc_shell) PetscCall(DMShellGetContext(dmc_shell, &dmc)); in DMFieldScatter_ShellDA() 520 PetscErrorCode DMStateScatter_ShellDA(DM dmf_shell, ScatterMode mode, DM dmc_shell) in DMStateScatter_ShellDA() argument 526 if (dmc_shell) PetscCallMPI(MPI_Comm_size(PetscObjectComm((PetscObject)dmc_shell), &size_c)); in DMStateScatter_ShellDA() 595 DM dm, dmc, dm_shell, dmc_shell; in HierarchyCreate_Basic() local 609 dmc_shell = NULL; in HierarchyCreate_Basic() 616 PetscCall(DMShellCreate_ShellDA(dmc, &dmc_shell)); in HierarchyCreate_Basic() 617 PetscCall(DMSetApplicationContext(dmc_shell, ctx)); in HierarchyCreate_Basic() [all …]
|