Searched refs:rPM_p (Results 1 – 1 of 1) sorted by relevance
1173 Mat M_p, rM_p, rPM_p; in DMSwarmRemap_PFAK_Internal() local1272 PetscCall(DMSwarmCreateMassMatrixSquare(sw, rdm, &rPM_p)); in DMSwarmRemap_PFAK_Internal()1274 rPM_p = rM_p; in DMSwarmRemap_PFAK_Internal()1275 PetscCall(PetscObjectReference((PetscObject)rPM_p)); in DMSwarmRemap_PFAK_Internal()1277 PetscCall(KSPSetOperators(ksp, rM_p, rPM_p)); in DMSwarmRemap_PFAK_Internal()1283 PetscCall(MatDestroy(&rPM_p)); in DMSwarmRemap_PFAK_Internal()