code-gallery icon indicating copy to clipboard operation
code-gallery copied to clipboard

Limited-memory BFGS phasefield solver for crack simulations

Open taojinllnl opened this issue 5 months ago • 3 comments

This code gallery includes the source code and input files for several 2D and 3D benchmark problems widely used in the phase-field fracture simulation.

taojinllnl avatar Sep 10 '25 03:09 taojinllnl

@taojinllnl thank you for your contribution!

Before giving you a detailed review, we would like to ensure your code compiles with recent releases of deal.II. Unfortunately, your code won't compile on deal.II 9.5 and 9.6 due to changes in the SolutionTransfer interface. Can you adjust your code like https://github.com/dealii/code-gallery/pull/199/commits/42e8901f6b7954ecb043cce7f8a54c6f57acbda7 that will make it compile for these versions?

marcfehling avatar Sep 10 '25 08:09 marcfehling

@marcfehling Thank you so much for your advice. A macro is added into the main.cc for conditional compilation. The code is tested for both the developed branch and deal.ii-9.6.2.

taojinllnl avatar Sep 10 '25 15:09 taojinllnl

@marcfehling Please let me know if there is any other change needed. Thanks.

taojinllnl avatar Sep 22 '25 00:09 taojinllnl