Searched refs:agg (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/graphops/coarsen/interface/ |
| H A D | coarsen.c | 113 PetscErrorCode MatCoarsenSetAdjacency(MatCoarsen agg, Mat adj) in MatCoarsenSetAdjacency() argument 116 PetscValidHeaderSpecific(agg, MAT_COARSEN_CLASSID, 1); in MatCoarsenSetAdjacency() 118 agg->graph = adj; in MatCoarsenSetAdjacency() 135 PetscErrorCode MatCoarsenSetStrictAggs(MatCoarsen agg, PetscBool str) in MatCoarsenSetStrictAggs() argument 138 PetscValidHeaderSpecific(agg, MAT_COARSEN_CLASSID, 1); in MatCoarsenSetStrictAggs() 139 agg->strict_aggs = str; in MatCoarsenSetStrictAggs() 155 PetscErrorCode MatCoarsenDestroy(MatCoarsen *agg) in MatCoarsenDestroy() argument 158 if (!*agg) PetscFunctionReturn(PETSC_SUCCESS); in MatCoarsenDestroy() 159 PetscValidHeaderSpecific(*agg, MAT_COARSEN_CLASSID, 1); in MatCoarsenDestroy() 160 if (--((PetscObject)*agg)->refct > 0) { in MatCoarsenDestroy() [all …]
|
| /petsc/doc/changes/ |
| H A D | 34.md | 167 "-pc_type gamg -pc_gamg_type agg" as alternative.
|
| H A D | 33.md | 68 method is recommended: -pc_gamg_type agg and for elliptic
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 327 …D89D1DC0207AA1AB00FACC19 /* agg.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1AD8207AA1AA0… 1079 …9D1AD8207AA1AA00FACC19 /* agg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1850 D89D1AD8207AA1AA00FACC19 /* agg.c */, 2471 D89D1DC0207AA1AB00FACC19 /* agg.c in Sources */,
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1197 (soot-mom/init-agg-values (0. 0. 0. 0. 0. 0. 0. 0. 0. 0.)) 1198 (soot-mom/agg-exp-urf (1. 1. 1. 1. 1. 1.)) 1200 (soot-mom/max-np-agg 200) 1201 (soot-mom/agg-tol 1e-06) 1203 (soot-mom/min-dia-agg 1e-08) 1204 (soot-mom/show-agg-model? #t) 1211 (soot-mom/agg-apfac 0.25) 1218 (soot-mom/interp-order-agg 1) 1235 (soot-mom/solve-agg-moments? #f) 1241 (soot-agg-moment/patch (0 0 0 0 0 0 0 0 0 0)) [all …]
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1090 (`-pc_type gamg -pc_gamg_type agg` or `PCSetType(pc,PCGAMG)` and
|