-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathmodule_categories.json
More file actions
90 lines (90 loc) · 2.12 KB
/
module_categories.json
File metadata and controls
90 lines (90 loc) · 2.12 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
[
{
"category": "Solver Core",
"modules": [
"m_rhs",
"m_time_steppers",
"m_weno",
"m_riemann_solvers",
"m_muscl",
"m_variables_conversion",
"m_thinc"
]
},
{
"category": "Physics Models",
"modules": [
"m_viscous",
"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"
]
},
{
"category": "Boundary Conditions",
"modules": [
"m_cbc",
"m_compute_cbc",
"m_boundary_common",
"m_ibm",
"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"
]
},
{
"category": "Infrastructure",
"modules": [
"m_derived_types",
"m_global_parameters",
"m_mpi_common",
"m_mpi_proxy",
"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"
]
},
{
"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"
]
}
]