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