Veselin Dobrev
|
c9a11a7a5b
|
Added support for SUNDIALS v7
|
2024-09-30 21:49:31 -07:00 |
|
Christopher vogl
|
ba4b627e68
|
updated comments in SUNDIALS examples to reflect target name differences between GNU make and CMake
|
2024-05-29 11:53:01 -07:00 |
|
Christopher vogl
|
55a914321d
|
refactored sample runs to exclude sundials_ prefix
|
2024-05-28 11:56:44 -07:00 |
|
Christopher vogl
|
0c413570c4
|
braces added to meet style requirements
|
2024-05-22 13:43:24 -07:00 |
|
Christopher vogl
|
43bb865c26
|
updated SUNDIALS ex16 and ARKStepSolver to use TDO::Type
|
2024-05-21 19:51:22 -07:00 |
|
Christopher vogl
|
e1dc4680d3
|
using real_t in SUNDIALS ex16, ex16p, and ARKStepSolver
|
2024-05-21 15:01:11 -07:00 |
|
Christopher vogl
|
012aa50cd3
|
accounted for residual differences in SUNImplicitSolve is mass linear solve is used
|
2024-03-28 23:03:25 -07:00 |
|
Christopher vogl
|
d0193919c4
|
updated parallel version of ex16
|
2024-03-28 21:27:47 -07:00 |
|
Christopher vogl
|
bbd4edce83
|
style changes
|
2023-12-27 14:34:32 -08:00 |
|
Christopher vogl
|
2c64bbab79
|
refactored 16p with all changes made to 16
|
2023-12-27 12:36:16 -08:00 |
|
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 |
|
Tzanio
|
a53d9c1299
|
Changes in the examples/ directory before the mfem-4.2 release
|
2020-10-25 17:07:24 -07:00 |
|
Veselin Dobrev
|
7c350fa8dd
|
Minor formatting edits.
|
2019-10-03 22:43:48 -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 |
|
Veselin Dobrev
|
100b2077fa
|
Apply 'make style'
|
2019-07-02 17:55:01 -07:00 |
|
David J. Gardner
|
c5ced79ac7
|
update 16p to use new TimeDependentOperator methods
|
2019-05-15 12:37:03 -07:00 |
|
David J. Gardner
|
1ebac08b89
|
add back mfem steppers to ex16
|
2019-05-09 15:56:39 -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
|
e780dffb94
|
get ex16p working with CVODE
|
2019-04-16 18:23:29 -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 |
|
Veselin Dobrev
|
32012535d0
|
make style
|
2017-07-27 17:38:11 -07:00 |
|
Veselin Dobrev
|
87d67b02cc
|
Update examples/sundials/ex16p.cpp similar to the serial example.
|
2017-07-13 20:00:50 -07:00 |
|
Tzanio
|
877a58d235
|
Small adjustments
|
2017-07-06 18:03:08 -07:00 |
|
Johann Dahm
|
805910423b
|
Switch to the parallel constructors
|
2017-07-06 14:06:21 -07:00 |
|
Johann Dahm
|
d5af4388b2
|
Add serial and parallel nonlinear diffusion example with SUNDIALS
When used with the SUNDIALS solvers, ex16p hangs at an Allreduce
inside the call to FormSystemMatrix on line 447.
|
2017-07-06 12:30:21 -07:00 |
|