Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 9 additions & 0 deletions integration/BackwardEuler/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ tol real 1.e-10

# toggle single-step BackwardEuler integration and ignoring error tolerance
do_single_step int 0

# use YASS (single Newton iteration with Y^0 as initial guess)
use_yass int 0

# YASS step size control: maximum allowed relative change per step
yass_eps real 0.1

# YASS step size control: minimum concentration for error checking
yass_floor real 1.e-3
Loading
Loading