Commit Graph

1415 Commits (7f2145a6d4d90697655a92f57a356623c6cbbe10)
 

Author SHA1 Message Date
Salvatore Filippone 7f2145a6d4 Fixes
Pasqua D'Ambra e786f26a05
Add files via upload
Pasqua D'Ambra 8a84bfa2bf
Add files via upload
Pasqua D'Ambra c119689ebc
Add files via upload
Salvatore Filippone 90bf65f117 Merged license updates and updates from Pasqua.
Salvatore Filippone 3bfe62517b New description of min_coarse_size_per_process
Cirdans-Home 6258d2398c Last modification to the guide
Cirdans-Home 4531532a07 Updated descriptions
Cirdans-Home ea6a260253 Implemented changes to AMG4PSBLAS
Salvatore Filippone 6541e3a95c Change interface to descr with verbosity level
Cirdans-Home 7f378e445d Changed amg_precset to %set call to remove redundancy
Salvatore Filippone 6beaf49275 Take out SET and generic.
Salvatore Filippone cbcb0507a2 Take out wrong generic SET does not belong here-
Salvatore Filippone f3614c9deb Fix pde generation in examples and tests.
Salvatore Filippone 5a70bde74c Taking out amg_precset fixes Intel compile problem
Salvatore Filippone 9f55b2fec2 Fix amg_X_prec_mod for intel compilation
Salvatore Filippone 4d4c8e8ab9 Move cc in test order in configure
Salvatore Filippone bf71175d89 Missing z_ainv_solvercset* in Makefile
Cirdans-Home a96bbbc135 Changed library prefix to amg_
Salvatore Filippone 78a4f30951 Fix matrix generation to use desc%set_p_adjcncy
Cirdans-Home 68007052d5 Changed option setting to integrate approximate inverses
Cirdans-Home 086d93dd28 RKR solver
Salvatore Filippone be0db4ebdf Merge branch 'new-context' of https://github.com/sfilippone/amg4psblas into new-context
Salvatore Filippone 9b5c3cd23b Take out obsolete USE statements.
Salvatore Filippone e3ad1a8516 Merge branch 'new-context' into remap-coarse
Salvatore Filippone 577b1886d5 Merge branch 'new-context' into remap-coarse
# Conflicts:
#	amgprec/amg_c_prec_type.f90
#	amgprec/amg_d_prec_type.f90
#	amgprec/amg_s_prec_type.f90
#	amgprec/amg_z_prec_type.f90
Salvatore Filippone 534ca2043d Take out obsolete declarations
Salvatore Filippone f9cfc551c3 Fix %SET
Salvatore Filippone a9d444caf6 Comments to DO_REMAP
Salvatore Filippone 295a5cccf3 Define and use SET_DO_REMAP and GET_DO_REMAP
Salvatore Filippone dab8aa9fa1 Fix make clean
Salvatore Filippone d33d824aed Put renum under template. New interface/implementation.
Salvatore Filippone 335ececa01 Default to BJAC/ILU/DIST for coarse solver in input file
Salvatore Filippone 874ec810c5 Fix chain of USE statements and Makefile dependencies
Salvatore Filippone fafd03fd4c Fix matrix generation in examples
Salvatore Filippone 7a71aa8c43 Fixed examples/fileread
Salvatore Filippone 3f449710a3 Updates in fileread. To be completed.
Cirdans-Home 9898caa576 Removed unused module import
Cirdans-Home 45d6984ef5 Added use instruction for inverse factorization
Cirdans-Home f7d8a0d21a Make constants agree with psblas
Cirdans-Home 4a7631908c Changed Default Options
Cirdans-Home f928d698ca added factorization options
Cirdans-Home d4f5fc395d added factorization options
Cirdans-Home a5fc17719a Corrected call to invt/invk factorization
Cirdans-Home 686612628e Added different coeff. generation functions for test
Cirdans-Home 606f4e9567 Added modules and implementation for INVT/INVK solver
Cirdans-Home 159d2bdb1a Added modules and implementation for INVK solver
Cirdans-Home 8f5ff61a55 Added modules and implementation for AINV solver
Cirdans-Home b5cbfd5356 removed set moved to psblas
Salvatore Filippone 788211c794 Fixes for support to remapping after merging new context. Needs more testing.