Commit Graph

28 Commits (3f9abee09525f904c3948efcd586699bf246cb0c)

Author SHA1 Message Date
Salvatore Filippone c0b033da57 Take out the backfix method.
Originally it was introduced to handle cases where the stencil was
expanded by the smoothing and multiplication process, but the
critical step is handled in AGGR%BLD_MAP, this one can be discarded.
Salvatore Filippone 6aed8608ca New version X_spmm_bld_inner
Salvatore Filippone 66000d638c Fix INTENT of desc_a for cases where we need a deep copy.
Salvatore Filippone aa205fa4f9 Fix coarse matrix build for replicated.
Salvatore Filippone 85a03d87ba Partial cleanup of aggregation code.
Salvatore Filippone 8026e0ccd3 Cleanup variables etc. Fixed Makefile.
Salvatore Filippone bebdba6d61 Updated internal docs.
Salvatore Filippone ab54fc0647 Fix misspelling.
Salvatore Filippone 1e484f6a18 Aligned new aggregator object internals.
Salvatore Filippone 184a8a43c2 Refactored linmap build code into aggregator method.
Salvatore Filippone f3edc6a467 Changes to aggregation with new aggregation object. Fix CSETC.
Salvatore Filippone b4404483cd Merge branch 'development' into MixedI8
Salvatore Filippone 3c58dfaefd Fix typo in description.
Salvatore Filippone ad03a7ba70 Merge branch 'development' into MixedI8
Salvatore Filippone 84c58cb290 Started review of internal documentation, long overdue.
Salvatore Filippone ae62e3abfb Merge branch 'development' into MixedI8
Salvatore Filippone 7afcdb7ec2 Add optional IDX argument to %SET calls.
Salvatore Filippone 743dd38121 Fix configry. Fixed onelev%SET to call aggr method.
Salvatore Filippone 3951e449bb New version with aggregator object interface.
Take out SET with integer WHAT.
Salvatore Filippone 59a75755a9 Make base_solver_free a noop, check for error in level_setsv.
Salvatore Filippone 5e1b8f1ae4 Expand LPK treatment. Need to go back to PSBLAS and fix RXEXTD.
Salvatore Filippone 5ca07fc901 smoother/
Salvatore Filippone e1d9157136 Unified vmb and hyb map_bld inside dec_aggregator.
Salvatore Filippone 036c072ebc Fixed setup of aggregators.
Salvatore Filippone 7aadb73bd6 New inheritance structure for aggregator object.
Salvatore Filippone ef5256b3b4 Updated version number in headers.
Salvatore Filippone d707a6c9ba Progress with compilation in aggregator subdir.
Salvatore Filippone b331b1b928 Merge aggregator: module interfaces now compile.