Searched defs:_p_DMSwarmCellDM (Results 1 – 1 of 1) sorted by relevance
31 struct _p_DMSwarmCellDM { struct33 DM dm; // The cell DM34 PetscInt Nf; // The number of DM fields35 char **dmFields; // Swarm fields defining this DM36 PetscInt Nfc; // The number of DM coordinate fields37 char **coordFields; // Swarm field for coordinates on this DM38 char *cellid; // Swarm field with cell ids for particles39 DMSwarmSort sort; // Ordering of particles by enclosing cell