Searched refs:DMSHELL (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 256 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellSetDestroyContext() 282 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellSetContext() 316 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellGetContext() 347 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellSetMatrix() 403 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellSetGlobalVector() 446 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellGetGlobalVector() 495 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellSetLocalVector() 716 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellSetCoarsen() 743 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellGetCoarsen() 768 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMShellSetRefine() [all …]
|
| /petsc/src/dm/interface/ |
| H A D | dmregall.c | 46 PetscCall(DMRegister(DMSHELL, DMCreate_Shell)); in DMRegisterAll()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_sort.c | 268 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMSwarmSortGetAccess()
|
| H A D | swarmpic.c | 781 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMSHELL, &isshell)); in DMSwarmCreatePointPerCellCount()
|
| H A D | swarm.c | 192 PetscCall(DMSetType(dm, DMSHELL)); in DMSwarmVectorDefineFields() 1651 PetscCall(PetscObjectTypeCompare((PetscObject)celldm->dm, DMSHELL, &isShell)); in DMSwarmAddCellDM()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 9 PetscDMType DMSHELL
|
| H A D | DM.pyx | 8 SHELL = S_(DMSHELL)
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 442 In the above, instead of using `DMClone()`, one could also create a new `DMSHELL` object to attach … 635 `DMSHELL` object instead of using `DMClone()`.
|
| /petsc/include/ |
| H A D | petscdm.h | 36 #define DMSHELL "shell" macro
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iterativ.c | 1771 PetscCall(PetscObjectTypeCompare((PetscObject)ksp->dm, DMSHELL, &isshell)); in KSPCreateVecs()
|