Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex65.c93 PetscCall(DMShellGetContext(shell, &da)); in CreateMatrix()
103 PetscCall(DMShellGetContext(dm1, &da1)); in CreateInterpolation()
104 PetscCall(DMShellGetContext(dm2, &da2)); in CreateInterpolation()
115 PetscCall(DMShellGetContext(dm1, &da1)); in CreateRestriction()
116 PetscCall(DMShellGetContext(dm2, &da2)); in CreateRestriction()
128 PetscCall(DMShellGetContext(shell, &da)); in CreateGlobalVector()
139 PetscCall(DMShellGetContext(shell, &da)); in CreateLocalVector()
150 PetscCall(DMShellGetContext(shell, &da)); in Refine()
161 PetscCall(DMShellGetContext(shell, &da)); in Coarsen()
175 PetscCall(DMShellGetContext(shell, &da)); in ComputeRHS()
[all …]
H A Dex73.c345 PetscCall(DMShellGetContext(dm, &da)); in DMCreateMatrix_ShellDA()
375 PetscCall(DMShellGetContext(dm, &da)); in DMCreateGlobalVector_ShellDA()
386 PetscCall(DMShellGetContext(dm, &da)); in DMCreateLocalVector_ShellDA()
410 PetscCall(DMShellGetContext(dm1, &da1)); in DMCreateInterpolation_ShellDA()
411 PetscCall(DMShellGetContext(dm2, &da2)); in DMCreateInterpolation_ShellDA()
422 PetscCall(DMShellGetContext(dmf_shell, &dmf)); in DMShellDASetUp_TelescopeDMScatter()
423 if (dmc_shell) PetscCall(DMShellGetContext(dmc_shell, &dmc)); in DMShellDASetUp_TelescopeDMScatter()
510 PetscCall(DMShellGetContext(dmf_shell, &dmf)); in DMFieldScatter_ShellDA()
511 if (dmc_shell) PetscCall(DMShellGetContext(dmc_shell, &dmc)); in DMFieldScatter_ShellDA()
560 PetscCall(DMShellGetContext(dm, &da)); in DMDestroyShellDMDA()
[all …]
/petsc/include/
H A Dpetscdmshell.h9 PETSC_EXTERN PetscErrorCode DMShellGetContext(DM, PetscCtxRt);
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_coarsedm.c125 PetscCall(DMShellGetContext(ctx->dm_fine, &dmfine_shellctx)); in PCTelescopeSetUp_CoarseDM()
132 PetscCall(DMShellGetContext(ctx->dm_coarse, &dmcoarse_shellctx)); in PCTelescopeSetUp_CoarseDM()
/petsc/doc/changes/
H A D316.md185 - `DMShellGetContext()` now takes `void*` as return argument
/petsc/src/dm/impls/shell/
H A Ddmshell.c309 PetscErrorCode DMShellGetContext(DM dm, PetscCtxRt ctx) in DMShellGetContext() function