-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTutorialsPage.js
130 lines (130 loc) · 8.55 KB
/
TutorialsPage.js
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
var TutorialsPage =
[
[ "Extension of bar", "structural_example_1.html", null ],
[ "Nonlinear plate bending with continuation solver", "structural_example_2.html", null ],
[ "Nonlinear thermoelastic plate bending", "structural_example_3.html", null ],
[ "Tie Constraints", "structural_example_4.html", [
[ "Mesh Generation", "structural_example_4.html#init_mesh", null ],
[ "System Initialization", "structural_example_4.html#init_eq_sys", null ],
[ "Dirichlet Boundary Condition", "structural_example_4.html#init_bc", null ],
[ "Kinematic Coupling", "structural_example_4.html#init_coupling", null ],
[ "Load and Property Definition", "structural_example_4.html#init_loads", null ],
[ "Solution", "structural_example_4.html#sol", null ]
] ],
[ "2D Level-set topology optimization", "structural_example_5.html", [
[ "Mesh Generation", "structural_example_5.html#ex_5_init_mesh", [
[ "Inplane problem", "structural_example_5.html#ex_5_inplane_mesh", null ],
[ "Bracket", "structural_example_5.html#ex_5_bracket_mesh", null ],
[ "Eyebar", "structural_example_5.html#ex_5_eyebar_mesh", null ]
] ],
[ "System and Discipline", "structural_example_5.html#ex_5_system_discipline", null ],
[ "Dirichlet Constraints", "structural_example_5.html#ex_5_dirichlet", [
[ "Inplane", "structural_example_5.html#ex_5_inplane_dirichlet", null ],
[ "Truss", "structural_example_5.html#ex_5_truss_dirichlet", null ],
[ "Bracket", "structural_example_5.html#ex_5_bracket_dirichlet", null ],
[ "Eyebar", "structural_example_5.html#ex_5_eyebar_dirichlet", null ]
] ],
[ "Loading", "structural_example_5.html#ex_5_loading", [
[ "Inplane", "structural_example_5.html#ex_5_inplane_loading", null ],
[ "Bracket", "structural_example_5.html#ex_5_bracket_loading", null ],
[ "Eyebar", "structural_example_5.html#ex_5_eyebar_loading", null ]
] ],
[ "Properties", "structural_example_5.html#ex_5_properties", [
[ "Material Properties", "structural_example_5.html#ex_5_material_properties", null ],
[ "Section Properties", "structural_example_5.html#ex_5_section_properties", null ]
] ],
[ "Initial Level Set", "structural_example_5.html#ex_5_initial_solution", [
[ "Inplane", "structural_example_5.html#ex_5_inplane_initial_level_set", null ],
[ "Truss", "structural_example_5.html#ex_5_truss_initial_level_set", null ],
[ "Bracket", "structural_example_5.html#ex_5_bracket_initial_level_set", null ],
[ "Eyebar", "structural_example_5.html#ex_5_eyebar_initial_level_set", null ],
[ "Design Variables", "structural_example_5.html#ex_5_design_variable_init", null ]
] ],
[ "Function Evaluation and Sensitivity", "structural_example_5.html#ex_5_analysis", [
[ "Element Error Metric", "structural_example_5.html#ex_5_element_error_metric", null ],
[ "Function Evaluation", "structural_example_5.html#ex_5_function_evaluation", null ],
[ "Sensitivity of Material Volume", "structural_example_5.html#ex_5_volume_sensitivity", null ],
[ "Sensitivity of Stress and Eigenvalues", "structural_example_5.html#ex_5_stress_sensitivity", null ],
[ "Output of Design Iterate", "structural_example_5.html#ex_5_design_output", null ]
] ],
[ "Initialization", "structural_example_5.html#ex_5_initialization", [
[ "Constructor", "structural_example_5.html#ex_5_constructor", null ],
[ "Destructor", "structural_example_5.html#ex_5_destructor", null ],
[ "Wrappers for SNOPT", "structural_example_5.html#ex_5_wrappers_snopt", null ],
[ "Main function", "structural_example_5.html#ex_5_main", null ]
] ]
] ],
[ "2D SIMP topology optimization", "structural_example_6.html", [
[ "Mesh Generation", "structural_example_6.html#ex_6_init_mesh", [
[ "Inplane problem", "structural_example_6.html#ex_6_inplane_mesh", null ],
[ "Bracket", "structural_example_6.html#ex_6_bracket_mesh", null ],
[ "Eyebar", "structural_example_6.html#ex_6_eyebar_mesh", null ]
] ],
[ "System and Discipline", "structural_example_6.html#ex_6_system_discipline", null ],
[ "Dirichlet Constraints", "structural_example_6.html#ex_6_dirichlet", [
[ "Inplane", "structural_example_6.html#ex_6_inplane_dirichlet", null ],
[ "Truss", "structural_example_6.html#ex_6_truss_dirichlet", null ],
[ "Bracket", "structural_example_6.html#ex_6_bracket_dirichlet", null ],
[ "Eyebar", "structural_example_6.html#ex_6_eyebar_dirichlet", null ]
] ],
[ "Loading", "structural_example_6.html#ex_6_loading", [
[ "Inplane", "structural_example_6.html#ex_6_inplane_loading", null ],
[ "Bracket", "structural_example_6.html#ex_6_bracket_loading", null ],
[ "Eyebar", "structural_example_6.html#ex_6_eyebar_loading", null ]
] ],
[ "Properties", "structural_example_6.html#ex_6_properties", [
[ "Material Properties", "structural_example_6.html#ex_6_material_properties", null ],
[ "Section Properties", "structural_example_6.html#ex_6_section_properties", null ]
] ],
[ "Initial Density field", "structural_example_6.html#ex_6_initial_solution", [
[ "Inplane", "structural_example_6.html#ex_6_inplane_initial_level_set", null ],
[ "Truss", "structural_example_6.html#ex_6_truss_initial_level_set", null ],
[ "Bracket", "structural_example_6.html#ex_6_bracket_initial_level_set", null ],
[ "Eyebar", "structural_example_6.html#ex_6_eyebar_initial_level_set", null ],
[ "Design Variables", "structural_example_6.html#ex_6_design_variable_init", null ],
[ "Function Evaluation", "structural_example_6.html#ex_6_function_evaluation", null ],
[ "Sensitivity of Material Volume", "structural_example_6.html#ex_6_volume_sensitivity", null ],
[ "Sensitivity of Stress and Eigenvalues", "structural_example_6.html#ex_6_stress_sensitivity", null ],
[ "Output of Design Iterate", "structural_example_6.html#ex_6_design_output", null ]
] ],
[ "Initialization", "structural_example_6.html#ex_6_initialization", [
[ "Constructor", "structural_example_6.html#ex_6_constructor", null ],
[ "Destructor", "structural_example_6.html#ex_6_destructor", null ],
[ "Wrappers for SNOPT", "structural_example_6.html#ex_6_wrappers_snopt", null ],
[ "Main function", "structural_example_6.html#ex_6_main", null ]
] ]
] ],
[ "Flow analysis", "fluid_example_1.html", [
[ "Mesh generation", "fluid_example_1.html#mesh", [
[ "NACA0012", "fluid_example_1.html#naca0012_mesh", null ],
[ "Cylinder", "fluid_example_1.html#cylinder_mesh", null ],
[ "NACA0012 Wing", "fluid_example_1.html#naca0012_wing_mesh", null ],
[ "Minimal Flow Unit", "fluid_example_1.html#mfu_mesh", null ],
[ "Two-dimensional Panel Flow", "fluid_example_1.html#panel_2d_mesh", null ]
] ],
[ "Initialization of solution", "fluid_example_1.html#fluid_sol_init", [
[ "Initial solution", "fluid_example_1.html#initial_sol", null ],
[ "Initial sensitivity solution", "fluid_example_1.html#initial_sens_sol", null ]
] ],
[ "Example class", "fluid_example_1.html#flow_analysis_class", [
[ "Constructor", "fluid_example_1.html#flow_analysis_class_constructor", null ],
[ "Destructor", "fluid_example_1.html#flow_analysis_class_destructor", null ]
] ],
[ "Computation", "fluid_example_1.html#flow_computation", [
[ "Transient analysis", "fluid_example_1.html#flow_transient_analysis", null ],
[ "Transient sensitivity analysis", "fluid_example_1.html#flow_transient_sensitivity_analysis", null ],
[ "Transient stabilized sensitivity analysis", "fluid_example_1.html#flow_transient_stabilized_sensitivity_analysis", null ]
] ],
[ "Main function", "fluid_example_1.html#flow_driver", null ]
] ],
[ "Panel flutter using V-g solver and Euler aerodynamics", "fsi_example_1.html", [
[ "Initialize Fluid Solver", "fsi_example_1.html#fluid_init", null ],
[ "Initialize Structural Solver", "fsi_example_1.html#structural_init", null ],
[ "Initialize Flutter Solver", "fsi_example_1.html#flutter_init", null ],
[ "Solution", "fsi_example_1.html#solution", [
[ "Structural Modal Solution", "fsi_example_1.html#modal_sol", null ],
[ "Flutter Solution", "fsi_example_1.html#flutter_sol", null ],
[ "Plot Flutter Solution", "fsi_example_1.html#plot_flutter", null ]
] ]
] ]
];