Commit Graph
18 Commits
Author SHA1 Message Date
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