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

Non-linear time-dependent problem #4294

Closed
karthichockalingam opened this issue May 10, 2024 · 1 comment
Closed

Non-linear time-dependent problem #4294

karthichockalingam opened this issue May 10, 2024 · 1 comment

Comments

@karthichockalingam
Copy link

karthichockalingam commented May 10, 2024

Hello,

I am interested in solving a non-linear time-dependent problem in a fully implicit manner. The below non-linear heat conduction problem is something I would like to solve:

$\frac{d u}{d t}=\nabla \cdot(\kappa+\alpha u) \nabla u$

This is exactly what is being solved in ex16 however K is linearized using u from the previous time step. And K is formed using BilinearForm.

I came across this sample non-linear code gist in one of your issues which solves a non-linear diffusion problem that makes use of NonlinearForm.

How do I proceed to solve a time-dependent non-linear problem implicitly (say backward Euler) using NonlinearForm?

Thank you!
Karthik

cc @nmnobre

@vladotomov
Copy link
Member

See example 10.

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

No branches or pull requests

3 participants