Commit Graph

1062 Commits (0b371bf7e2c57deb4f8abe815e60c7672613893b)
 

Author SHA1 Message Date
Salvatore Filippone 48101812b3 mld2p4

							
						
16 years ago
Salvatore Filippone d7ca2e084e mld2p4:

							
						
16 years ago
Salvatore Filippone f2a2a384c7 mld2p4:
Fixed transfer, had forgotten to copy prec%d :-(
16 years ago
Salvatore Filippone 1ccb5158ed mld2p4:

							
						
16 years ago
Salvatore Filippone 4de41865e8 mld2p4:
Fixed warning message in multilevel reallocation.
16 years ago
Salvatore Filippone f3e4486de2 mld2p4:
Fixed comment not to refer to mlprec_bld.
16 years ago
Salvatore Filippone 71508f0b86 *** empty log message *** 16 years ago
Salvatore Filippone e7bcf9a1b2 Fixed veryclean target for new transfer module. 16 years ago
Salvatore Filippone cbcc437b1d mld2p4:
mlprec_bld no longer used, see aggr_bld instead.
16 years ago
Salvatore Filippone 1935761bf9 mld2p4:
precfree routines have been merged inside mld_prec_type.f90.
16 years ago
Salvatore Filippone 6002976472 mld2p4:
New checks in build of multilevel preconditioners: separated
aggregation from smoother build, and reconfigure number of levels "on
the fly" when appropriate.
16 years ago
Salvatore Filippone 24e1123fc6 mld2p4:
New transfer module for prec objects. 
New aggr_bld routines.
16 years ago
Salvatore Filippone 3f2088fbfb mld2p4:
Merged new linear map stuff.
16 years ago
Salvatore Filippone b9f0eee7ec *** empty log message *** 16 years ago
Salvatore Filippone f20bd5f01b mld2p4:
Fixed README and friends.
16 years ago
Salvatore Filippone 565c3842ea *** empty log message *** 16 years ago
Salvatore Filippone d4e7e9e0f1 mld2p4
Merged data type restructuring from prectype branch.
16 years ago
Salvatore Filippone f11d4fba3a mld2p4-dev
Fixed configure for use with PGI compilers.
16 years ago
Salvatore Filippone 7bd4c00cff mld2p4-dev
Fixed printout of multilevel preconditioner description.
16 years ago
Salvatore Filippone d785998bee mld2p4-dev
Fixed checks on multilevel aggregation stall.
Fixed printout of multilevle preconditioner description.
16 years ago
Salvatore Filippone 6ec04ec99e mld2p4:
Added warning for aggregation not working any more.
16 years ago
Salvatore Filippone 9c2012f121 mld2p4:
Added printout of algorithm for computation of damping omega.
16 years ago
Salvatore Filippone 82bf6df992 mld2p4:
fixed comments about type definition.
16 years ago
Salvatore Filippone 7d507f5b26 mld2p4-dev
Fixed error message in configure script.
16 years ago
Salvatore Filippone dcea16909e mld2p4:
Add check in configury for version 2.3.1 of PSBLAS.
16 years ago
Salvatore Filippone f51126b977 mld2p4-dev:
Fixes for possible empty local row set.
16 years ago
Salvatore Filippone d8284f038a mld2p4:
Taken out explicit reference to DESC internals in SLUD_BLD.
16 years ago
Salvatore Filippone 4ee2c9b16d *** empty log message *** 16 years ago
Salvatore Filippone 4cab60bd4c mld2p4-dev:
Merged _sizeof changes in preparation for 1.0.1 release.
16 years ago
Salvatore Filippone f16eaa8e14 mld2p4:
Merged doc fixes from 1.0-maint branch.
16 years ago
Salvatore Filippone 6432344897 mld2p4:
new data_input for examples/pdegen.
Fixed input file for fileread.
16 years ago
Salvatore Filippone 0ce9bb82bd mld2p4:
new data_input for examples/pdegen.
Fixed input file for fileread.
16 years ago
Salvatore Filippone bee4a4c271 mld2p4:
New data_input.f90.
Fixed input file for pdegen.
16 years ago
Salvatore Filippone 08fa9e13a6 mld2p4:
Fixed docs, plus date on html manual.
New data_input.f90.
16 years ago
Salvatore Filippone 4fcac4b70d mld2p4:
Fixed mld_aggr_damp_ into mld_aggr_omega_val_ in the documentation.
16 years ago
Salvatore Filippone b5d346184a mld2p4:
make veryclean now cleans test directories.
16 years ago
Salvatore Filippone 4c77936f87 mld2p4:
Changed pdegen test programs: generate a bunch of rows at a time, with
a better strategy for looping on the local rows.
16 years ago
Salvatore Filippone 20ca6eb29a mld2p4:
Added docs  directory to installation.
Fixed typos in the documentation.
16 years ago
Salvatore Filippone 3bc9029ab3 *** empty log message *** 16 years ago
Salvatore Filippone f25cb7fb4d mld2p4:
examples/pdegen/mld_dexample_1lev.f90
 examples/pdegen/mld_dexample_ml.f90
 examples/pdegen/mld_sexample_1lev.f90
 examples/pdegen/mld_sexample_ml.f90
 tests/pdegen/ppde.f90
 tests/pdegen/spde.f90

Clean matrix generation code for pdegen examples.
16 years ago
Salvatore Filippone 8782eb20df mld2p4:
tests/fileread/cf_sample.f90
 tests/fileread/df_sample.f90
 tests/fileread/sf_sample.f90
 tests/fileread/zf_sample.f90
 tests/pdegen/ppde.f90
 tests/pdegen/spde.f90

Sample programs: formatting, comments, ownership function in matrix generation.
16 years ago
Salvatore Filippone 0a436e66d8 mld2p4:
docs/html/img92.png
 docs/html/img93.png
 docs/html/node18.html
 docs/html/node20.html
 docs/html/node4.html
 docs/html/node9.html
 docs/mld2p4-1.0-guide.pdf
 docs/src/building.tex
 docs/src/distribution.tex
 docs/src/userinterface.tex
Minor documentation changes.

 mlprec/mld_prec_type.f90
Fixed implicit none everywhere.
16 years ago
Salvatore Filippone bf7b5ad3de mld2p4/mlprec:
mld_prec_type.f90

Centralized printout for prec_descr.
16 years ago
Salvatore Filippone 947afabb06 mld2p4/mlprec:
mld_cumf_interface.c
 mld_prec_type.f90
 mld_sumf_interface.c

Fixed some mistakes in prec_type, added implicit none. 
Change error message for unimplemented UMFPACK single precision.
16 years ago
Salvatore Filippone ccae56e705 16 years ago
Salvatore Filippone 8e8ed4a61d mld2p4:
Shuffle test into tests
16 years ago
Salvatore Filippone 2191bed684 mld2p4:
Shuffle test into tests
16 years ago
Salvatore Filippone ee34bfa47b mld2p4:
Shuffle test into tests
16 years ago
Salvatore Filippone 71dc55ee80 mld2p4:
Shuffle test into tests
16 years ago
Salvatore Filippone e5111ceb7c mld2p4:
Shuffle test into tests
16 years ago