From c5e6d552cbea4374345a6b7aae68e82ca35001b7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Jan 2025 21:15:20 -0700 Subject: [PATCH] Add a Zenodo DOI to a code gallery program. --- Phase_field_fracture_model_in_3D/README.md | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.39.5