Skip to content

Commit

Permalink
Add docs for max cutbacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
tupek2 committed Jan 29, 2025
1 parent b68ccdb commit 718d2bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/serac/physics/solid_mechanics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ class SolidMechanics<order, dim, Parameters<parameter_space...>, std::integer_se
* @param checkpoint_to_disk Flag to save the transient states on disk instead of memory for transient adjoint solver
* @param use_warm_start Flag to turn on or off the displacement warm start predictor which helps robustness for
* large deformation problems
* @param max_timestep_cutbacks The maximum number of times the supplied timestep can be cutback before the solver
* gives up
*
* @note On parallel file systems (e.g. lustre), significant slowdowns and occasional errors were observed when
* writing and reading the needed trainsient states to disk for adjoint solves
Expand Down Expand Up @@ -159,6 +161,8 @@ class SolidMechanics<order, dim, Parameters<parameter_space...>, std::integer_se
* @param checkpoint_to_disk Flag to save the transient states on disk instead of memory for transient adjoint solves
* @param use_warm_start A flag to turn on or off the displacement warm start predictor which helps robustness for
* large deformation problems
* @param max_timestep_cutbacks The maximum number of times the supplied timestep can be cutback before the solver
* gives up
*
* @note On parallel file systems (e.g. lustre), significant slowdowns and occasional errors were observed when
* writing and reading the needed trainsient states to disk for adjoint solves
Expand Down

0 comments on commit 718d2bc

Please sign in to comment.