Searched refs:DMShellGetContext (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex65.c | 93 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 D | ex73.c | 345 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 D | petscdmshell.h | 9 PETSC_EXTERN PetscErrorCode DMShellGetContext(DM, PetscCtxRt);
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_coarsedm.c | 125 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 D | 316.md | 185 - `DMShellGetContext()` now takes `void*` as return argument
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 309 PetscErrorCode DMShellGetContext(DM dm, PetscCtxRt ctx) in DMShellGetContext() function
|