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

RZ mesh support #1386

Open
JustinPrivitera opened this issue Sep 20, 2024 · 0 comments
Open

RZ mesh support #1386

JustinPrivitera opened this issue Sep 20, 2024 · 0 comments

Comments

@JustinPrivitera
Copy link
Member

Need to add RZ mesh support to Ascent. A user reported the following:

[Error] Ascent::execute 
file: …/conduit-0.9.2/src/libs/conduit/conduit_node.cpp
line: 14396
message: 
Cannot fetch non-existent child "x" from Node([0]/coordsets/coords/values)

The mesh is:

coordsets: 
  coords: 
    type: "explicit"
    values: 
      z: [-2.0, -1.0, 0.0, ..., 0.0, 1.0]
      r: [0.0, 0.0, 0.0, ..., 4.0, 4.0]
topologies: 
  mesh: 
    type: "structured"
    coordset: "coords"
    elements: 
      dims: 
        i: 3
        j: 4

There are conduit examples of RZ meshes so test data will be easy to provide.

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