From: Wolfgang Bangerth Date: Fri, 17 Jan 2025 04:15:20 +0000 (-0700) Subject: Add a Zenodo DOI to a code gallery program. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e6d552cbea4374345a6b7aae68e82ca35001b7;p=code-gallery.git Add a Zenodo DOI to a code gallery program. --- diff --git a/Phase_field_fracture_model_in_3D/README.md b/Phase_field_fracture_model_in_3D/README.md index b2740ab..f57d675 100644 --- a/Phase_field_fracture_model_in_3D/README.md +++ b/Phase_field_fracture_model_in_3D/README.md @@ -6,6 +6,8 @@ Phase-field models have been proven to be effective in modeling complicated frac Despite this, these models are mostly limited to 2D because of the high computational cost, as these models require very fine meshes to resolve the diffused representation of the crack. This code explores the use of parallel computing and adaptive mesh refinement to model fracture propagation using the hybrid phase-field model. +@dealiiTutorialDOI{10.5281/zenodo.14665574,https://zenodo.org/badge/DOI/10.5281/zenodo.14665574.svg} + ## Governing equations The model this program solves is that of Ambati et al. [1], see there for more information. In short,