Skip to content

Instantly share code, notes, and snippets.

@mwarusz
Created May 18, 2020 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwarusz/84893396ed1bb63468b243155daa93e7 to your computer and use it in GitHub Desktop.
Save mwarusz/84893396ed1bb63468b243155daa93e7 to your computer and use it in GitHub Desktop.
+---------+-------------------------+-------------------+----------------+----------+
| FT | split_explicit_implicit | penalty on linear | remainer_model | result |
+---------+-------------------------+-------------------+----------------+----------+
| Float32 | false | yes | - | stable |
| Float32 | true | yes | fully discrete | unstable |
| Float64 | true | yes | fully discrete | stable |
| Float64 | false | no | - | unstable |
| Float64 | true | no | fully discrete | unstable |
| Float64 | true | no | single flux | stable |
+---------+-------------------------+-------------------+----------------+----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment