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

[Development] Implement a pseudo-transient continuation solver for globalizing Newton's method #229

Open
sblauth opened this issue May 5, 2023 · 0 comments
Assignees
Labels
development Development-related matters

Comments

@sblauth
Copy link
Owner

sblauth commented May 5, 2023

Pseudo-Transient Continuation seems to be a robust way of globalizing Newton's method. It should be possible to implement this for general problems in cashocs.

One note: Users should have the option (optional!) to supply their own time derivative. This can be very useful when using mixed problems, where only one variable is truly time-dependent. This is analogous to the DAE formulation of Pseudo-Transient-Continuation.
Another possible implementation would be for the user to indicate which parts of the (mixed) solution should receive time-derivatives.

@sblauth sblauth added the development Development-related matters label May 5, 2023
@sblauth sblauth self-assigned this May 17, 2023
@sblauth sblauth added this to the v2.1 milestone May 17, 2023
@sblauth sblauth removed this from the v2.1 milestone Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Development-related matters
Projects
None yet
Development

No branches or pull requests

1 participant