Chris Vogl
7457eeea1a
added call to Sundials::Init to all Sundials examples
2022-08-23 19:50:05 -07:00
Chris Vogl
eff25a6b30
refactor deprecated calls to enum Butcher table values in Sundials examples
2022-08-23 19:46:37 -07:00
Aaron Fisher
212ce737bb
Removed preceding underscore variables in the examples and miniapps, and caught a couple I missed before.
2021-05-14 14:12:37 -07:00
Yohann Dudouit
30f0264449
Rename LEGACYFULL to LEGACY.
2021-02-05 15:03:42 -08:00
Tzanio
a53d9c1299
Changes in the examples/ directory before the mfem-4.2 release
2020-10-25 17:07:24 -07:00
Balos, Cody Joe
94e07ba735
remove unused function from FE_Evolution class in ex9
2020-09-10 12:03:50 -07:00
Balos, Cody Joe
72e9164c66
revert sample runs section of comment in sundials modification of ex9
2020-08-26 13:20:36 -07:00
Balos, Cody Joe
937db1a293
Add support for SUNDIALS GPU features
...
Add support for SUNDIALS CUDA features. These changes will be easily
extendable to support future GPU features in SUNDIALS, e.g. HIP
features. To keep things clean, this creates a SundialsNVector
class to interface with the SUNDIALS N_Vector. This class inherits
from the mfem::Vector class, and follows the pattern used in MFEM
interfaces to other libraries such as PETSc and hypre.
2020-08-26 13:20:36 -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
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
Veselin Dobrev
d33da44075
Fix a copy-paste bug in the SUNDIALS versions of ex9 and ex9p.
2019-07-11 19:20:15 -07:00
Veselin Dobrev
100b2077fa
Apply 'make style'
2019-07-02 17:55:01 -07:00
David J. Gardner
d9bdd0b9f9
add back MFEM steppers in ex9/9p
2019-05-09 16:07:38 -07:00
David J. Gardner
1513847ff1
update KINSOL interface, add utility functions, clean up
2019-05-05 21:34:54 -07:00
David J. Gardner
fbba86c71d
update ex9 and ex16
2019-04-24 11:42:55 -07: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