removed unused variables
Remove unneeded checks for use of the compressed row for diagonal block of matrices in GAMGI cannot understand why these checks where not always triggered.Time: .5 hoursReported-by: Artur Safin
Remove unneeded checks for use of the compressed row for diagonal block of matrices in GAMGI cannot understand why these checks where not always triggered.Time: .5 hoursReported-by: Artur Safin <aks084000@utdallas.edu>
show more ...
added checks for AIJ in MIS and GAMG
fixed merge with master
Merge branch 'barry/extend-pcmg-galerkin'
added randoms back in, made determanistic
fixing gamg tests
removed 'random' var from GAMG
fixed use of integers for mg->galerkinReported-by: nightly tests
fixing up tests and comments
added option for parallel coarse grid solve, without GAMG putting all on one proc
fixing up gamg agg
fixing up gamg with asm blocks
fixed some naming in GAMG and added material to some GAMG manual pages
Convert GAMG to use ASM with aggs and not GASMI don't see how it could ever have worked with GASM, which has a very different way ofproviding subdomain index sets.Reported-by: Mark Adams <mfadam
Convert GAMG to use ASM with aggs and not GASMI don't see how it could ever have worked with GASM, which has a very different way ofproviding subdomain index sets.Reported-by: Mark Adams <mfadams@lbl.gov>
removed a variety of #include <xxximpl.h> from source code that was not needed
moved MatCoarsen infrastructure into its own include filesince it contains too many private data structures not needed by allcode what works with matrices
cannot have & in event names since it messes up the xml
Add missing PetscLogEventEnd() in GAMG code for early returnsWith these nonnested logging the xml nested logging generated run time errorsAlso added clearer error checking messages when this nonne
Add missing PetscLogEventEnd() in GAMG code for early returnsWith these nonnested logging the xml nested logging generated run time errorsAlso added clearer error checking messages when this nonnesting is discovered by assertsReported-by: Richard Tran Mills <richard.t.mills@intel.com>
GAMG: Fix nearnullspace check
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix
Merge branch 'barry/fix-source-clang'
get GAMG to get null space (more)
fixed some naming spacing problems, some visibile function problemschanged findvisibleprivatefunctions to use shared library since static library still exposes PETSC_INTERN functions
1...<<11121314151617181920>>...30