Chris Vogl
4803dfa020
applied astyle changes
2022-08-25 12:04:57 -07:00
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
Will Pazner
6ac671baa7
Use Mpi class instead of MPI_Init and MPI_Finalize
2022-03-11 17:58:01 -08:00
Tzanio
8f7cb0b3db
Switch to a singleton for the hypre session object: 'HYPRE_Session hypre;' -> 'Hypre::Init();'
2022-03-08 18:06:43 -08:00
Tzanio
447f00d80b
Added a HYPRE_Session class to hypre.?pp and examples/miniapps
2022-03-07 14:22:22 -08: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
Julian Andrej
a9ea9cba15
Merge branch 'master' into hypre-mixedint
2021-04-09 12:00:35 -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
027d27fdf9
various minor fixes to address reviewer comments:
...
- use wildcard to detect sundials library directory
- add some error strings
- remove dead code
2020-09-22 17:04:10 -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
785486f12f
Update examples, miniapps, tests to use HYPRE_BigInt instead
...
of HYPRE_Int where appropriate.
2020-07-25 20:47:06 -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
df3cea4cbc
fix default ode opt
2019-04-17 16:54:01 -07:00
David J. Gardner
289e57a247
simplify input check
2019-04-16 18:21:52 -07:00
David J. Gardner
7e75a67cd8
fix comments, remove extra break
2019-04-16 13:35:16 -07:00
David J. Gardner
5f2afd1719
fix error checks, clean up ex9, running with new interface
2019-04-12 17:41:54 -07:00
David J. Gardner
5ab614c896
update ex9p
2019-04-12 17:06:34 -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