Searched refs:rho_t (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex7.c | 224 Vec rho_t[MAX_NUM_THRDS], rhs_t[MAX_NUM_THRDS]; in go() local 263 PetscCall(DMCreateGlobalVector(dm_t[tid], &rho_t[tid])); in go() 310 … sw_t[tid], Np_t[tid], tid, dim, target, xx_t[tid], yy_t[tid], wp_t[tid], rho_t[tid], &M_p_t[tid])… in go() 314 …for (int tid = 0; tid < numthreads; tid++) PetscCallAbort(PETSC_COMM_SELF, VecCopy(rho_t[tid], rhs… in go() 327 PetscCall(VecDestroy(&rho_t[tid])); in go()
|