Searched refs:particlesPerCell (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex3.c | 8 PetscInt particlesPerCell; /* The number of partices per cell */ member 14 options->particlesPerCell = 1; in ProcessOptions() 17 …l", "Number of particles per cell", "ex3.c", options->particlesPerCell, &options->particlesPerCell… in ProcessOptions() 36 PetscInt dim, cStart, cEnd, c, Np = user->particlesPerCell, p; in CreateParticles()
|
| H A D | ex2.c | 11 PetscInt particlesPerCell; /* The number of partices per cell */ member 56 options->particlesPerCell = 1; in ProcessOptions() 66 …l", "Number of particles per cell", "ex2.c", options->particlesPerCell, &options->particlesPerCell… in ProcessOptions() 180 PetscInt Ncell, Np = user->particlesPerCell, p, cStart, c, dim, d, Nfc; in CreateParticles()
|
| /petsc/src/ts/tests/ |
| H A D | ex28.c | 12 PetscInt particlesPerCell; /* The number of partices per cell */ member 31 options->particlesPerCell = 1; in ProcessOptions() 39 …", "Number of particles per cell", "ex28.c", options->particlesPerCell, &options->particlesPerCell… in ProcessOptions() 73 Np = user->particlesPerCell; in SetInitialCoordinates() 131 Np = user->particlesPerCell; in SetInitialConditions() 153 PetscInt dim, cStart, cEnd, c, Np = user->particlesPerCell, p; in CreateParticles()
|