Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarmpic.c673 PetscBool isDA, isPLEX; in DMSwarmInsertPointsUsingCellDM() local
679 PetscCall(PetscObjectTypeCompare((PetscObject)celldm, DMPLEX, &isPLEX)); in DMSwarmInsertPointsUsingCellDM()
682 } else if (isPLEX) { in DMSwarmInsertPointsUsingCellDM()
720 PetscBool isDA, isPLEX; in DMSwarmSetPointCoordinatesCellwise() local
726 PetscCall(PetscObjectTypeCompare((PetscObject)celldm, DMPLEX, &isPLEX)); in DMSwarmSetPointCoordinatesCellwise()
728 …PetscCheck(isPLEX, PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "Only supported for cell DMs o… in DMSwarmSetPointCoordinatesCellwise()