Commit Graph

1313 Commits (5c2eef76ab1396193a2fafd8629b7d6678e6939d)
 

Author SHA1 Message Date
Salvatore Filippone 5c2eef76ab Fix check on descriptor pointer
Salvatore Filippone c9e1719098 First round of changes for Richardson implementation. Zero sweeps is the identity.
Salvatore Filippone 8f73ddfbce Streamline GS first application step when INIT='Z'
Salvatore Filippone f496d4856b Always make a GEN_BLOCK copy of the descriptor at fine level.
Salvatore Filippone 49259c79b3 Introduced solver%dump GLOBAL_NUM for in-house solvers
Salvatore Filippone 2894a0944b Implement global_num for smoother%dmp.
Salvatore Filippone 9c95835ed5 Fix clone for L1_JAC
Salvatore Filippone 6259514cd1 Remove temporary implementation of L1
Salvatore Filippone 7fe0eb8580 New L1-JAC implementation.
Cirdans-Home d249042ea2 Modified implementation for residual check/print
Salvatore Filippone adc5aebd6b In L1-GS only add nonzero D1 entries.
Salvatore Filippone 108b4dd00d Fixes for L1-JAC vs Gauss-Seidel
Salvatore Filippone d2264f5f11 Stop criterion for aggregation.
Salvatore Filippone 8e2af97a35 Fix description of L1-GS
Salvatore Filippone 4260dc74d5 Support for L1- variants of hybrid Gauss-Seidel
Salvatore Filippone 940609564f Fix handling of L1-BJAC in PREC%SET
Salvatore Filippone d81bb30844 Fixes for save/restore smoothers using clone_settings in hierarchy_bld
Salvatore Filippone 95d3c06e17 Methods clear_data and clone_settings for MUMPS solver
Salvatore Filippone b57967be6e Method clear_data for UMF solver.
Salvatore Filippone 3dd15cc007 Method clear_data for SLU and SLUDIST
Salvatore Filippone d55dd1f21b New clear_data and clone_settings methods for ILU
Salvatore Filippone 9ba74e89cd Added clear_data and clone_settings to GS solver
Salvatore Filippone 07a2a97b13 Added clear_data to diag solver
Salvatore Filippone dad39223ec New clear_data and clone_settings methods for smoothers.
Salvatore Filippone 94a412e92a Fix typo in clone_settings
Salvatore Filippone 8b0577069f Define clone_settings and clear_data in base smoothers and solvers
Salvatore Filippone a83ccc7f52 Improve checks for SLU/SLUDIST %free()
Salvatore Filippone 32d550ed05 Improve use of TRIM in precinit
Salvatore Filippone f7059c285d For SLU and SLUDIST check for NULL pointers on FREE
Salvatore Filippone 5b9f76354b Merge branch 'unify_aggr_bld' of https://github.com/sfilippone/mld2p4-2 into unify_aggr_bld
Salvatore Filippone 4d1a87e5d8 Added L1-JACOBI and L1-BJAC as simple preconditioners in PRECINIT
Cirdans-Home 8eae0dc459 Corrected return on C interface of precinit for already associated prec
Salvatore Filippone 8f60a49fc6 Fix jac%cnv
Salvatore Filippone de75eec402 Fix build of BJAC diagonal block factorization.
Salvatore Filippone 8f167a3295 Fix typo in cprecset.F90
Salvatore Filippone 0854eee936 New L1-BJAC smoother cleanups.
Salvatore Filippone 441c607c4a Added L1-BJAC smoother.
Salvatore Filippone 6ac8cffa0a Merge branch 'stopcriterion' into unify_aggr_bld
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.
Cirdans-Home e0491f1f17 Changed selection criterion between Jacobi/BJAC application
Cirdans-Home e680f2092f Merge branch 'development' into stopcriterion to correct memory leak
Salvatore Filippone 67cff859ec Fix lev%free() for sm2a
Cirdans-Home 78e7f29371 Corrected print routine to avoid double print of last residual
Cirdans-Home 87bcae4a28 Merge branch 'development' into stopcriterion
Cirdans-Home 837a5b1a1d Added default behavior and psb_toupper function in string check
Salvatore Filippone c49301de12 Fix CSETC for MUMPS
Salvatore Filippone 825037761f Reworked CSETC methods
Cirdans-Home 6ac3e6c146 Added stop criterion on residual for BJAC as coarse solver
Salvatore Filippone 4af1351344 Remove last vestiges of single precision sludist files from Makefile
Salvatore Filippone 70a85c6972 Fix handling of level sweeps in the case of global solver and print warning.