-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMeshBuilder.cbp
107 lines (107 loc) · 3.94 KB
/
MeshBuilder.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="MeshBuilder" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/MeshBuilder" prefix_auto="1" extension_auto="1" />
<Option working_dir="debug" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<<<<<<< HEAD
<Option parameters="Input.dat" />
=======
<Option parameters="Input_O.dat" />
>>>>>>> meshgrading
<Compiler>
<Add option="-g" />
<Add option="-std=c++11" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/MeshBuilder" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="common/ShapeType.h" />
<Unit filename="common/element_type.h" />
<Unit filename="common/utilities.h" />
<Unit filename="define/define.h" />
<Unit filename="define/meshDefine.h" />
<Unit filename="define/paraviewDefine.h" />
<Unit filename="include/Cell.h" />
<Unit filename="include/Element.h" />
<Unit filename="include/Face.h" />
<Unit filename="include/Mesh.h" />
<Unit filename="include/MeshInfomation.h" />
<Unit filename="include/Point.h" />
<Unit filename="include/Shape.h" />
<Unit filename="include/arrayTemplate.h" />
<Unit filename="include/paraviewExp.h" />
<Unit filename="include/typeVector.h" />
<Unit filename="main.cpp" />
<Unit filename="src/element/Cell.cpp" />
<Unit filename="src/element/Element.cpp" />
<Unit filename="src/element/Face.cpp" />
<Unit filename="src/element/hexahedral.cpp" />
<Unit filename="src/element/quadrilateral.cpp" />
<Unit filename="src/element/tetrahedral.cpp" />
<Unit filename="src/element/triangle.cpp" />
<Unit filename="src/mesh/Mesh.cpp" />
<Unit filename="src/mesh/MeshInfomation.cpp" />
<Unit filename="src/mesh/cubicBoundaries.cpp" />
<Unit filename="src/mesh/cubicFacesandCells.cpp" />
<Unit filename="src/mesh/cubicGeneration.cpp" />
<Unit filename="src/mesh/cubicPoints.cpp" />
<Unit filename="src/mesh/cylinderBoundaries.cpp" />
<Unit filename="src/mesh/cylinderFacesandCells.cpp" />
<Unit filename="src/mesh/cylinderGeneration.cpp" />
<Unit filename="src/mesh/cylinderPoints.cpp" />
<Unit filename="src/mesh/meshConnectivity.cpp" />
<Unit filename="src/mesh/meshTools.cpp" />
<Unit filename="src/mesh/sphericBoundaries.cpp" />
<Unit filename="src/mesh/sphericFacesandCells.cpp" />
<Unit filename="src/mesh/sphericGeneration.cpp" />
<Unit filename="src/mesh/sphericPoints.cpp" />
<Unit filename="src/mesh/writeParaviewFormat.cpp" />
<Unit filename="src/mesh/writeTeachFormat.cpp" />
<Unit filename="src/point/Point.cpp" />
<Unit filename="src/shape/Shape.cpp" />
<Unit filename="src/shape/shapeAddCUBOID.cpp" />
<Unit filename="src/shape/shapeAddCYLINDER.cpp" />
<Unit filename="src/shape/shapeAddLayer.cpp" />
<Unit filename="src/shape/shapeAddOVAL.cpp" />
<Unit filename="src/shape/shapeAddTRAPEZIOD.cpp" />
<Unit filename="src/shape/shapeDeleteLayer.cpp" />
<Unit filename="src/shape/shapeEditCUBOID.cpp" />
<Unit filename="src/shape/shapeEditCYLINDER.cpp" />
<Unit filename="src/shape/shapeEditLayer.cpp" />
<Unit filename="src/shape/shapeEditOVAL.cpp" />
<Unit filename="src/shape/shapeEditSPHERIC.cpp" />
<Unit filename="src/shape/shapeEditTRAPEZIOD.cpp" />
<Unit filename="src/shape/shapeaddSPHERIC.cpp" />
<Unit filename="src/typeVector/typeVector.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>