Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tests/
H A Dex10.c9 Mat *ProlongationOps; member
51 PetscCall(PCGetInterpolations(pcHypre, &data_comp->num_levels, &data_comp->ProlongationOps)); in main()
84 PetscCall(PetscObjectSetName((PetscObject)data_comp->ProlongationOps[i], "P")); in DataCompExportMats()
85 PetscCall(MatView(data_comp->ProlongationOps[i], PETSC_VIEWER_STDOUT_WORLD)); in DataCompExportMats()
106 PetscCall(MatDestroy(&data_comp->ProlongationOps[i])); in DataCompDestroy()
109 PetscCall(PetscFree(data_comp->ProlongationOps)); in DataCompDestroy()