Searched refs:bsw (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 2644 PetscInt bsc, bsw, Np; in DMSwarmComputeMoments() local 2654 PetscCall(DMSwarmGetField(sw, weight, &bsw, &dtw, (void **)&w)); in DMSwarmComputeMoments() 2657 …PetscCheck(bsw == 1, comm, PETSC_ERR_ARG_WRONG, "Weight field %s must be a scalar, not blocksize %… in DMSwarmComputeMoments()
|