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

Output format #196

Open
eike-fokken opened this issue Jun 18, 2021 · 0 comments
Open

Output format #196

eike-fokken opened this issue Jun 18, 2021 · 0 comments

Comments

@eike-fokken
Copy link
Owner

The output format I would like to have, is this one:

{
    "Componentname": {
        "var_names":[
            "name1",
            "name2",
            "name3"
        ],
        "components":[
            {
                "data_as_we_know_it":{}
            }
        ]
    }
}

The varnames are "per interpolation point"
In this way we have a unified format between one-point components like powernodes and variable-number-of-points components like the gas edges.

This would also simplify setting up general pde components, see #195

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