Limited-memory BFGS phasefield solver for crack simulations
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 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 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.
@marcfehling Please let me know if there is any other change needed. Thanks.