-
Notifications
You must be signed in to change notification settings - Fork 16
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
Transient #58
base: devel
Are you sure you want to change the base?
Transient #58
Conversation
mguddati
commented
Sep 11, 2022
330dcf1
to
3422655
Compare
Job Precheck on 3422655 wanted to post the following: Your code requires style changes. A patch was auto generated and copied here
Alternatively, with your repository up to date and in the top level of your repository:
|
Job Documentation on 5dc5b83 wanted to post the following: View the site here This comment will be updated on new commits. |
b815b37
to
7c67c68
Compare
bd44074
to
be2d605
Compare
modifying the code to make the gradient check pass (by making it consistent with discretize then differentiate strategy). Added Hessian inversion with associated test case, and verified that it converges as expected. Also added code functionality to facilitate consistent gradient inverse for time steppers beyond implicit Euler. ref #42
…ut also for ActuallyExplicitEuler. Made the end time consistent to the formulation and adaptable based on time integration scheme. Added small test case that is not heavy to test both time integrators Made other necessary test changes
… timesteps. Added diff forward output file instead of optimization reporter ref #42
be2d605
to
5dc5b83
Compare