Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rust elastic-tube-1d solvers #325

Closed
wants to merge 5 commits into from
Closed

Conversation

fsimonis
Copy link
Member

This PR adds rust variants of the elastic-tube-1d solvers.

To run, install preCICE and cargo (the Eierlegendewollmilchsau of rust), and finally run ./run.sh.
Cargo will fetch dependencies, compile everything in release mode and run the solver for you.

@fsimonis fsimonis self-assigned this Feb 23, 2023
elastic-tube-1d/README.md Outdated Show resolved Hide resolved
@fsimonis fsimonis requested a review from uekerman March 15, 2023 13:23
license = "LGPL-3.0-or-later"

[dependencies]
"precice" = "2.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tutorial requires preCICE v3 to run since the precice-config.xml requires it. How did you run it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we already upgraded the tutorials? This one is still based on precice version 2.5.0.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tutorials are as much as possible in synch with preCICE. This one also requires the develop branch, e.g.

<provide-mesh name="Fluid-Nodes-Mesh" />
<receive-mesh name="Solid-Nodes-Mesh" from="Solid" />

@fsimonis
Copy link
Member Author

This PR is superseeded by #435

@fsimonis fsimonis closed this Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants