Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tests/ !
H A Dex10.c52 PetscCall(PCHYPREGetCFMarkers(pcHypre, &data_comp->n_per_level, &data_comp->CFMarkers)); in main()
/petsc/doc/changes/ !
H A D323.md86 - Add `PCHYPREGetCFMarkers()` to extract Coarse/Fine splittings created by BoomerAMG from `PCHYPRE`…
/petsc/include/ !
H A Dpetscpc.h300 PETSC_EXTERN PetscErrorCode PCHYPREGetCFMarkers(PC pc, PetscInt *[], PetscBT *[]);
/petsc/src/ksp/pc/impls/hypre/ !
H A Dhypre.c2535 PetscErrorCode PCHYPREGetCFMarkers(PC pc, PetscInt *n_per_level[], PetscBT *CFMarkers[]) in PCHYPREGetCFMarkers() function