Searched refs:work_ferhs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex30.c | 159 PetscErrorCode gridToParticles(const DM dm, DM sw, const Vec rhs, Vec work_ferhs, Mat M_p, Mat Mass) in gridToParticles() argument 171 PetscCall(MatMult(Mass, rhs, work_ferhs)); in gridToParticles() 254 PetscCall(KSPSolve(ksp, work_ferhs, matshellctx->uu)); in gridToParticles() 265 PetscCall(KSPSolveTranspose(ksp, work_ferhs, ff)); in gridToParticles()
|