Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hamo new fixes #244

Open
wants to merge 837 commits into
base: membrane
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
837 commits
Select commit Hold shift + click to select a range
a9e5d5b
Expanded Math_Mod with two new function to fit
Niceno Oct 18, 2022
066867f
Deleted an unused file
Niceno Oct 18, 2022
0e1954f
Improved info for compilation
Niceno Oct 18, 2022
fbf78cd
First version with exponential extrapolation
Niceno Oct 20, 2022
d406e6a
BUG FIX: A quotation " was missing in the output
Niceno Oct 22, 2022
9bd17fc
Still getting rid of the redundant:
Niceno Oct 22, 2022
fa44dbf
Fixed output from Cpu_Timer for Intel compiler.
Niceno Oct 22, 2022
5ab51df
Fixed "intent" of two variables.
Niceno Oct 22, 2022
843fc96
Removed some unused variables.
Niceno Oct 22, 2022
9eccc1d
Removed a trailing space.
Niceno Oct 22, 2022
aa3b497
Avoided interface warning for external functions.
Niceno Oct 22, 2022
e84989b
IMPORTANT: re-vamped the Cpu_Timer_Mod
Niceno Oct 23, 2022
bb0dd8e
Grid_Mod now uses Cpu_Timer_Mod for timing
Niceno Oct 23, 2022
3e3e90f
Calls Cpu_Timer_Mod % Statistics with argument
Niceno Oct 23, 2022
c494ccc
Updates because Grid_Mod uses Cpu_Timer_Mod
Niceno Oct 23, 2022
72f66e6
Convert now uses Cpu_Timer_Mod
Niceno Oct 23, 2022
ac4975d
Avoided some collisions in variable names
Niceno Oct 23, 2022
625e3ac
Seems that last change in makefile wasn't needed
Niceno Oct 23, 2022
fad1a24
Added comments on using Fortran's cpu_time.
Niceno Oct 24, 2022
af9d788
Fixed a comment.
Niceno Oct 24, 2022
ebdaeb9
Fixed Cpu_Timer_Mod and renamed it to Profiler_Mod
Niceno Oct 24, 2022
51d335b
The faster version didn't work with Intel compiler
Niceno Oct 24, 2022
21cd549
Fixed the output for Intel compiler.
Niceno Oct 24, 2022
d35c3a3
Added profiler in a couple of functions.
Niceno Oct 25, 2022
f24b29f
Modernized Compute_Energy for Stefan problem.
Niceno Oct 25, 2022
2bf0dbd
Exp. extrapolation of temperature finished.
Niceno Oct 25, 2022
a3a9b91
Following Muhamed's suggestion I erased some parts
Niceno Oct 25, 2022
f20737f
Introduce Adjust_First_Dim and with it eliminated
Niceno Oct 25, 2022
af94f71
Introduce Adjust_First_Dim and with it eliminated
Niceno Oct 25, 2022
0815670
Merge branch 'adjust_first_dim' of https://github.com/DelNov/T-Flows …
Niceno Oct 25, 2022
2e3a458
Changed errors to upper case for consistency
Niceno Oct 25, 2022
7003120
Two fixes after introducing Adjust_First_Dim
Niceno Oct 25, 2022
069331e
Added OPENMP option to test_build.sh
Niceno Oct 26, 2022
6cdbc50
Added six new local variables to Work_Mod.
Niceno Oct 26, 2022
89203df
One more fix after introducing Adjust_First_Dim
Niceno Oct 26, 2022
a8580a0
A couple of fixes to make Intel compiler work
Niceno Oct 26, 2022
6d95769
Removed empty spaces.
Niceno Oct 26, 2022
38c9569
Nothing, aligned a comment
Niceno Oct 26, 2022
89eea4c
Added a program to check Profiler
Niceno Oct 26, 2022
7771744
Expanded Work_Mod with procedure Finalize_Work
Niceno Oct 26, 2022
4dc2496
Shortened it quite a bit.
Niceno Oct 26, 2022
402f172
Added support for Intel compiler.
Niceno Oct 26, 2022
2cfcf1f
Merge branch 'adjust_first_dim' from origin
Niceno Oct 26, 2022
2d5a140
One more fix after introducing Adjust_First_Dim
Niceno Oct 26, 2022
f5b2a38
Added Fluent elbows to test_build.sh
Niceno Oct 26, 2022
7e685a8
Improved output for Intel compiler.
Niceno Oct 27, 2022
5b73a90
Increased number of real cells in Work_Mod.
Niceno Oct 27, 2022
e14610a
Removed an unused variable.
Niceno Oct 27, 2022
796d2da
A couple of fixes discoverd by Intel compiler.
Niceno Oct 27, 2022
6e5d22b
Improved the output for Intel compiler.
Niceno Oct 27, 2022
4c07acf
Increase number of real cells back to 30
Niceno Oct 27, 2022
c5da346
Output fractionally nicer.
Niceno Oct 28, 2022
e33bb0f
A small correction in the comment.
Niceno Oct 28, 2022
4dcf2a3
Gave arguments of Work_Allocate less crytpic names
Niceno Oct 28, 2022
50d1d0d
Introduced indentation.
Niceno Oct 28, 2022
0c993a5
Centerd and production ready :-)
Niceno Oct 28, 2022
1ed3cc2
Better centering of output
Niceno Oct 28, 2022
b2ce87c
Corrected an error, too embarassing to describe
Niceno Oct 28, 2022
e29d673
Avoided yet another warning from Intel compiler.
Niceno Oct 28, 2022
266d6d8
More accurate Work memory allocation from the main
Niceno Oct 28, 2022
024573d
Re-compiles Process only from the User_Mod on.
Niceno Oct 28, 2022
239ad78
Removed Tokenizer from Utilities.
Niceno Oct 28, 2022
4522b46
Demonstrates Fortran's command "any"
Niceno Oct 28, 2022
7561ce7
Little corrections and adjustments in comments
Niceno Oct 28, 2022
2fa8498
Fixed a comment box
Niceno Oct 29, 2022
d25c4ca
Work can be compiled with/without checking.
Niceno Oct 29, 2022
2589443
Removed trailing spaces from output.
Niceno Oct 29, 2022
7372aff
Putting a bit of order in File_Mod.
Niceno Oct 31, 2022
f020116
IMPORTANT: Don't time Adjust_First_Dim!
Niceno Oct 31, 2022
6a14816
Added Check_Messagesa and small fix in comment box
Niceno Oct 31, 2022
c6187c8
VERY NEAT: Introduced module Message_Mod
Niceno Oct 31, 2022
71d9351
Merge branch 'adjust_first_dim'
Niceno Oct 31, 2022
3f74d11
Important: added a missing compilation step.
Niceno Oct 31, 2022
a38e7f1
Messages are now much more instructive.
Niceno Oct 31, 2022
e946051
Uses Grid_Mod's member procedure to list bnd cnd.
Niceno Oct 31, 2022
6de90cc
Skips to new lines when it encounters \n in input.
Niceno Oct 31, 2022
a38c44a
Uses Messages_Mod's member procedure for printing
Niceno Oct 31, 2022
12770e9
Adjusts width to header if needed.
Niceno Oct 31, 2022
dc16f41
Got rid of QL (Quadriple Length).
Niceno Oct 31, 2022
672040f
Initializes local variable.
Niceno Oct 31, 2022
6b95dcb
Dashed line looks better like this.
Niceno Oct 31, 2022
dd62620
Tried to make two Calculate_Geometries bit closer
Niceno Oct 31, 2022
5b9d2d1
Added the Dynamic Tensorial Eddy Viscosity Model (Abba, Cimarelli, Ge…
YVARC Nov 1, 2022
677c138
Added the Dynamic Tensorial Eddy Viscosity Model (Abba, Cimarelli, Ge…
YVARC Nov 1, 2022
8f7c8ef
Merge branch barc_TVM of into adjust_first_dim
Niceno Nov 1, 2022
8ef0a89
Removed Yves' long comments with '-' & his name.
Niceno Nov 1, 2022
152fdc1
Cosmetic alignment of programming lines.
Niceno Nov 1, 2022
8e4c4da
Added a refference to LES_TVM model
Niceno Nov 1, 2022
968a1d8
Include statements in preprocessor format now.
Niceno Nov 1, 2022
9de31da
Fixed language for one of the variables.
Niceno Nov 1, 2022
1834b45
Expanded the tolerated with for plain text.
Niceno Nov 1, 2022
428ab2d
Neat: usage of Message_Mod to print errors :-)
Niceno Nov 1, 2022
ef2310f
Corrected compilation info.
Niceno Nov 2, 2022
3c7a37f
Shorted the syntax for Message_Mod procedures
Niceno Nov 2, 2022
97ae995
Fixed an issue with target for t2_mean.
Niceno Nov 2, 2022
0289604
IMPORTANT: Got rid of _Par.f90 and _Seq.f90 files.
Niceno Nov 2, 2022
355856b
IMPORTANT: Got rid of _True.* and _Fake.* files.
Niceno Nov 2, 2022
a495fa0
The "error" is now a procedure in Message_Mod
Niceno Nov 2, 2022
22a444d
PUZZLING: User_Mod can't use #include directives!
Niceno Nov 2, 2022
a112cc2
Started with preparations for Isoap_Mod
Niceno Nov 3, 2022
a494b10
Fixed a few comments.
Niceno Nov 4, 2022
de3bcc9
Plugged, for the first time Isoap into T-Flows.
Niceno Nov 4, 2022
95a3e0f
For the first time extracted a cell from Grid
Niceno Nov 4, 2022
560cffd
Executable was checked in by mistake
Niceno Nov 4, 2022
c8d4aa7
BUG FIX: Forgot to adjust the Grid%cells_f_orient
Niceno Nov 4, 2022
32b4e65
BIG: First extraction of iso-polygons with Isoap
Niceno Nov 4, 2022
a3faf8c
BIG: First extraction of iso-polygons with Isoap
Niceno Nov 4, 2022
075e2e9
Merge branch 'boil_bojan' of https://github.com/DelNov/T-Flows into b…
Niceno Nov 4, 2022
f444cfe
Excluded shadow faces from check on orientation
Niceno Nov 4, 2022
f8f665b
Merge branch 'boil_bojan' of https://github.com/DelNov/T-Flows into b…
Niceno Nov 4, 2022
8d3758d
Updated for modules created by Intel compiler
Niceno Nov 5, 2022
c1a3585
It's not needed to specify FCOMP for Intel anymore
Niceno Nov 5, 2022
aee14b4
New function Determine_Face_Orientation introduced
Niceno Nov 5, 2022
a37ff16
Removed some debugging info
Niceno Nov 5, 2022
23401d4
Expanded the field to print integers
Niceno Nov 5, 2022
9d735c8
A much smarter estimate on possible Front size
Niceno Nov 5, 2022
04bedb3
Improved a comment, nothing really
Niceno Nov 5, 2022
e3cfea9
Added Adjust_Dim for adjusting integer vector size
Niceno Nov 5, 2022
cda9e5a
Error messagesa bit more sophisticated than before
Niceno Nov 5, 2022
b752ce5
Step towards front tracking on polyhedral cells
Niceno Nov 5, 2022
dd6c7d9
First time Isoap extracted the entire iso-grid!
Niceno Nov 5, 2022
99d61b9
Step towards front tracking on polyhedral cells
Niceno Nov 5, 2022
ecf8849
Initializes front, if one is using it.
Niceno Nov 5, 2022
d7aeff0
Added a test for Isoap over entire grid.
Niceno Nov 5, 2022
cedfa42
For polyhedral grids, there are much more nodes
Niceno Nov 6, 2022
fbe7651
IMPORTANT: Correcte and error for polyhedral grids
Niceno Nov 6, 2022
3155dca
Saves_Debug_Front_Vtu saves intersections now
Niceno Nov 6, 2022
c148862
Uses Message for warning!
Niceno Nov 6, 2022
b9be999
Removed unused variables
Niceno Nov 6, 2022
1ea101f
Moved unused procedures to sub-directory Unused
Niceno Nov 6, 2022
68f6a0c
Simplified Mark_Cells_And_Faces to a great deal!
Niceno Nov 6, 2022
95f07bd
Removed some comments.
Niceno Nov 6, 2022
1386b48
Added script for Generator
Niceno Nov 6, 2022
3a0fc1d
IT RARELY GETS COOLER THAN THIS: INTRODUCED ASSERT
Niceno Nov 6, 2022
716130e
Fixed compilation
Niceno Nov 6, 2022
dc9110b
Introduced separate option "ASSEERT" to makefiles
Niceno Nov 6, 2022
b62d530
Corrected an error in makefile.
Niceno Nov 7, 2022
311d29b
Improved the output for Intel compiler.
Niceno Nov 7, 2022
6430423
Allocation in a separate member function.
Niceno Nov 7, 2022
4a000e4
Removed an unused file.
Niceno Nov 7, 2022
b4f2e51
Same as: 6430423e5e5ea8ff87ed58a1fcd7a20c048be419
Niceno Nov 7, 2022
14329c7
Shortened the syntax by using aliases Pol and Iso
Niceno Nov 7, 2022
27e3745
Updated.
Niceno Nov 7, 2022
f9d4212
Split Compress_Vertices from Front_Mod into two:
Niceno Nov 7, 2022
42d8b61
Checks Front % b_node_1(:), Front % b_node_2(:)
Niceno Nov 7, 2022
aaec810
Turned warning to error and improved the look of it
Niceno Nov 7, 2022
865ab9f
Intel sometimes throws exception in implicit loops
Niceno Nov 7, 2022
ce38b65
Removed a warning which is really pointless.
Niceno Nov 7, 2022
03b6581
Another attempt to move forward Compress_Vertices.
Niceno Nov 7, 2022
c30b896
Added a readme to Isoap_Mod saying who authors are
Niceno Nov 7, 2022
4ad9e10
Corrections from Hamo from 05.11.2022.
Niceno Nov 7, 2022
4022b28
Corrections from Hamo from 05.11.2022.
Niceno Nov 7, 2022
e2796e6
Merge branch 'boil_bojan' of //github.com/DelNov
Niceno Nov 7, 2022
13b1fa2
Nicer output for Intel compiler.
Niceno Nov 7, 2022
b2a31c4
Slightly different shift from 0.5
Niceno Nov 7, 2022
b1d0d17
Fixed one more time Compress_Front_Vertices.
Niceno Nov 7, 2022
16bed32
GOOD: Compresssing vertices without coordinates.
Niceno Nov 7, 2022
a207062
Updated a nice comment before deleting it.
Niceno Nov 8, 2022
c98bf63
GOT RID OF (almost all) INTERFACES IN THE CODE!
Niceno Nov 8, 2022
3515758
GOT RID OF (almost all) INTERFACES IN THE CODE!
Niceno Nov 8, 2022
dd9f5e6
Resolved a conflict in Sources/Convert/Convert_Mod
Niceno Nov 8, 2022
6fcdb16
Added a script for extracting module hierarchies
Niceno Nov 8, 2022
3c47420
Renamed a function
Niceno Nov 8, 2022
fcea766
Got rid of some redundant dependencies.
Niceno Nov 8, 2022
1468278
Updated dependencies - reducing redundancies
Niceno Nov 8, 2022
d9c631e
Added some colors and special characters
Niceno Nov 8, 2022
35dc233
Reduced some redundancies
Niceno Nov 8, 2022
ee1e316
Added script for extraction of call graphs.
Niceno Nov 9, 2022
4a91331
Added a function to extract names
Niceno Nov 9, 2022
8991aed
Improved to a big extent
Niceno Nov 9, 2022
ca91524
Deals with "friend" functions such as Comm_Mod_End
Niceno Nov 9, 2022
58c5669
Small updates, still not done
Niceno Nov 9, 2022
0cc266f
A slighly more elegant way to pass exclude_dir on
Niceno Nov 10, 2022
4d8bce4
IMPORTANT: Check validity of input at proper place
Niceno Nov 10, 2022
7cd61a2
Decreased indentation
Niceno Nov 10, 2022
9e0165a
FIX: must be -v for exclude directory
Niceno Nov 10, 2022
c8dc958
Improved a comment
Niceno Nov 10, 2022
b0d83b5
Uses more flexible do loops - with indices!
Niceno Nov 10, 2022
42de91c
More compact output - not bad
Niceno Nov 10, 2022
b888234
Added
Niceno Nov 10, 2022
548fcfc
Just coppied changes from work PC (mpc2521).
Niceno Nov 10, 2022
f8c7d75
Updated colors.
Niceno Nov 10, 2022
86fdf13
POTENTIALLY IMPORTANT: resolved lines in which the
Niceno Nov 10, 2022
eaa9427
BRAVE STEP: Ditched the redundant white lines
Niceno Nov 10, 2022
695e6ae
Further little improvements!
Niceno Nov 10, 2022
fb7ba5a
Added a few more patterns.
Niceno Nov 10, 2022
99e4016
Expanded a few patterns, shortened some lines
Niceno Nov 11, 2022
f629a10
Little changes to make the code more readable
Niceno Nov 11, 2022
47420ed
Corrected a source file name.
Niceno Nov 11, 2022
61befd7
Changes to compile after organizational changes
Niceno Nov 11, 2022
810fb24
VERY COOL: Contracted patterns even more!
Niceno Nov 12, 2022
e1228f2
Picking from tjhe rigth case.
Niceno Nov 12, 2022
190d2d0
Added a couple of intro lines
Niceno Nov 12, 2022
7d9ded1
Improved output a bit.
Niceno Nov 12, 2022
6b06c2d
Fixed the widht of the indent
Niceno Nov 12, 2022
9114def
Introduced a function which prints separator
Niceno Nov 13, 2022
2f82145
Added function to print a line and color variables
Niceno Nov 13, 2022
0834621
Browses through command line arguments like a pro!
Niceno Nov 13, 2022
f848fb2
IMPORTANT: -i (ignore) option seems to work!
Niceno Nov 13, 2022
57b8c92
Improved comments and messages a bit
Niceno Nov 13, 2022
29643d0
Uses double brackets [[ in if statements.
Niceno Nov 13, 2022
a5ff9b1
Significant improvement, fixed some glitches
Niceno Nov 13, 2022
c8c8f46
A few cosmetic changes
Niceno Nov 13, 2022
d16ba63
IMPORTANT: Avoids multiple procedure branching
Niceno Nov 13, 2022
4d8e2cc
Changed indentantion slightly
Niceno Nov 13, 2022
0d11c46
Renamed files to be the same as procedure names
Niceno Nov 13, 2022
92a7165
Fixed two annoying glithces:
Niceno Nov 14, 2022
50493a3
Fixed the splash screen
Niceno Nov 14, 2022
40de405
Avoids duplication of units, like extract_call_...
Niceno Nov 14, 2022
d6a81a6
Added option -a to extract all modules, to repeat
Niceno Nov 14, 2022
dfc826e
Modernized the syntax a bit.
Niceno Nov 14, 2022
101c37d
Prints without trailing spaces.
Niceno Nov 15, 2022
a675614
Improved output for Intel compiler.
Niceno Nov 15, 2022
3ce753b
Declared variables which use sys_clock as long int
Niceno Nov 15, 2022
381aa92
This is the fix to Mahir's problem from 22-11-09
Niceno Nov 16, 2022
dcc0629
Added Turb and Work to typical module substitutes
Niceno Nov 16, 2022
5a903e2
Added the forrest test case.
Niceno Nov 16, 2022
6ca719f
Makes fewer calls to Adjust_First_Dim.
Niceno Nov 16, 2022
6332c95
Two calls to Adjust_First_Dim have been missing.
Niceno Nov 16, 2022
fadd820
Fixed (again) an issue with Assert and gfortran
Niceno Nov 16, 2022
8acab1b
Fixed lines in which call was not 1st statement
Niceno Nov 17, 2022
1f20e8d
Merge some fixes from home
Niceno Nov 17, 2022
9715ecd
Now makes a tetrahedral mesh to be made to poly.
Niceno Nov 17, 2022
fc3bd66
Metis_Mod now includes Metis_Type and one function
Niceno Nov 18, 2022
40489c1
Added member function Turb_Mod % Les which is true
Niceno Nov 18, 2022
f9a5b78
Experiments with re-numbering with METIS failed!
Niceno Nov 18, 2022
6712630
Merge branch 'experimental_metis_renumbering'
Niceno Nov 18, 2022
7866c96
Merge branch 'boil_bojan'
Niceno Nov 18, 2022
2588c58
Merge branch 'boil_bojan'
Niceno Nov 18, 2022
1008601
Merge branch 'boil_bojan' of https://github.com/DelNov/T-Flows into b…
Niceno Nov 18, 2022
13d4436
Merge branch 'boil_bojan'
Niceno Nov 18, 2022
bf46870
Fixed coloring in few places nothing revolutionary
Niceno Nov 18, 2022
199c4af
Added a couple of three models.
Niceno Nov 19, 2022
69742ba
Fixed the names of "material" file names
Niceno Nov 19, 2022
5a16b9b
Corrected the message makefile prints.
Niceno Nov 20, 2022
022daaf
Avoids division by 0 (happens when imporint trees)
Niceno Nov 20, 2022
ef9b065
Deleted redundant "use" statements
Niceno Nov 20, 2022
c942ab3
Can convert trees into forrest. Neat!
Niceno Nov 20, 2022
71e0272
Nicer output, all in one line.
Niceno Nov 20, 2022
992e22b
No limit to line length - important for Assert!
Niceno Nov 20, 2022
70aa2a4
Defines file name without a path, not used yet.
Niceno Nov 20, 2022
37d091a
Gives up when it can't plant any more trees.
Niceno Nov 20, 2022
ae496d4
Moved trees from Docum. to Tests/Les/Forrest
Niceno Nov 20, 2022
336a677
Added three types of trees to Tests/Les/Forrest
Niceno Nov 20, 2022
a03f6fe
Forgot to scale the single tree by forrest height
Niceno Nov 20, 2022
6130eeb
Wall function approach is added to LES models.
mhadziabdic Nov 21, 2022
0d0f443
Wall function approach is added to LES models.
mhadziabdic Nov 21, 2022
650ad4e
Wall function approach is added to LES models.
mhadziabdic Nov 21, 2022
4e6001e
Wall function approach is added to LES models.
mhadziabdic Nov 21, 2022
ba967a8
Some minor changes.
mhadziabdic Nov 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*.7z
*.backup
*.1d
*genmod.f90
Binaries/*
Tests/**/Generate
Tests/**/Convert
Expand All @@ -33,7 +34,7 @@ Tests/**/*.aux
Tests/**/*.ps
Tests/**/stop
Tests/**/*pdf
Tests/**/*png
Tests/**/*tex
Tests/**/*tmp
Tests/**/control_template_*
__pycache__
Binary file added Documentation/Literature/Bottaro_NHT_1990.pdf
Binary file not shown.
Binary file added Documentation/Literature/Metis_Manual.pdf
Binary file not shown.
Binary file added Documentation/Literature/Tonon_IMS_2004.pdf
Binary file not shown.
166 changes: 166 additions & 0 deletions Documentation/Manual/Figures/Development/cell_types.fig
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
#FIG 3.2 Produced by xfig version 3.2.7b
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 20655 405 25695 5265
2 3 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 6
21825 4275 21375 4725 22725 5220 24300 4950 23625 4455 21825 4275
2 3 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
23625 1800 24750 900 25650 2700 24300 3150 23625 1800
2 3 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 6
23625 4455 24300 3150 25650 2700 25380 4050 24300 4950 23625 4455
2 3 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 6
21330 2700 20700 2475 20700 3600 21375 4725 21825 4275 21330 2700
2 3 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 6
24750 900 23625 450 22050 675 22275 1575 23625 1800 24750 900
2 3 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 7
21825 4275 23625 4455 24300 3150 23625 1800 22275 1575 21330 2700
21825 4275
2 3 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 6
20700 2475 21330 2700 22275 1575 22050 675 21150 1350 20700 2475
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 4
23625 450 23805 1350 24525 2475 25650 2700
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 3
21150 1350 22365 1845 22050 3150
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
22365 1845 23805 1350
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 3
20700 3600 22050 3150 23175 4050
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 4
22725 5220 23175 4050 24300 3600 25380 4050
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
24525 2475 24300 3600
2 3 0 1 0 7 80 -1 18 0.000 0 0 -1 0 0 12
20700 2475 20700 3600 21375 4725 22725 5220 24300 4950 25380 4050
25650 2700 24750 900 23625 450 22050 675 21150 1350 20700 2475
-6
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 1485 2295 90 90 1485 2295 1575 2295
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 1845 4725 90 90 1845 4725 1935 4725
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 2745 1395 90 90 2745 1395 2835 1395
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 4365 2115 90 90 4365 2115 4455 2115
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 4365 4815 90 90 4365 4815 4455 4815
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 5085 3825 90 90 5085 3825 5175 3825
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 2745 3825 90 90 2745 3825 2835 3825
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 5355 1215 90 90 5355 1215 5445 1215
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 6750 1620 90 90 6750 1620 6840 1620
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 9900 1080 90 90 9900 1080 9990 1080
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 8910 2520 90 90 8910 2520 9000 2520
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 6930 4050 90 90 6930 4050 7020 4050
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 8820 4770 90 90 8820 4770 8910 4770
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 9810 3600 90 90 9810 3600 9900 3600
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 11205 3960 90 90 11205 3960 11295 3960
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 13905 4590 90 90 13905 4590 13995 4590
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 14805 3150 90 90 14805 3150 14895 3150
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 13095 1260 90 90 13095 1260 13185 1260
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 16155 3465 90 90 16155 3465 16245 3465
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 18675 4635 90 90 18675 4635 18765 4635
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 19305 2835 90 90 19305 2835 19395 2835
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 17865 1125 90 90 17865 1125 17955 1125
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 3465 3060 101 101 3465 3060 3566 3060
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 8460 3015 101 101 8460 3015 8561 3015
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 13140 2925 101 101 13140 2925 13241 2925
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 18000 2790 101 101 18000 2790 18101 2790
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 21150 1350 90 90 21150 1350 21240 1350
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 22050 675 90 90 22050 675 22140 675
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 23625 450 90 90 23625 450 23715 450
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 24750 900 90 90 24750 900 24840 900
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 22275 1575 90 90 22275 1575 22365 1575
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 21330 2700 90 90 21330 2700 21420 2700
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 20700 2475 90 90 20700 2475 20790 2475
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 20700 3600 90 90 20700 3600 20790 3600
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 22050 3150 90 90 22050 3150 22140 3150
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 22365 1845 90 90 22365 1845 22455 1845
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 23805 1350 90 90 23805 1350 23895 1350
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 24525 2475 90 90 24525 2475 24615 2475
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 23175 4050 90 90 23175 4050 23265 4050
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 21375 4725 90 90 21375 4725 21465 4725
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 22725 5220 90 90 22725 5220 22815 5220
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 23625 4455 90 90 23625 4455 23715 4455
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 24300 4950 90 90 24300 4950 24390 4950
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 24300 3150 90 90 24300 3150 24390 3150
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 25650 2700 90 90 25650 2700 25740 2700
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 25380 4050 90 90 25380 4050 25470 4050
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 23130 2745 101 101 23130 2745 23231 2745
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 21825 4275 90 90 21825 4275 21915 4275
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 2
11205 3960 13905 4590
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 5
11205 3960 13095 1260 13905 4590 14805 3150 13095 1260
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 3
14805 3150 12285 3060 11205 3960
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
12285 3060 13095 1260
2 3 0 1 0 7 80 -1 18 0.000 0 0 -1 0 0 5
11205 3960 13905 4590 14805 3150 13095 1260 11205 3960
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 2
16155 3465 18675 4635
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 5
16155 3465 17865 1125 18675 4635 19305 2835 17865 1125
2 3 0 1 0 7 80 -1 18 0.000 0 0 -1 0 0 5
16155 3465 18675 4635 19305 2835 17865 1125 16155 3465
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 3
1845 4725 2745 3825 2745 1395
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 4
1485 2295 2745 1395 5355 1215 4365 2115
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2745 3825 5085 3825
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 3
5355 1215 5085 3825 4365 4815
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 3
6930 4050 8820 4770 9810 3600
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 2
8910 2520 8820 4770
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 3
6750 1620 9900 1080 9810 3600
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 4
6930 4050 6750 1620 8910 2520 9900 1080
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
6930 4050 9810 3600
2 3 0 1 0 7 80 -1 18 0.000 0 0 -1 0 0 7
1845 4725 4365 4815 5085 3825 5355 1215 2745 1395 1485 2295
1845 4725
2 3 0 1 0 7 80 -1 18 0.000 0 0 -1 0 0 6
6930 4050 8820 4770 9810 3600 9900 1080 6750 1620 6930 4050
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 5
1485 2295 1845 4725 4365 4815 4365 2115 1485 2295
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
19305 2835 16155 3465
4 1 0 60 -1 18 21 0.0000 4 225 375 15075 3510 n3\001
4 1 0 60 -1 18 21 0.0000 4 225 375 12375 3510 n4\001
4 1 0 40 -1 18 21 0.0000 4 180 195 13005 2610 c\001
4 1 0 60 -1 18 21 0.0000 4 225 375 19575 3285 n3\001
4 1 0 40 -1 18 21 0.0000 4 180 195 17730 2655 c\001
4 1 0 60 -1 18 21 0.0000 4 225 375 6885 4500 n1\001
4 1 0 60 -1 18 21 0.0000 4 225 375 8865 5175 n2\001
4 1 0 60 -1 18 21 0.0000 4 225 375 10125 3870 n3\001
4 1 0 60 -1 18 21 0.0000 4 225 375 6660 1395 n4\001
4 1 0 60 -1 18 21 0.0000 4 225 375 8775 2205 n5\001
4 1 0 60 -1 18 21 0.0000 4 225 375 10215 900 n6\001
4 1 0 40 -1 18 21 0.0000 4 180 195 3735 3420 c\001
4 1 0 40 -1 18 21 0.0000 4 180 195 8190 3330 c\001
4 1 0 60 -1 18 21 0.0000 4 225 375 1755 5175 n1\001
4 1 0 60 -1 18 21 0.0000 4 225 375 4455 5265 n2\001
4 1 0 60 -1 18 21 0.0000 4 225 375 5310 4230 n4\001
4 1 0 60 -1 18 21 0.0000 4 225 375 1395 2070 n5\001
4 1 0 60 -1 18 21 0.0000 4 225 375 2700 1170 n7\001
4 1 0 60 -1 18 21 0.0000 4 225 375 5400 1035 n8\001
4 1 0 60 -1 18 21 0.0000 4 225 375 4275 1890 n6\001
4 1 0 60 -1 18 21 0.0000 4 225 375 2835 4230 n3\001
4 1 0 60 -1 18 21 0.0000 4 225 375 13950 5040 n2\001
4 1 0 60 -1 18 21 0.0000 4 225 375 11205 4410 n1\001
4 1 0 60 -1 18 21 0.0000 4 225 375 13095 1035 n5\001
4 1 0 60 -1 18 21 0.0000 4 225 375 18720 5130 n2\001
4 1 0 60 -1 18 21 0.0000 4 225 375 17865 900 n4\001
4 1 0 60 -1 18 21 0.0000 4 225 375 16065 3960 n1\001
4 1 0 60 -1 18 21 0.0000 4 225 375 21150 5175 n1\001
4 1 0 60 -1 18 21 0.0000 4 225 375 22725 5805 n2\001
4 1 0 60 -1 18 21 0.0000 4 225 375 24120 4455 n3\001
4 1 0 60 -1 18 21 0.0000 4 225 375 22140 4095 n4\001
4 1 0 60 -1 18 21 0.0000 4 225 375 22500 3060 n5\001
4 1 0 60 -1 18 21 0.0000 4 225 375 20295 3960 n6\001
4 1 0 60 -1 18 21 0.0000 4 180 390 25110 675 nn\001
41 changes: 41 additions & 0 deletions Documentation/Manual/Figures/Development/face_conn_1.fig
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#FIG 3.2 Produced by xfig version 3.2.6a
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 4860 3015 101 101 4860 3015 4961 3015
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 2475 3015 101 101 2475 3015 2576 3015
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 3465 4545 90 90 3465 4545 3555 4545
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 4230 3735 90 90 4230 3735 4320 3735
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 2835 1890 90 90 2835 1890 2925 1890
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 3825 1035 90 90 3825 1035 3915 1035
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 3
1260 4590 2115 3780 1710 1620
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 4
450 2565 1710 1620 3825 1035 2835 1890
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
2115 3780 4230 3735
2 1 1 3 0 7 50 -1 -1 4.000 1 0 -1 0 0 3
3825 1035 4230 3735 3465 4545
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 3
3825 1035 6840 1710 5985 2520
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 3
5490 5040 6525 4005 6840 1710
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
4230 3735 6525 4005
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 5
450 2565 1260 4590 3465 4545 2835 1890 450 2565
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 4
2835 1890 5985 2520 5490 5040 3465 4545
2 3 0 1 0 7 80 -1 18 0.000 0 0 -1 0 0 9
450 2565 1260 4590 3465 4545 5490 5040 6525 4005 6840 1710
3825 1035 1710 1620 450 2565
2 3 0 0 0 11 70 -1 20 0.000 0 0 -1 0 0 5
3465 4545 2835 1890 3825 1035 4230 3735 3465 4545
4 1 0 60 -1 18 21 0.0000 4 225 375 5175 3420 c2\001
4 1 0 60 -1 18 21 0.0000 4 225 375 2385 3510 c1\001
4 1 0 60 -1 18 21 0.0000 4 180 195 3600 2925 s\001
43 changes: 43 additions & 0 deletions Documentation/Manual/Figures/Development/face_conn_2.fig
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#FIG 3.2 Produced by xfig version 3.2.6a
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 12735 3015 101 101 12735 3015 12836 3015
1 3 0 3 0 7 50 -1 20 0.000 1 0.0000 10350 3015 101 101 10350 3015 10451 3015
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 11340 4545 90 90 11340 4545 11430 4545
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 12105 3735 90 90 12105 3735 12195 3735
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 10710 1890 90 90 10710 1890 10800 1890
1 3 0 1 0 0 50 -1 20 0.000 1 0.0000 11700 1035 90 90 11700 1035 11790 1035
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 3
9135 4590 9990 3780 9585 1620
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 4
8325 2565 9585 1620 11700 1035 10710 1890
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
9990 3780 12105 3735
2 1 1 3 0 7 50 -1 -1 4.000 1 0 -1 0 0 3
11700 1035 12105 3735 11340 4545
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 3
11700 1035 14715 1710 13860 2520
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 3
13365 5040 14400 4005 14715 1710
2 1 1 3 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
12105 3735 14400 4005
2 1 0 3 0 7 50 -1 -1 0.000 1 0 -1 0 0 5
8325 2565 9135 4590 11340 4545 10710 1890 8325 2565
2 1 0 3 0 7 50 -1 -1 0.000 0 0 -1 0 0 4
10710 1890 13860 2520 13365 5040 11340 4545
2 3 0 1 0 7 80 -1 18 0.000 0 0 -1 0 0 9
8325 2565 9135 4590 11340 4545 13365 5040 14400 4005 14715 1710
11700 1035 9585 1620 8325 2565
2 3 0 0 0 11 70 -1 20 0.000 0 0 -1 0 0 5
11340 4545 10710 1890 11700 1035 12105 3735 11340 4545
4 1 0 60 -1 18 21 0.0000 4 225 375 11295 5040 n1\001
4 1 0 60 -1 18 21 0.0000 4 225 375 12330 4185 n2\001
4 1 0 60 -1 18 21 0.0000 4 225 375 11925 855 n3\001
4 1 0 60 -1 18 21 0.0000 4 225 375 10485 1755 n4\001
4 1 0 60 -1 18 21 0.0000 4 180 195 11475 2925 s\001
Loading