Searched refs:isShell (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 1647 PetscBool isShell, isDummy; in DMSwarmAddCellDM() local 1651 PetscCall(PetscObjectTypeCompare((PetscObject)celldm->dm, DMSHELL, &isShell)); in DMSwarmAddCellDM() 1654 …if (!isShell || !isDummy) PetscCall(DMSwarmRegisterPetscDatatypeField(sw, celldm->cellid, 1, PETSC… in DMSwarmAddCellDM()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 288 PetscBool isBrick, isShell, isSphere, isMoebius; in DMFTopologyCreate_pforest() local 295 PetscCall(PetscStrcmp(name, "shell", &isShell)); in DMFTopologyCreate_pforest() 333 if (isShell) { in DMFTopologyCreate_pforest()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 2895 …PetscBool isShell, isBlock, isSeqBlock, isMPIBlock, isSymBlock, isSymSeqBlock, isSymM… in DMCreateMatrix_Plex() local 2913 PetscCall(PetscStrcmp(mtype, MATSHELL, &isShell)); in DMCreateMatrix_Plex() 2921 if (!isShell) { in DMCreateMatrix_Plex()
|