Searched refs:maxc (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 301 PetscInt maxc, ns; in PCBDDCGraphComputeConnectedComponents() local 305 for (ns = 1, maxc = 0; ns < n_neigh; ns++) maxc = PetscMax(maxc, n_shared[ns]); in PCBDDCGraphComputeConnectedComponents() 306 PetscCall(PetscMalloc1(maxc * graph->cdim, &wdist)); in PCBDDCGraphComputeConnectedComponents() 307 PetscCall(PetscBTCreate(maxc, &excluded)); in PCBDDCGraphComputeConnectedComponents()
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 79 PetscInt maxc; member 362 PetscCallHYPRE(HYPRE_BoomerAMGSetMaxCoarseSize(jac->hsolver, (HYPRE_Int)jac->maxc)); in PCSetUp_HYPRE() 1229 …boomeramg_max_coarse_size", "Maximum size of coarsest grid", "None", jac->maxc, &jac->maxc, &flg)); in PCSetFromOptions_HYPRE_BoomerAMG() 1230 if (flg) PetscCallHYPRE(HYPRE_BoomerAMGSetMaxCoarseSize(jac->hsolver, (HYPRE_Int)jac->maxc)); in PCSetFromOptions_HYPRE_BoomerAMG() 1414 …etscViewerASCIIPrintf(viewer, " Maximum size of coarsest grid %" PetscInt_FMT "\n", jac->maxc)); in PCView_HYPRE_BoomerAMG() 2321 jac->maxc = 9; in PCHYPRESetType_HYPRE()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 7819 (adapt/maxc 0)
|