Lines Matching refs:RT_Pi

141   Mat               RT_PiFull, RT_Pi[3];  member
497 …if (!jac->coords[0] && !((jac->RT_PiFull || (jac->RT_Pi[0] && jac->RT_Pi[1])) && (jac->ND_PiFull |… in PCSetUp_HYPRE()
518 …if ((jac->RT_PiFull || (jac->RT_Pi[0] && jac->RT_Pi[1])) && (jac->ND_PiFull || (jac->ND_Pi[0] && j… in PCSetUp_HYPRE()
529 if (jac->RT_Pi[i]) { in PCSetUp_HYPRE()
530 hm = (Mat_HYPRE *)jac->RT_Pi[i]->data; in PCSetUp_HYPRE()
653 PetscCall(MatDestroy(&jac->RT_Pi[0])); in PCReset_HYPRE()
654 PetscCall(MatDestroy(&jac->RT_Pi[1])); in PCReset_HYPRE()
655 PetscCall(MatDestroy(&jac->RT_Pi[2])); in PCReset_HYPRE()
1836 static PetscErrorCode PCHYPRESetInterpolations_HYPRE(PC pc, PetscInt dim, Mat RT_PiFull, Mat RT_Pi[… in PCHYPRESetInterpolations_HYPRE() argument
1846 PetscCall(MatDestroy(&jac->RT_Pi[i])); in PCHYPRESetInterpolations_HYPRE()
1860 if (RT_Pi) { in PCHYPRESetInterpolations_HYPRE()
1862 if (RT_Pi[i]) { in PCHYPRESetInterpolations_HYPRE()
1863 PetscCall(PetscObjectTypeCompare((PetscObject)RT_Pi[i], MATHYPRE, &ishypre)); in PCHYPRESetInterpolations_HYPRE()
1865 PetscCall(PetscObjectReference((PetscObject)RT_Pi[i])); in PCHYPRESetInterpolations_HYPRE()
1866 jac->RT_Pi[i] = RT_Pi[i]; in PCHYPRESetInterpolations_HYPRE()
1868 PetscCall(MatConvert(RT_Pi[i], MATHYPRE, MAT_INITIAL_MATRIX, &jac->RT_Pi[i])); in PCHYPRESetInterpolations_HYPRE()
1923 PetscErrorCode PCHYPRESetInterpolations(PC pc, PetscInt dim, Mat RT_PiFull, Mat RT_Pi[], Mat ND_PiF… in PCHYPRESetInterpolations() argument
1933 if (RT_Pi) { in PCHYPRESetInterpolations()
1934 PetscAssertPointer(RT_Pi, 4); in PCHYPRESetInterpolations()
1936 if (RT_Pi[i]) { in PCHYPRESetInterpolations()
1937 PetscValidHeaderSpecific(RT_Pi[i], MAT_CLASSID, 4); in PCHYPRESetInterpolations()
1938 PetscCheckSameComm(pc, 1, RT_Pi[i], 4); in PCHYPRESetInterpolations()
1955 …olations_C", (PC, PetscInt, Mat, Mat[], Mat, Mat[]), (pc, dim, RT_PiFull, RT_Pi, ND_PiFull, ND_Pi)… in PCHYPRESetInterpolations()