summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Hexahedrondata.sci
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Hexahedrondata.sci')
-rw-r--r--texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Hexahedrondata.sci15
1 files changed, 0 insertions, 15 deletions
diff --git a/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Hexahedrondata.sci b/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Hexahedrondata.sci
deleted file mode 100644
index 7bc05ed9..00000000
--- a/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Hexahedrondata.sci
+++ /dev/null
@@ -1,15 +0,0 @@
-// s : 2014.06.22
-
-function Out=Hexahedrondata(A,V1,V2,V3)
- Tmp=det([V1;V2;V3]);
- if Tmp<0 then
- Tmp1=V1;
- V1=V2;
- V2=Tmp1
- end
- B=A+V1; C=A+V1+V2; D=A+V2;
- E=A+V3; F=B+V3; G=C+V3; H=D+V3;
- VL=list(A,B,C,D,E,F,G,H);
- FL=list([1,4,3,2],[5,6,7,8],[1,2,6,5],[2,3,7,6],[3,4,8,7],[1,5,8,4]);
- Out=list(VL,FL)
-endfunction