Home
last modified time | relevance | path

Searched refs:dmf_shell (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex73.c416 PetscErrorCode DMShellDASetUp_TelescopeDMScatter(DM dmf_shell, DM dmc_shell) in DMShellDASetUp_TelescopeDMScatter() argument
422 PetscCall(DMShellGetContext(dmf_shell, &dmf)); in DMShellDASetUp_TelescopeDMScatter()
427 …PetscCall(PetscObjectComposeFunction((PetscObject)dmf_shell, "PCTelescopeFieldScatter", DMFieldSca… in DMShellDASetUp_TelescopeDMScatter()
428 …PetscCall(PetscObjectComposeFunction((PetscObject)dmf_shell, "PCTelescopeStateScatter", DMStateSca… in DMShellDASetUp_TelescopeDMScatter()
505 PetscErrorCode DMFieldScatter_ShellDA(DM dmf_shell, Vec x, ScatterMode mode, DM dmc_shell, Vec xc) in DMFieldScatter_ShellDA() argument
510 PetscCall(DMShellGetContext(dmf_shell, &dmf)); in DMFieldScatter_ShellDA()
516 …} else SETERRQ(PetscObjectComm((PetscObject)dmf_shell), PETSC_ERR_SUP, "Only mode = SCATTER_FORWAR… in DMFieldScatter_ShellDA()
520 PetscErrorCode DMStateScatter_ShellDA(DM dmf_shell, ScatterMode mode, DM dmc_shell) in DMStateScatter_ShellDA() argument
525 PetscCallMPI(MPI_Comm_size(PetscObjectComm((PetscObject)dmf_shell), &size_f)); in DMStateScatter_ShellDA()
528 …PetscCall(PetscPrintf(PetscObjectComm((PetscObject)dmf_shell), "User supplied state scatter (fine … in DMStateScatter_ShellDA()
[all …]