From: WasimNiyazMunshi Date: Wed, 16 Oct 2024 21:21:12 +0000 (-0600) Subject: README.md X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190843dc53fa27fe734e6220cc93773ecf69fa0a;p=code-gallery.git README.md Fixed some typos --- diff --git a/Phase_field_fracture_model_in_3D/README.md b/Phase_field_fracture_model_in_3D/README.md index 4125af0..3ee33c6 100644 --- a/Phase_field_fracture_model_in_3D/README.md +++ b/Phase_field_fracture_model_in_3D/README.md @@ -31,7 +31,7 @@ After running `cmake .`, run `make release` or `make debug` to switch between `r Run the executable by using `make run` on the command line. ## Numerical example -The program currently models fracture propagation in a 3-layered material subjected to equibiaxial loading along $+x$ and $+y$ directions. The problem setup is shown in setup.png. Results are compared for 2 different initial meshes, the finer 80*80*40 mesh and the coarser 20*20*10 mesh. We present the results for the fracture patterns and the load-displacement curves for the 2 meshes. +The program currently models fracture propagation in a 3-layered material subjected to equibiaxial loading along $+x$ and $+y$ directions. The problem setup is shown in setup.png. Results are compared for 2 different initial meshes, the finer $80\times80\times40$ mesh and the coarser 20*20*10 mesh. We present the results for the fracture patterns and the load-displacement curves for the 2 meshes. ## References