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

add gyre example and high level mesh bp examples driver #1296

Merged
merged 5 commits into from
Jul 18, 2024

Conversation

cyrush
Copy link
Member

@cyrush cyrush commented Jul 12, 2024

No description provided.

@cyrush cyrush requested a review from JustinPrivitera July 17, 2024 18:24
Comment on lines +211 to +212
// desc is an output?
conduit::Node desc;
Copy link
Member

Choose a reason for hiding this comment

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

I don't think it is an output. Looking at the tests it looks like it is an optional input. Might want to consider how users could provide desc for this case when using this generate infrastructure.

Comment on lines +201 to +228
def test_examples_generate_default_opts(self):
opts = conduit.Node()
blueprint.mesh.examples.generate_default_options(opts)
print(opts)
enames = ["braid",
"basic",
"strided_structured",
"grid",
"spiral",
"polytess",
"polychain",
"misc",
"adjset_uniform",
"gyre",
"julia",
"julia_nestsets_simple",
"julia_nestsets_complex",
"polystar",
"related_boundary",
"rz_cylinder",
"tiled",
"venn"]

for ename in enames:
opts = conduit.Node()
blueprint.mesh.examples.generate_default_options(opts,ename)
print(ename)
print(opts)
Copy link
Member

Choose a reason for hiding this comment

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

we don't want to baseline these?

@cyrush cyrush merged commit c990a81 into develop Jul 18, 2024
24 of 25 checks passed
@cyrush cyrush deleted the task/2024_07_gyre_example branch July 18, 2024 20:21
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.

2 participants