Searched refs:isDummy (Results 1 – 1 of 1) sorted by relevance
1647 PetscBool isShell, isDummy; in DMSwarmAddCellDM() local1653 PetscCall(PetscStrcmp(name, "dummy", &isDummy)); in DMSwarmAddCellDM()1654 …if (!isShell || !isDummy) PetscCall(DMSwarmRegisterPetscDatatypeField(sw, celldm->cellid, 1, PETSC… in DMSwarmAddCellDM()