Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/tests/
H A Dex7.c161 …scInt target, const PetscReal xx[], const PetscReal yy[], const PetscReal a_wp[], Vec rho, Mat *Mp… in particlesToGrid() argument
177 wq[p] = a_wp[p]; in particlesToGrid()
/petsc/src/ts/tests/
H A Dex30.c136 …t DM dm, DM sw, const PetscInt a_tid, const PetscInt dim, const PetscReal a_wp[], Vec rho, Mat M_p) in particlesToGrid() argument
146 for (p = 0; p < Np; p++) wq[p] = a_wp[p]; in particlesToGrid()