Veselin Dobrev
7c350fa8dd
Minor formatting edits.
2019-10-03 22:43:48 -07:00
Veselin Dobrev
5560274fd6
Fix memory leaks in SUNDIALS examples 9/10/10p.
...
The fix in example 9 uses the approach used in the regular
example 9 to fix the same leak (see PR #816 ).
Fix a memory leak in SUNDIALS example 9 using the same fix
that was used
2019-10-03 22:10:40 -07:00
Veselin Dobrev
8cc3eb04ae
In the SUNDIALS example 10/10p:
...
- Add smaller tolerances for the linear/nonlinear solves in
CVODE/ARKODE -- this is necessary due to the use of very large
relative+absolute tolerances (1e-1) for the time accuracy.
- Restore a few removed sample runs using CVODE+ADAMS and adjust
their time step.
- Revert the time step for two CVODE+BDF sample runs to the values
used in the master branch.
In the INSTALL file, update the MFEM version where only SUNDIALS
v5.0.0+ is supported: MFEM v4.0.2 --> MFEM v4.1.
2019-10-03 20:08:51 -07:00
David J. Gardner
2c8a87dc5d
fix linear solve output in ex10
2019-08-22 22:12:22 -07:00
David J. Gardner
c4f88ab02a
attach MFEM linear solver by default
2019-08-09 15:32:45 -07:00
David J. Gardner
5700636721
revise CVODE wrapper to use Init(f) rather than Init(f, t, x)
2019-08-09 12:14:23 -07:00
David J. Gardner
c86634bc11
revise ARKStep wrapper to use Init(f) rather than Init(f, t, x)
2019-08-09 11:33:04 -07:00
Aaron Fisher
1c4bee5def
Remove the t parameter from SUNMassSetup and SUNImplicitSetup.
2019-08-08 15:08:53 -07:00
Aaron Fisher
e3cb07a4ec
Swapped the locations of the x,b parameters in SUNImplicitSolve and SUNMassSolve. Also updated the build system defaults to point to the proper place in for SUNDIALS5.0.
2019-08-08 14:47:35 -07:00
David J. Gardner
754d9b62cf
add SUN prefix to implicit setup/solve and mass setup/solve
2019-08-05 17:05:29 -07:00
David J. Gardner
6e7b82d403
update examples 10, 10p, and 16 to new LS interface
2019-08-05 14:55:05 -07:00
Veselin Dobrev
100b2077fa
Apply 'make style'
2019-07-02 17:55:01 -07:00
David J. Gardner
e3b44216ef
minor ex10/10p updates
2019-05-09 15:34:46 -07:00
David J. Gardner
02c9f681ac
fix cv and ark in ex10
2019-05-09 15:18:02 -07:00
David J. Gardner
e562b8a0c9
update ex10
2019-05-07 15:27:29 -07:00
Veselin Dobrev
e26e754573
Rename the *TVector* methods in class GridFunction to *TrueVector*
2018-01-17 22:37:14 -08:00
Veselin Dobrev
bf48cb1bb4
Add sample runs with AMR mesh in the SUNDIALS and PETSc versions
...
of examples 10/10p.
Fix a bug in the serial SUNDIALS version of ex10.
2018-01-16 13:56:22 -08:00
Veselin Dobrev
8c94f43872
Update Examples 10/10p and their SUNDIALS and PETSc versions to work
...
on non-conforming AMR meshes.
2018-01-02 07:17:11 -08:00
Veselin Dobrev
c6dafc6483
A set of small fixes and cleanups uncovered by static analysis with
...
clang static analyzer.
2017-12-09 16:12:35 -08:00
Tzanio
1569425857
Version 3.3
2017-01-28 22:05:47 -08:00