Skip to content

Commit

Permalink
Added mesh files and a simple example for how to prepare files for St…
Browse files Browse the repository at this point in the history
…ochSS upload
  • Loading branch information
ahellander committed Aug 29, 2014
1 parent 2dddcad commit 1c77f35
Show file tree
Hide file tree
Showing 5 changed files with 10,720 additions and 38 deletions.
13 changes: 13 additions & 0 deletions examples/simple_diffusion/circle.geo
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cl__1 = 1;
Point(1) = {0, 0, 0, 1};
Point(2) = {1, 0, 0, 1};
Point(3) = {0, 1, 0, 1};
Point(5) = {-1, 0, 0, 1};
Point(6) = {0, -1, 0, 1};
Circle(1) = {5, 1, 3};
Circle(2) = {3, 1, 2};
Circle(3) = {5, 1, 6};
Circle(4) = {2, 1, 6};
Line Loop(6) = {1, 2, 4, -3};
Plane Surface(6) = {6};
Coherence;
Loading

0 comments on commit 1c77f35

Please sign in to comment.