You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implemented solvers only support constant time-step sizes. We added asserts to prevent misuse. The time-stepping schemes could theoretically handle dynamic time-step sizes, but within the solvers, we create initially dependent data structures once, such that a dynamic time-step size invalidates these data structures. Examples:
The implemented solvers only support constant time-step sizes. We added asserts to prevent misuse. The time-stepping schemes could theoretically handle dynamic time-step sizes, but within the solvers, we create initially dependent data structures once, such that a dynamic time-step size invalidates these data structures. Examples:
dealii-adapter/source/nonlinear_elasticity/include/nonlinear_elasticity.h
Lines 241 to 250 in dbb25be
dealii-adapter/source/linear_elasticity/linear_elasticity.cc
Lines 350 to 351 in dbb25be
The text was updated successfully, but these errors were encountered: