Skip to content
Merged
Show file tree
Hide file tree
Changes from 78 commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
856821c
Add pre/post callback function args to advance_state
thomasgibson May 28, 2021
72ceaf6
Pass checkpoint functions as pre-step callbacks
thomasgibson May 28, 2021
2814826
Add healthcheck callback and exceptions
thomasgibson May 28, 2021
25dd51c
Use healthcheck callbacks in examples
thomasgibson May 28, 2021
7ee673c
Fix docstring for sim_healthcheck
thomasgibson May 28, 2021
9dba4ff
Document callback signature and return state
thomasgibson Jun 4, 2021
f1b3e4f
Test the basic healthcheck callback
thomasgibson Jun 4, 2021
faba167
Remove EOS copy-pasta
thomasgibson Jun 4, 2021
0b6df95
Minor refactoring and allow callbacks to terminate the simulation
thomasgibson Jun 5, 2021
b656079
Fix exception docs
thomasgibson Jun 5, 2021
2acdf73
Expand documentation of callbacks
thomasgibson Jun 5, 2021
5405604
Simplify sim_checkpoint and modularize callbacks
thomasgibson Jun 5, 2021
ca7c37b
Update steppers
thomasgibson Jun 6, 2021
da65cd2
Write short test for comparison callback
thomasgibson Jun 6, 2021
2523fbd
Renaming: {cfd_healthcheck,StepperCrashError} -> {sim_healthcheck,Syn…
thomasgibson Jun 7, 2021
8284d8a
Simplify drivers; move exception handling into sim_checkpoint
thomasgibson Jun 7, 2021
00d29a0
Merge branch 'main' into thg/callbacks
thomasgibson Jun 8, 2021
cba127b
Fix callback tests
thomasgibson Jun 8, 2021
5c091bd
Merge branch 'thg/callbacks' of github.com:illinois-ceesd/mirgecom in…
thomasgibson Jun 8, 2021
4c938fa
Clean up sim_checkpoint function
thomasgibson Jun 8, 2021
0c2e986
Update simutils/health/checkpoint - move most to driver, simplify
MTCam Jun 11, 2021
169b92d
Merge branch 'main' into mrgmain
MTCam Jun 11, 2021
15bdf3d
Port examples into place, slight adjustment/cleanup/corrections for s…
MTCam Jun 11, 2021
68302b4
Update tests to match the facilities.
MTCam Jun 11, 2021
8b506e1
Twiddle to test both pressure and mass for first bad state.
MTCam Jun 11, 2021
5043f86
Merge branch 'main' into recallbacks
MTCam Jun 11, 2021
51ade9b
Sharpen the error sync.
MTCam Jun 11, 2021
6833902
Update error handling to match review suggestion by @thomasgibson.
MTCam Jun 11, 2021
080513e
Udpate error handling per @thomasgibson review.
MTCam Jun 11, 2021
70ff6dc
Sharpen the handling of post-stepping (exceptional) io per @majosm.
MTCam Jun 12, 2021
cccff7f
Sharpen the valid ranges specific to each example, and remove default…
MTCam Jun 12, 2021
1772b86
Correct call to naninf in test.
MTCam Jun 12, 2021
a9b7990
Use verbs for function names.
MTCam Jun 12, 2021
100df77
Use new name for visfile util, switch autoignition and vortex over to…
MTCam Jun 13, 2021
6f7ef04
Clean up logging a bit, attempt to use nlog to control logging interval.
MTCam Jun 13, 2021
4376604
Merge branch 'main' into recallbacks
MTCam Jun 15, 2021
2d37e96
Merge branch 'main' into recallbacks
MTCam Jun 15, 2021
c74b9f5
Merge branch 'main' into recallbacks
MTCam Jun 19, 2021
1ca252e
Merge branch 'main' into recallbacks
MTCam Jun 23, 2021
4c94a7d
Fix merge errors
MTCam Jun 23, 2021
6e1e913
Merge branch 'main' into recallbacks
MTCam Jun 25, 2021
fa9aab6
Merge branch 'main' into recallbacks
MTCam Jun 25, 2021
3e34bcc
Merge branch 'main' into recallbacks
MTCam Jun 29, 2021
7f38ed1
Merge branch 'main' into recallbacks
MTCam Jun 30, 2021
ffb35b8
Merge branch 'main' into recallbacks
MTCam Jun 30, 2021
293d28f
Refactor autoignit just a bit
MTCam Jul 2, 2021
8443a66
Refactor autoignition example per discussions.
MTCam Jul 3, 2021
d2b2c68
Bring examples up-to-date with current stepper API
MTCam Jul 3, 2021
9a5fcf3
Add DT health check to autoignition.
MTCam Jul 3, 2021
de48784
Modernize lump example
MTCam Jul 6, 2021
a5e5fc4
remove unused exceptions module, for now
MTCam Jul 6, 2021
42ea719
remove unused exceptions module, for now
MTCam Jul 6, 2021
0d74f9c
fix api/signature and doc
MTCam Jul 6, 2021
ae90d9f
Update stepper API to current
MTCam Jul 7, 2021
d092b82
Modernize more examples.
MTCam Jul 7, 2021
ff489e1
Fix simutil import
MTCam Jul 7, 2021
aa07513
Fix up steppers to call get_timestep properly
MTCam Jul 7, 2021
1464b9b
Fix up inviscid_sim_timestep to properly consider t_remaining
MTCam Jul 7, 2021
3dfdb21
Modernize examples.
MTCam Jul 7, 2021
926e76a
Correct misnamed restart parameter.
MTCam Jul 7, 2021
cd95207
Merge branch 'main' into recallbacks
MTCam Jul 7, 2021
82eb938
Reduce number of steps to speed up CI.
MTCam Jul 8, 2021
02b37d8
Unify call signatures of user-defined utilities.
MTCam Jul 8, 2021
7d6c988
Correct some dumb issues with the examples.
MTCam Jul 8, 2021
ab06ff7
Correct errant call-sites to new utility signatures.
MTCam Jul 8, 2021
9c63136
Call logmgr_set_time on restart.
MTCam Jul 8, 2021
1b4df75
Deprecate logmgr, dim, eos args to stepper.
MTCam Jul 8, 2021
c857e06
Correct mistake in input restart file naming.
MTCam Jul 8, 2021
bdd4d90
Correct mistake in input restart file naming.
MTCam Jul 8, 2021
1a7e8e3
Correct import location for logmgr_set_time
MTCam Jul 8, 2021
6a7d20c
Document dt, deprecate get_timestep arg
MTCam Jul 8, 2021
ea98b59
Update examples to use exceptions to clean up error handling, evict g…
MTCam Jul 9, 2021
d7bca23
Merge branch 'main' into recallbacks
MTCam Jul 9, 2021
72505bc
Correct finished check, return a proper constant dt result, some othe…
MTCam Jul 9, 2021
544a63f
Merge branch 'yupdayt-recallbacks' into recallbacks
MTCam Jul 9, 2021
3c3bbd5
Correct and enhance the restart processing to demonstrate change-of-o…
MTCam Jul 9, 2021
41f78ba
Update restart logic, add missing final dump advice.
MTCam Jul 9, 2021
5c3ab55
Use built-in exceptions instead of custom ones.
MTCam Jul 9, 2021
c544ddd
Satisfy pylint to raise an actual named exception inside try.
MTCam Jul 9, 2021
810ab46
Fix up the documentation to have the correct signature for callbacks
MTCam Jul 9, 2021
549a8dd
Massage exceptions a bit so that the error messages are a little more…
MTCam Jul 9, 2021
d51755a
Merge branch 'exceptions-massage' into recallbacks
MTCam Jul 9, 2021
af009c3
Rearrange function def order for consistency and less "tism" activation.
MTCam Jul 9, 2021
5306e30
Tweak exception handling to our liking.
MTCam Jul 9, 2021
5bd30d8
Add syncing utility and use it in examples.
MTCam Jul 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/support/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ Random Pile'o'Tools
===================

.. automodule:: mirgecom.simutil

.. automodule:: mirgecom.utils
Loading