From 190843dc53fa27fe734e6220cc93773ecf69fa0a Mon Sep 17 00:00:00 2001 From: WasimNiyazMunshi Date: Wed, 16 Oct 2024 15:21:12 -0600 Subject: [PATCH] README.md Fixed some typos --- Phase_field_fracture_model_in_3D/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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