My name is Zoe, and I am new to deal.II. I’m currently working on a project where I need to solve a non-linear PDE using semi-implicit time-stepping with the Finite Element Method (FEM). I would like to use deal.II for this purpose.

PDE:

Screenshot 2024-09-26 at 16.51.14.png

semi-implicit:

Screenshot 2024-09-26 at 16.51.26.png

After going through step-26, I’ve learned how to implement time-stepping using the theta-scheme. However, I’m struggling to adapt the existing code to incorporate semi-implicit time-stepping and non-linear parts for my problem.

Could anyone provide guidance on how to modify step-26 or suggest alternative steps/examples that might be more suitable for this type of problem?

Zoe:
I think you will find yourself interested in this code gallery program:
https://dealii.org/developer/doxygen/deal.II/code_gallery_Swift_Hohenberg-Solver.html
It essentially does what you want to do, just for a problem with four (instead of two) spatial derivatives.

Best
 W.

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/c9921623-072d-43fa-9d97-e82014c67ac9%40colostate.edu.

Reply via email to