Home
last modified time | relevance | path

Searched refs:gamg (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c93 PC_GAMG *gamg = (PC_GAMG *)mg->innerctx; in PCGAMGCreateGraph_Classical() local
121 … if (PetscRealPart(-rval[c]) > gamg->threshold[0] * PetscRealPart(Amax[r - s]) || rcol[c] == r) { in PCGAMGCreateGraph_Classical()
146 … if (PetscRealPart(-rval[c]) > gamg->threshold[0] * PetscRealPart(Amax[r - s]) || rcol[c] == r) { in PCGAMGCreateGraph_Classical()
188 PC_GAMG *gamg = (PC_GAMG *)mg->innerctx; in PCGAMGProlongator_Classical_Direct() local
282 …cid[col] >= 0 && (PetscRealPart(rval[j]) > gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval… in PCGAMGProlongator_Classical_Direct()
290 …cid[col] >= 0 && (PetscRealPart(rval[j]) > gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval… in PCGAMGProlongator_Classical_Direct()
324 …cid[col] >= 0 && (PetscRealPart(rval[j]) > gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval… in PCGAMGProlongator_Classical_Direct()
348 …cid[col] >= 0 && (PetscRealPart(rval[j]) > gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval… in PCGAMGProlongator_Classical_Direct()
384 …cid[col] >= 0 && (PetscRealPart(rval[j]) > gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval… in PCGAMGProlongator_Classical_Direct()
406 …cid[col] >= 0 && (PetscRealPart(rval[j]) > gamg->threshold[0] * Amax_pos[i] || PetscRealPart(-rval… in PCGAMGProlongator_Classical_Direct()
/petsc/src/snes/tutorials/
H A Dmakefile92 …9 -snes_monitor -dm_mat_type seqaijcusparse -dm_vec_type seqcuda -pc_type gamg -ksp_monitor -mg_le…
102 …ex19 -snes_monitor -dm_mat_type mpiaijhipsparse -dm_vec_type hip -pc_type gamg -ksp_monitor -mg_le…
/petsc/.gitlab/
H A DCODEOWNERS20 /src/ksp/pc/impls/gamg/ @markadams4 @jedbrown
/petsc/src/snes/tutorials/output/
H A Dex5_7_ksp_view_pre.out10 type: gamg
42 type: gamg
143 type: gamg
254 type: gamg
H A Dex5_mis_view_detailed.out10 type: gamg
117 type: gamg
234 type: gamg
351 type: gamg
H A Dex5_hem_view_detailed.out10 type: gamg
117 type: gamg
234 type: gamg
351 type: gamg
H A Dex56_1.out17 type: gamg
160 type: gamg
/petsc/src/ksp/ksp/tutorials/output/
H A Dex56_latebs-2.out22 type: gamg
110 type: gamg
208 type: gamg
H A Dex7_gamg_cuda_nsize-2.out16 type: gamg
H A Dex7_gamg_cuda_nsize-1.out16 type: gamg
H A Dex7_gamg_kokkos_nsize-2.out16 type: gamg
H A Dex7_gamg_kokkos_nsize-1.out16 type: gamg
H A Dex71_bddc_elast_deluxe_layers_adapt_cuda_approx_mat_is_localmat_type-seqaijcusparse.out66 type: gamg
163 type: gamg
H A Dex71_bddc_elast_deluxe_layers_adapt_cuda_approx_mat_is_localmat_type-seqaij.out66 type: gamg
163 type: gamg
H A Dex71_bddc_elast_both_approx.out67 type: gamg
169 type: gamg
H A Dex56_latebs.out39 type: gamg
204 type: gamg
369 type: gamg
H A Dex71_bddc_elast_neu_approx.out94 type: gamg
H A Dex71_bddc_elast_dir_approx.out67 type: gamg
H A Dex2_help.out270 …mpi kaczmarz jacobi telescope redundant cp shell galerkin ilu exotic gasm gamg none lmvm asm lsc (…
/petsc/src/ksp/ksp/tests/output/
H A Dex3_gamg_provided_not_ok.out10 type: gamg
/petsc/doc/changes/
H A D34.md167 "-pc_type gamg -pc_gamg_type agg" as alternative.
H A D33.md67 - Added native algebraic multigrid method -pc_type gamg. Aggregation
/petsc/doc/manual/
H A Dstreams.md244 `-da_refine 6 -pc_type gamg -log_view`. This study did not attempt to tune the default `PCGAMG` par…
248 :::{figure} /images/manual/gamg.svg
H A Dksp.md750 - ``gamg``
1077 *gamg* – and interfaces to three external AMG packages: *hypre*, *ML*
1090 (`-pc_type gamg -pc_gamg_type agg` or `PCSetType(pc,PCGAMG)` and
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj395 …D89D1E04207AA1AB00FACC19 /* gamg.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1B1C207AA1AA…
1147 …D1B1C207AA1AA00FACC19 /* gamg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1918 D89D1B1C207AA1AA00FACC19 /* gamg.c */,
2760 D89D1E04207AA1AB00FACC19 /* gamg.c in Sources */,

12