Searched refs:n_per_level (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/tests/ |
| H A D | ex10.c | 7 PetscInt *n_per_level; member 52 PetscCall(PCHYPREGetCFMarkers(pcHypre, &data_comp->n_per_level, &data_comp->CFMarkers)); in main() 80 …f(PETSC_COMM_WORLD, "Level %" PetscInt_FMT ": %" PetscInt_FMT "\n", i, data_comp->n_per_level[i])); in DataCompExportMats() 91 …PetscCall(PetscBTView(data_comp->n_per_level[i + 1], data_comp->CFMarkers[i], PETSC_VIEWER_STDOUT_… in DataCompExportMats() 110 PetscCall(PetscFree(data_comp->n_per_level)); in DataCompDestroy()
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 209 static PetscErrorCode PCHYPREGetCFMarkers_BoomerAMG(PC pc, PetscInt *n_per_level[], PetscBT *CFMark… in PCHYPREGetCFMarkers_BoomerAMG() argument 238 *n_per_level = n_per_temp; in PCHYPREGetCFMarkers_BoomerAMG() 2535 PetscErrorCode PCHYPREGetCFMarkers(PC pc, PetscInt *n_per_level[], PetscBT *CFMarkers[]) in PCHYPREGetCFMarkers() argument 2539 PetscAssertPointer(n_per_level, 2); in PCHYPREGetCFMarkers() 2541 …PetscUseMethod(pc, "PCHYPREGetCFMarkers_C", (PC, PetscInt *[], PetscBT *[]), (pc, n_per_level, CFM… in PCHYPREGetCFMarkers()
|