source: CIVL/examples/fortran/nek5000/core/edgec.f

main
Last change on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100755
File size: 852 bytes
Line 
1 BLOCKDATA EDGEC
2C
3C Note, for some (lesser) compilers, the BLOCKDATA statement
4C needs to be compiled in a separate file. Therefore, do not
5C include any other modules in this file.
6C
7 INCLUDE 'SIZE'
8 INCLUDE 'TOPOL'
9 DATA IEDGFC / 5,7,9,11, 6,8,10,12,
10 $ 1,3,9,10, 2,4,11,12,
11 $ 1,2,5,6, 3,4,7,8 /
12 DATA ICEDG / 1,2,1, 3,4,1, 5,6,1, 7,8,1,
13 $ 1,3,2, 2,4,2, 5,7,2, 6,8,2,
14 $ 1,5,3, 2,6,3, 3,7,3, 4,8,3,
15C -2D-
16 $ 1,2,1, 3,4,1, 1,3,2, 2,4,2 /
17 DATA ICFACE/ 1,3,5,7, 2,4,6,8,
18 $ 1,2,5,6, 3,4,7,8,
19 $ 1,2,3,4, 5,6,7,8,
20C -2D-
21 $ 1,3,0,0, 2,4,0,0,
22 $ 1,2,0,0, 3,4,0,0 /
23C
24 END
Note: See TracBrowser for help on using the repository browser.