Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/tests/
H A Dex7.c224 Vec rho_t[MAX_NUM_THRDS], rhs_t[MAX_NUM_THRDS]; in go() local
264 PetscCall(DMCreateGlobalVector(dm_t[tid], &rhs_t[tid])); in go()
314 … < numthreads; tid++) PetscCallAbort(PETSC_COMM_SELF, VecCopy(rho_t[tid], rhs_t[tid])); /* Identit… in go()
316 …gridToParticles(dm_t[tid], sw_t[tid], (tid == target) ? moments_1 : NULL, rhs_t[tid], M_p_t[tid])); in go()
328 PetscCall(VecDestroy(&rhs_t[tid])); in go()