Searched refs:a_tid (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex7.c | 161 PetscErrorCode particlesToGrid(const DM dm, DM sw, const PetscInt Np, const PetscInt a_tid, const P… in particlesToGrid() argument 183 if (a_tid == target) PetscCall(DMViewFromOptions(sw, NULL, "-swarm_view")); in particlesToGrid() 196 if (a_tid == target) PetscCall(VecViewFromOptions(rho, NULL, "-rho_view")); in particlesToGrid()
|
| /petsc/src/ts/tests/ |
| H A D | ex30.c | 136 static PetscErrorCode particlesToGrid(const DM dm, DM sw, const PetscInt a_tid, const PetscInt dim,… in particlesToGrid() argument
|