You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "An optional string setting, such as the location of the solver configuration file.",
128
+
"examples": [
129
+
"root_path",
130
+
"model_name",
131
+
"input_file_path",
132
+
"output_file_path"
133
+
],
134
+
"title": "String property",
135
+
"type": "string"
136
+
},
137
+
{
138
+
"description": "An optional number setting, such as the write interval of the solver.",
139
+
"examples": [
140
+
"write-interval",
141
+
"delay"
142
+
],
143
+
"title": "Number property",
144
+
"type": "number"
145
+
}
146
+
],
147
+
"title": "Solver parameter"
148
+
},
149
+
"description": "Optional solver specific settings. We recommend calling the main object after the solver, e.g. 'mbdyn'",
150
+
"examples": [
151
+
"mbdyn",
152
+
"issm",
153
+
"code_aster",
154
+
"tau"
155
+
],
156
+
"title": "Solver settings",
157
+
"type": "object"
158
+
},
159
+
"description": "A JSON schema for configurations of adapters and tools within the preCICE ecosystem. Use the schema for validation and LLM-based auto-conversion to other configuration languages (e.g., OpenFOAM dictionary or YAML). The schema is developed as part of the preECO standardization, see https://precice.discourse.group/t/shape-the-future-of-the-precice-ecosystem-the-preeco-project/2019.",
160
+
"metaConfigurator": {
161
+
"aiExportFormats": {
162
+
"ISSM": {
163
+
"description": "Export as an ISSM preCICE Adapter Configuration in YAML.",
0 commit comments