Skip to content

Commit 5f14740

Browse files
author
Alex Lindsay
committed
Add heavy test showing use of non-local jacobian.
1 parent e5b2404 commit 5f14740

7 files changed

+6169
-0
lines changed

ZapdosNotes.md

+3,903
Large diffs are not rendered by default.

tests/1d_dc/Geometry.geo

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
dom0Size = 2E-6;
2+
3+
Point(1) = {0 , 0, 0, 2E-4 * dom0Size};
4+
Point(2) = {0.5 * dom0Size, 0, 0, 50E-4 * dom0Size};
5+
Point(3) = { dom0Size, 0, 0, 1E-4 * dom0Size};
6+
7+
Line(1) = {1,2};
8+
Line(2) = {2,3};
9+
10+
Physical Line(0) = {1,2};

0 commit comments

Comments
 (0)