Commit Graph
17 Commits
Author SHA1 Message Date
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 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 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
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
Veselin Dobrev 537dc92479 In the serial SUNDIALS ex16.cpp, add support for implicit SUNDIALS time
steppers.

Use one-step mode for the SUNDIALS time steppers - we need to update
the diffusion coefficient at every time step.

Updated the time stepping loop logic to support variable time steps.
2017-07-13 14:53:51 -07:00
Johann Dahm af7374a2c2 Add header to serial example 2017-07-07 10:09:03 -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