Home
last modified time | relevance | path

Searched refs:a_tid (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex7.c161 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 Dex30.c136 static PetscErrorCode particlesToGrid(const DM dm, DM sw, const PetscInt a_tid, const PetscInt dim,… in particlesToGrid() argument