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

Moving solverdummy into examples folder #141

Merged
merged 2 commits into from
May 3, 2022
Merged

Conversation

IshaanDesai
Copy link
Member

This PR moves the solverdummy to a newly created examples folder to make it consistent with the precice repository.

@IshaanDesai IshaanDesai self-assigned this Apr 22, 2022
@IshaanDesai IshaanDesai linked an issue Apr 22, 2022 that may be closed by this pull request
Copy link
Member

@BenjaminRodenberg BenjaminRodenberg left a comment

Choose a reason for hiding this comment

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

Overall good step into the right direction. From my perspective you can merge this. I just have a few remarks that you can consider, if you want. But the current solution is also fine:

  • My muscle memory typed python3 solverdummy.py ../precice-config.xml SolverTwo MeshTwo. This, of course, does not work, because the structure is examples/solverdummy/solvedummy.py and precice-config.xml lies next to solverdummy.py, not examples/solverdummies/python/solverdummy.py and precice-config.xml lies one level above. This would be the 100% consistent version, but also overengineered.
  • What about the changes introduced in Remove meshName from solverdummies input arguments precice#1256 for the other solverdummies? Could also be done in another PR, but please don't forget it.

@IshaanDesai
Copy link
Member Author

I will remove the meshName in a different PR so that we do not have file path changes and in-file changes in the same PR.

@IshaanDesai IshaanDesai merged commit cd13ecc into develop May 3, 2022
@IshaanDesai IshaanDesai deleted the move-solverdummies branch May 3, 2022 06:49
@IshaanDesai IshaanDesai mentioned this pull request May 22, 2022
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.

Remove meshName from solverdummy input arguments
2 participants