From: WasimNiyazMunshi Date: Wed, 16 Oct 2024 21:22:02 +0000 (-0600) Subject: README.md X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebc7824c9ed2ef95e8a86d66cccdffd27d48cb3;p=code-gallery.git README.md fixed some more typos --- diff --git a/Phase_field_fracture_model_in_3D/README.md b/Phase_field_fracture_model_in_3D/README.md index 3ee33c6..c30cd51 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\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. +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\times20\times10$ mesh. We present the results for the fracture patterns and the load-displacement curves for the 2 meshes. ## References