Skip to content
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

Support adaptive time stepping method #1848

Open
prudhomm opened this issue May 4, 2022 · 2 comments
Open

Support adaptive time stepping method #1848

prudhomm opened this issue May 4, 2022 · 2 comments

Comments

@prudhomm
Copy link
Member

prudhomm commented May 4, 2022

There exists several algorithms to hadle adaptive time stepping, We shall start with BDF.

The methodology will be :

  1. support BDF variable time stepping using automated backward differences
  2. implement variable time stepping 1st and 2nd order possibly higher order as well since we will automate coefficient computations
  3. implement 1st 2nd variable order variable time stepping strategies
  4. implement variable order variable time stepping strategies up to order 4
@prudhomm prudhomm added this to the future milestone May 4, 2022
@prudhomm prudhomm self-assigned this May 4, 2022
prudhomm added a commit that referenced this issue May 4, 2022
add 2nd order filter and update test
@prudhomm prudhomm modified the milestones: future, v110 May 20, 2022
prudhomm added a commit that referenced this issue May 22, 2022
use newton differences
add time values  map

Support adaptive time stepping method #1848
prudhomm added a commit that referenced this issue May 23, 2022
@prudhomm prudhomm modified the milestones: v110, v111 Jul 1, 2022
@VLCeline
Copy link
Collaborator

This is needed for feelpp/phd.celine#4

@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants