Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/tests/
H A Dex1.c129 PetscInt Np_pre, Np_post; in CheckPointInsertion() local
140 PetscCall(DMSwarmGetSize(sw, &Np_post)); in CheckPointInsertion()
141Np_post == (Np_pre + 1), PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Particle insertion failed. Global si… in CheckPointInsertion()