falgout
c9522c5675
Removed all use of the Korn Shell (/bin/ksh) from scripts for portability reasons.
...
Replaced with the Bourne shell (/bin/sh).
2012-09-19 20:44:04 +00:00
falgout
7b286bd16f
Adding regression tests that check 7pt, 19pt, positive/negative definite, singular
...
problems with periodic and Neumann conditions. Related to [issue915].
2012-05-09 23:41:22 +00:00
falgout
b271aee1c5
Added some diagrams to the tops of these input files and add SetValues() calls
...
to zero out stencil entries along the boundaries.
2012-02-09 00:48:49 +00:00
falgout
d4cd08c19e
Fixed a bug in the sstruct driver with MatrixAddToValues and FEMMatrixAddToValues.
...
Also added regression tests for new SStructGridSetPeriodic() fix to check that
STRUCT, SSTRUCT, and PARCSR object types all work correctly (currently testing
cell and nodal problems). See [issue845].
2012-02-07 01:18:48 +00:00
falgout
7402dafaa0
The previous fix for [issue659] did not work when non-cell data was accumulated
...
from different processors as in FEM methods. Hopefully this will work, but
there is no easy way to test it.
2011-12-16 00:37:48 +00:00
falgout
879368cd2c
Fixed a memory problem with GraphAddEntries() and non-cell data (see [issue659]).
...
Added a regression test also.
2011-12-09 18:53:20 +00:00
kolev1
91af49bed5
Slightly updated version after the changes from issue810.
2011-11-10 17:09:35 +00:00
falgout
a68229b5ee
Fixed SStructVectorGetObject() (see [issue704]). Also made minor changes to
...
MatrixGetObject() and added Euclid PCG to the sstruct driver.
2011-11-04 17:51:32 +00:00
falgout
13dcfeceac
Cleaning autotest runs for new tux339 linux box.
2011-08-24 17:36:42 +00:00
falgout
1c0ab47d19
Adding a test of the reverse communication fix in [issue722].
2011-06-15 22:22:11 +00:00
falgout
e212be53c0
Fixed a problem with periodic problems when the period is larger than the grid.
2011-01-21 01:41:17 +00:00
falgout
ad40184619
Add the './' in front of the driver name.
2010-11-08 21:46:02 +00:00
falgout
bcecd61be5
Adding non-power-of-two tests for SysPFMG.
2010-11-08 20:58:42 +00:00
falgout
3e4a8f7851
Changed PFMG and SysPFMG to be more flexible with non-power of two periodic grids.
2010-11-06 00:26:41 +00:00
falgout
32d41f064e
Put the extra SetNeighborPart line back in for regression testing purposes.
2010-09-03 21:06:42 +00:00
falgout
6213a419f9
Changed SetNeighborPart calls to SetSharedPart
2010-09-03 17:50:40 +00:00
baker59
0e9ce56994
added bcube fem test and took out extra test line in bcube
2010-09-01 20:38:55 +00:00
ulrikey
141d173028
needed to change files after bug fixes in coarsening routines
2010-04-15 22:53:51 +00:00
falgout
85e2f6ee01
Added reduced and enhanced connectivity regression tests and merged the
...
'fe_rhombus' tests with this new one.
2010-03-26 19:49:54 +00:00
falgout
8c9baf1023
Merging the 'sstruct_ap' branch with the main repository trunk.
2010-01-08 23:54:52 +00:00
kolev1
c22ec35cee
Updates after a change in Matvec().
2009-07-20 17:59:04 +00:00
baker59
da1a956698
Added FlexGMRES and LGMRES solvers to regression tests.
2008-07-18 16:19:57 +00:00
ulrikey
b39374690d
replaced copyright headers
2008-07-18 01:34:48 +00:00
falgout
633750432e
Changed to account for new BiCGStab bug fix.
2008-07-11 20:54:07 +00:00
falgout
edf6d817d8
Changed name from neighborbox to neighborpart.
2008-01-24 18:57:35 +00:00
falgout
b365889e9f
Completed the implementation of SetNeighborBox for all variable types:
...
- Generalized the Struct communication routines to handle data transformations
- Added more flexibility to Set(Box)Values routines for efficiency.
- Inter-part shared boundary data is now updated appropriately
- Added SetNeighborPart function (to replace SetNeighborBox)
- Added a finite-element-style input file capability for the sstruct driver
- The Split solver can now be used standalone (added to struct/sstruct drivers)
- Added a Jacobi block solver to Split (useful for regression testing)
- Added regression tests for the new SetNeighborPart features
2008-01-23 01:14:45 +00:00
falgout
bedd2a7b1c
Increased the max iteration settings for GMRES and other solvers so that all
...
of our runtest.sh tests converge and produce no error codes.
2007-12-11 19:05:46 +00:00
kolev
a7da0d92b8
Made sure that the output was produced by the driver, by comparing the
...
number of lines containing a keyword to the saved file.
2007-12-06 20:30:21 +00:00
falgout
143634d5ac
Changed the solvers in this test to be standalone SMG and PFMG.
...
Using them as preconditioners seemed to be less stable for Neumann problems.
2007-12-06 01:40:11 +00:00
falgout
a616087eee
Added -rhsone to the struct runs to work with new sstruct.c driver changes.
2007-12-06 00:59:15 +00:00
ulrikey
3ed8e2b22e
changed copyright statement to reflect new management.
2007-11-13 20:03:56 +00:00
barrylee
5e5d0628c9
New results for new relax weight determination.
2007-05-31 16:16:33 +00:00
barrylee
caccf25d8c
New results for new weights.
2007-04-06 17:24:43 +00:00
barrylee
fca84c0c12
New results for new Jacobi weight determination.
2007-03-30 17:28:22 +00:00
barrylee
7393fd3204
Changes to incorporate weighted Jacobi changes.
2007-03-09 18:44:46 +00:00
falgout
4d9ce761ae
Changed tests to use 'HYPRE_NO_SAVED' feature.
...
Added '-U' context option to 'diff' to improve readability of test output.
Changed shell to Bourne Shell.
2006-11-13 21:55:11 +00:00
hill66
4c50d9c33d
Updated to reflect format change for 14 printed digits.
2006-10-31 21:20:35 +00:00
falgout
bb8e817958
Removed some redundant lines in the sstruct driver.
...
Changed the emptyProc tests so that they solve the same problems (-rhsone).
2006-10-30 23:34:36 +00:00
falgout
d1b3dea0d1
These '.saved' files were incorrect.
2006-10-20 22:15:54 +00:00
hill66
bc63077fb2
Updated *.saved files; ignore timing and white-space differences.
2006-10-18 17:35:54 +00:00
hill66
3b2f07ec33
Added testing with baseline case.
2006-10-05 23:26:48 +00:00
hill66
f3a35c2ea9
Removed baseline test cases.
2006-09-28 15:30:47 +00:00
hill66
8219e4555b
Added tests to compare current runs with a baseline case.
...
*.saved files are the baseline output files.
2006-09-27 21:55:15 +00:00
hill66
402d34179c
Updated license info.
2006-09-22 22:06:21 +00:00
hill66
e5ec2c6dec
Modified HEADER to include LGPL (license) info.
2006-07-27 23:26:57 +00:00
barrylee
9918b2805e
Jobs for sstruct maxwell solver. There are currently no comparison test.
...
These are hard to derive because of the coarsening algo-> contracted
boxes.
2006-06-14 22:24:25 +00:00
barrylee
9fb08504b1
Data file for the sstruct Maxwell solver.
2006-06-14 21:59:57 +00:00
barrylee
8e44e4c747
complicated 8 part problem.
2006-04-12 17:49:46 +00:00
barrylee
69df272023
Added Marty Marinak's problem.
2006-04-12 17:48:56 +00:00
hill66
5cf53f655a
Changed file names struct.out* to sstruct_struct.out* to be compatible with names in sstruct_struct.jobs
2006-04-03 15:51:35 +00:00