Home
last modified time | relevance | path

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

/petsc/src/mat/impls/hypre/
H A Dmhypre.c1003 …(hypre_ParCSRMatrix *hR, hypre_ParCSRMatrix *hA, hypre_ParCSRMatrix *hP, hypre_ParCSRMatrix **hRAP) argument
1017 *hRAP = hypre_ParCSRMatrixRAP(hR, hA, hP);
1020 PetscCallHYPRE(hypre_BoomerAMGBuildCoarseOperator(hR, hA, hP, hRAP));
1021 PetscCallHYPRE(hypre_ParCSRMatrixSetNumNonzeros(*hRAP));
1025 hypre_ParCSRMatrixSetRowStartsOwner(*hRAP, 0);
1026 hypre_ParCSRMatrixSetColStartsOwner(*hRAP, 0);