-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96aa7e5
commit aa55b74
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aste
updated
23 files
+13 −10 | .github/workflows/aste_ci.yml | |
+3 −3 | .pre-commit-config.yaml | |
+1 −1 | CMakeLists.txt | |
+44 −37 | examples/lci_2d/precice-config.xml | |
+44 −37 | examples/lci_3d/precice-config.xml | |
+3 −2 | examples/mapping_tester/setup-test.json | |
+46 −42 | examples/nn/precice-config.xml | |
+44 −37 | examples/nng_scalar/precice-config.xml | |
+44 −37 | examples/nng_vector/precice-config.xml | |
+64 −49 | examples/replay_mode/precice-config.xml | |
+1 −2 | src/configreader.hpp | |
+4 −5 | src/mesh.hpp | |
+62 −168 | src/modes.cpp | |
+1 −1 | src/modes.hpp | |
+14 −26 | src/utilities.cpp | |
+5 −5 | src/utilities.hpp | |
+17 −11 | tools/mapping-tester/config-template.xml | |
+23 −19 | tools/mapping-tester/gatherstats.py | |
+4 −0 | tools/mapping-tester/generate.py | |
+0 −21 | tools/mapping-tester/plotconv.py | |
+2 −1 | tools/mesh-generators/README.md | |
+16 −4 | tools/mesh-generators/generate_halton_mesh.py | |
+1 −1 | tools/split-mesh-error/elasticTube/precice-config.xml |
Submodule micro-manager
updated
5 files
+17 −11 | micro_manager/config.py | |
+1 −1 | micro_manager/micro_manager.py | |
+0 −2 | tests/unit/test_adaptivity_serial.py | |
+1 −1 | tests/unit/test_domain_decomposition.py | |
+17 −1 | tests/unit/test_micro_manager.py |
Submodule tutorials
updated
7 files