Skip to content
New issue

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

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

Already on GitHub? # 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
Milestone

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.

@cyrush cyrush added this to the 0.9.4 milestone Dec 6, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants