-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from gismo/heat-equation
Reorder the directories add scripts for cleaning, running and linking; update precice function documentation for doxygen. The CI is failing, a PR has made to the main G+Smo to change the cmake file for solving the CI issue.
- Loading branch information
Showing
48 changed files
with
391 additions
and
2,511 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,10 @@ | |
*.pvd | ||
*.vtk | ||
|
||
# Files from macOS | ||
*.DS_Store | ||
.DS_Store | ||
.DS_Store? | ||
|
||
# Log files | ||
*.log | ||
|
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 |
---|---|---|
|
@@ -9,8 +9,7 @@ | |
|Repository|[gismo/gismo/gsPreCICE](https://github.com/gismo/gsPreCICE)| | ||
|Developer|[Hugo Verhelst](https://github.com/hverhelst), [Jingya Li](https://github.com/Crazy-Rich-Meghan) | | ||
|Dependency|[preCICE v.3](https://github.com/gismo/gsPreCICE)| | ||
|Maintainer|[[email protected]](mailto:[email protected])| | ||
|
||
|Maintainer|[Jingya Li](https://github.com/Crazy-Rich-Meghan), [Hugo Verhelst](https://github.com/hverhelst)| | ||
|
||
## Start here | ||
|
||
|
@@ -50,11 +49,13 @@ cd fluid-<other solvers> | |
|
||
**Note**: You need to perform steps 2 and 5 if you want to run the simulation with other libraries. | ||
|
||
## Examples | ||
- [Partitioned Heat Conduction](examples/partitioned-heat-conduction/README.md) | ||
|
||
## Versions | ||
|
||
The latest supported G+Smo version is v24.08.0, and the latest supported preCICE version is v3.1.2. | ||
|
||
## References | ||
|
||
[1] Benjamin Uekermann, Hans-Joachim Bungartz, Lucia Cheung Yau, Gerasimos Chourdakis and Alexander Rusch. Official preCICE Adapters for Standard Open-Source Solvers. In Proceedings of the _7th GACM Colloquium on Computational Mechanics for Young Scientists from Academia_, 2017. | ||
[1] Benjamin Uekermann, Hans-Joachim Bungartz, Lucia Cheung Yau, Gerasimos Chourdakis and Alexander Rusch. Official preCICE Adapters for Standard Open-Source Solvers. In Proceedings of the _7th GACM Colloquium on Computational Mechanics for Young Scientists from Academia_, 2017. |
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
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
6 changes: 0 additions & 6 deletions
6
examples/partitioned-heat-conduction-direct/gismo-left/clean.sh
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
examples/partitioned-heat-conduction-direct/gismo-left/run.sh
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
examples/partitioned-heat-conduction-direct/gismo-right/clean.sh
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
examples/partitioned-heat-conduction-direct/gismo-right/run.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.