-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathmodule_categories.json
More file actions
110 lines (110 loc) · 2.73 KB
/
Copy pathmodule_categories.json
File metadata and controls
110 lines (110 loc) · 2.73 KB
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
[
{
"category": "Solver Core",
"modules": [
"m_rhs",
"m_active_box",
"m_time_steppers",
"m_weno",
"m_riemann_solvers",
"m_riemann_state",
"m_riemann_solver_hlld",
"m_riemann_solver_hll",
"m_riemann_solver_lf",
"m_riemann_solver_hllc",
"m_muscl",
"m_variables_conversion",
"m_thinc"
]
},
{
"category": "Physics Models",
"modules": [
"m_viscous",
"m_hb_function",
"m_surface_tension",
"m_bubbles",
"m_bubbles_EE",
"m_bubbles_EL",
"m_bubbles_EL_kernels",
"m_qbmm",
"m_hyperelastic",
"m_hypoelastic",
"m_phase_change",
"m_chemistry",
"m_acoustic_src",
"m_body_forces",
"m_pressure_relaxation",
"m_collisions"
]
},
{
"category": "Boundary Conditions",
"modules": [
"m_cbc",
"m_compute_cbc",
"m_boundary_common",
"m_boundary_primitives",
"m_boundary_io",
"m_ibm",
"m_particle_cloud",
"m_igr",
"m_ib_patches",
"m_compute_levelset"
]
},
{
"category": "I/O and Startup",
"modules": [
"m_start_up",
"m_data_output",
"m_data_input",
"m_delay_file_access",
"m_load_weight",
"m_load_balance",
"m_sfc_partition",
"m_rank_timing"
]
},
{
"category": "Infrastructure",
"modules": [
"m_derived_types",
"m_global_parameters",
"m_global_parameters_common",
"m_mpi_common",
"m_mpi_proxy",
"m_box",
"m_amr",
"m_amr_registers",
"m_constants",
"m_precision_select",
"m_helper",
"m_helper_basic",
"m_compile_specific",
"m_fftw",
"m_nvtx",
"m_model",
"m_finite_differences",
"m_checker",
"m_checker_common",
"m_sim_helpers",
"m_derived_variables",
"m_patch_geometries"
]
},
{
"category": "Pre-Process",
"modules": [
"m_grid",
"m_icpp_patches",
"m_initial_condition",
"m_assign_variables",
"m_check_patches",
"m_check_ib_patches",
"m_perturbation",
"m_simplex_noise",
"m_boundary_conditions"
]
}
]