Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tests/
H A Dex10.c10 PetscBT *CFMarkers; member
52 PetscCall(PCHYPREGetCFMarkers(pcHypre, &data_comp->n_per_level, &data_comp->CFMarkers)); in main()
91 …PetscCall(PetscBTView(data_comp->n_per_level[i + 1], data_comp->CFMarkers[i], PETSC_VIEWER_STDOUT_… in DataCompExportMats()
107 PetscCall(PetscBTDestroy(&data_comp->CFMarkers[i])); in DataCompDestroy()
111 PetscCall(PetscFree(data_comp->CFMarkers)); in DataCompDestroy()
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c209 … PetscErrorCode PCHYPREGetCFMarkers_BoomerAMG(PC pc, PetscInt *n_per_level[], PetscBT *CFMarkers[]) in PCHYPREGetCFMarkers_BoomerAMG() argument
239 *CFMarkers = markertmp; in PCHYPREGetCFMarkers_BoomerAMG()
2535 PetscErrorCode PCHYPREGetCFMarkers(PC pc, PetscInt *n_per_level[], PetscBT *CFMarkers[]) in PCHYPREGetCFMarkers() argument
2540 PetscAssertPointer(CFMarkers, 3); in PCHYPREGetCFMarkers()
2541 …Method(pc, "PCHYPREGetCFMarkers_C", (PC, PetscInt *[], PetscBT *[]), (pc, n_per_level, CFMarkers)); in PCHYPREGetCFMarkers()