|
15 | 15 | #include "4C_fem_general_element_definition.hpp" |
16 | 16 | #include "4C_fem_general_utils_createdis.hpp" |
17 | 17 | #include "4C_global_data.hpp" |
| 18 | +#include "4C_global_legacy_module_validconditions.hpp" |
18 | 19 | #include "4C_global_legacy_module_validmaterials.hpp" |
19 | | -#include "4C_inpar_validconditions.hpp" |
20 | | -#include "4C_inpar_validparameters.hpp" |
| 20 | +#include "4C_global_legacy_module_validparameters.hpp" |
21 | 21 | #include "4C_utils_exceptions.hpp" |
22 | 22 | #include "4C_utils_function.hpp" |
23 | 23 | #include "4C_utils_string.hpp" |
@@ -58,7 +58,7 @@ namespace RTD |
58 | 58 | headerdocumentationfile << ".. _headerparameters:\n\n"; |
59 | 59 | headerdocumentationfile << "Header parameters\n"; |
60 | 60 | headerdocumentationfile << "=================\n\n"; |
61 | | - auto parameters = Input::valid_parameters(); |
| 61 | + auto parameters = Global::valid_parameters(); |
62 | 62 |
|
63 | 63 | for (const auto& [section_name, spec] : parameters) |
64 | 64 | { |
@@ -120,7 +120,7 @@ namespace RTD |
120 | 120 | FOUR_C_THROW("failed to open file: {}", conditiondocumentationfilename); |
121 | 121 | conditiondocumentationfile << "..\n Created using 4C version (git SHA1):\n"; |
122 | 122 | conditiondocumentationfile << " " << VersionControl::git_hash << "\n\n"; |
123 | | - write_conditions_reference(conditiondocumentationfile, Input::valid_conditions()); |
| 123 | + write_conditions_reference(conditiondocumentationfile, Global::valid_conditions()); |
124 | 124 |
|
125 | 125 | write_contact_law_reference( |
126 | 126 | conditiondocumentationfile, CONTACT::CONSTITUTIVELAW::valid_contact_constitutive_laws()); |
|
0 commit comments