-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time Step estimators #12
Comments
A basic algorithm has been implemented. If the user chooses to, they can input a manual time stepping value which will be respected. If no input is entered, the solver will automatically calculate the LTS based on the following formula: Where |
Maybe we could use power method to extract an estimation of |
2D estimators have been implemented for triangular meshes, following the inscribed circle estimation. See commit 926b570 for more info. Code compiles but feature does not work due to issue with Mesh in const Model. |
The manual and seemingly random selection of Local Time Stepping (LTS) for problem definition can be trivialised by the implementation of a simple LTS algorithm that takes into account the minimum distance between two nodes found through all the elements of the Finite Element Space, the order of the Finite Element Collection, the speed of the signal and the Courant–Friedrichs–Lewy coefficient.
The text was updated successfully, but these errors were encountered: