We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b980a commit 4988199Copy full SHA for 4988199
benchmarks/linear-elastic-plate-with-hole/generate_config.py
@@ -39,7 +39,7 @@ def get_configuration(file):
39
# Reverse mapping for easy lookup by configuration name
40
configuration_to_parameter_file = {v: str(k) for k, v in configurations.items()}
41
42
-tools = ["fenics"]
+tools = ["kratos"]
43
benchmark = "linear-elastic-plate-with-hole"
44
benchmark_uri = "https://portal.mardi4nfdi.de/wiki/Model:6775296"
45
0 commit comments