Commit Graph

67 Commits (b7083e15747fde4322ebb1305b7c3416ecc51663)

Author SHA1 Message Date
Salvatore Filippone b7083e1574 New REBLD interface, adjustments to PTAP.
Salvatore Filippone 5fb73c0070 Another round of name/copyright fixes.
Salvatore Filippone 3b9e5d55a2 Renaming of files.
Salvatore Filippone 8e0f2c1ecd Silence warnings in PTAP when not necessary
Salvatore Filippone 257fd0d00a Fix matrix assembly for REPL case.
Salvatore Filippone 43fd5268a1 Fix blank lines.
Salvatore Filippone 759a1502b2 Silence debug print
Salvatore Filippone 6fcd8710c8 Completed reworking to use @X@ wherever possible in place of @LX@
Salvatore Filippone 56b5d53a86 First round of changes to use more @X@ than @LX@ in build process
Salvatore Filippone 5c9c00c7b8 Cleanup unused files/interfaces. Disable min_energy for the time being.
Salvatore Filippone 7acf594798 Define PTAP and use in aggregation.
Salvatore Filippone cb7eb04adc New interface MAT_BLD/MAT_ASB
Salvatore Filippone 167ad6e788 New name for function PTAP.
Salvatore Filippone b3f3b20179 Further improvements to mat_bld/mat_asb
Salvatore Filippone 653160a714 Better handshaking mat_bld/mat_asb
Salvatore Filippone fb3a2cdbdd Change interface of MAT_BLD adding desc_ac
Salvatore Filippone dc03929a06 Unify build of unsmoothed, adjust map_to_tprol.
Salvatore Filippone cb0e726980 New call ac_coo%fix
Salvatore Filippone fa4623f54b Ensure using correct NZ value
Salvatore Filippone e4e7d8970e Move call to ac%fix
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 f2476eefc3 Take out unused vars in spmm_bld_inner.
Salvatore Filippone aa205fa4f9 Fix coarse matrix build for replicated.
Salvatore Filippone 7f3f0cb2e5 Fix build of replicated coarse matrix for unsmoothed aggregation.
Salvatore Filippone ee34e9e9f7 Fixes for build process. REPL does not work yet!
Salvatore Filippone b339d867da Rework unsmoothed and "bizarre" bld to align with smoothed.
Salvatore Filippone 85a03d87ba Partial cleanup of aggregation code.
Salvatore Filippone 4291f08cc7 Streamline new smoothed implementation, first step
Salvatore Filippone 8026e0ccd3 Cleanup variables etc. Fixed Makefile.
Salvatore Filippone 82bc6a7fc4 New implementation of SMTH_BLD.
Salvatore Filippone c6257025d8 Beginning new version of smth_bld
Salvatore Filippone 7cefe92b0b Improve memory management in nosmth_bld
Salvatore Filippone 592d44419d Additional fixes for KIND in PSBLAS calls.
Salvatore Filippone c8852cc22e New IPK/LPK for SET_NROWS
Salvatore Filippone 1e484f6a18 Aligned new aggregator object internals.
Salvatore Filippone f3edc6a467 Changes to aggregation with new aggregation object. Fix CSETC.
Salvatore Filippone 5a1dace4e3 Fixed singleton marking in SOC1/SOC2.
Fixed singleton handling for unsmoothed aggregation and minenergy.
Salvatore Filippone f4f8bcc5ff Fix silly bug in eigenvalue estimate in aggrmat_smth.
Salvatore Filippone b8900beee3 Merge branch 'MixedI8' into mergemixed. Fixed configure for MUMPS vs LPK8
Salvatore Filippone c327006f51 Ensure proper allocation for work vectors in SOC1 and 2.
Cleanup references from aggrmat.
Salvatore Filippone 7b6a1c9a63 Ensure good allocation size for work vectors.
Salvatore Filippone b4404483cd Merge branch 'development' into MixedI8
Salvatore Filippone 73823102a2 Added internal documentation. Take out obsolete methods.
Salvatore Filippone ae62e3abfb Merge branch 'development' into MixedI8
Salvatore Filippone dcb051d059 Use a CSR buffer in soc1_map_bld
Salvatore Filippone 1e5e86ee89 Use optional argument in GETROW in SOC1_MAP_BLD.
Salvatore Filippone f0472fa227 Fixed all versions of MAT_ASB.
Salvatore Filippone 281c5531da More conversions.
Salvatore Filippone 265f8b5e99 Update interface declaration for SOC_map_bld and MAT_ASB.