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

Mapping tester save case information in case dir #221

Open
fsimonis opened this issue Dec 12, 2024 · 0 comments
Open

Mapping tester save case information in case dir #221

fsimonis opened this issue Dec 12, 2024 · 0 comments

Comments

@fsimonis
Copy link
Member

fsimonis commented Dec 12, 2024

Currently, the mapping tester extracts information of different cases from the path to the case.
This is error-prone and tedious to use as a single case doesn't hold the information of its setup.

Instead, we should write a json or yaml describing the case setup in the case directory:

{
        "mapping": "nearest-projection",
        "constraint": "consistent",
        "mesh A": 0.01,
        "mesh B": 0.0001,
        "ranks A": 2,
        "ranks B": 4
}
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

No branches or pull requests

1 participant