-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update preCICE API calls for
precice:develop
(#51)
* [WIP] Update preCICE API calls * Changing mocked preCICE to v3 * Explicitly mention v3.0.0.0dev0 for pyprecice * Use correct API function get_mesh_vertex_ids_and_coordinates * Use pyprecice v3.0.0.0dev1 * Formatting * Work with pyprecice v3.0.0.0dev2 * Partially fixing tests * Fix tests * Formatting * Fix precice-configs * Move dimensions parameter back to precice-configuration * Move initialize after requires_initial_data() * Remove initialize() from micro simulations, along with the writing of initial data to preCICE * In time loop, get dt from preCICE * Make precice findable in Action, remove initialize() from pybind11 wrapper, other fixes * Port unit_cube.py to v3 * Port config used in adaptivity integration test * Port config to v3, remove use of su for parallel tests * Allow mpiexec to run as root for parallel tests, fix error in unit_cube.py for integration tests * Modify LD_LIBRARY_PATH in Action, fix unit_cube.py * Remove user precice in adaptivity parallel tests * Use correct container and proper working directories in Actions * Move dimensions attribute into mesh tag * Pass correct dt to read_data(...) command --------- Co-authored-by: Ishaan Desai <[email protected]>
- Loading branch information
1 parent
5e46e96
commit 13819a9
Showing
20 changed files
with
201 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# preCICE related files | ||
*.log | ||
*events.json | ||
precice-run/ | ||
precice-events/ | ||
|
||
# PyCharm related files | ||
.idea | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.