Searched refs:Ncoord (Results 1 – 1 of 1) sorted by relevance
911 PetscInt Ncoord; in InitializeParticles_Regular() local914 PetscCall(DMSwarmCellDMGetCoordinateFields(celldm, &Ncoord, &coordNames)); in InitializeParticles_Regular()915 …PetscCheck(Ncoord == 2, comm, PETSC_ERR_SUP, "We only support regular layout for 2 coordinate fiel… in InitializeParticles_Regular()