From dc2a64589b4459d966f112e254f5b5d8e25bbdec Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Wed, 18 May 2011 15:22:34 -0600 Subject: [PATCH] added instructions for generating the gmsh files --- gmsh/instructions.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gmsh/instructions.txt diff --git a/gmsh/instructions.txt b/gmsh/instructions.txt new file mode 100644 index 0000000..6c7ec19 --- /dev/null +++ b/gmsh/instructions.txt @@ -0,0 +1,15 @@ +In order to generate the mesh files used in the thesis, use the following for +values of 'a' in the .geo files: + +2D: +1 0.04900 529 vertices 1060 elements +2 0.01500 5083 vertices 10168 elements +3 0.00490 50354 vertices 100710 elements +4 0.00150 534608 vertices 1069218 elements + + +3D: + +1 0.08850 1915 vertices 10635 elements +2 0.01880 170297 vertices 1008870 elements +3 0.00885 1701554 vertices 10188506 elements