Skip to content

Conversation

@JustinPrivitera
Copy link
Member

Resolves #1349

Copy link
Member

@cyrush cyrush left a comment

Choose a reason for hiding this comment

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

Look good, a few comments to address.

const int64_accessor sbm_eids = mapitem.second.first;
const float64_accessor sbm_vals = mapitem.second.second;

destination[matname].set(DataType::float64(num_elems));
Copy link
Member

Choose a reason for hiding this comment

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

I think this should already init to 0.0, not sure we need the fill?

Can we double check?

Copy link
Member Author

Choose a reason for hiding this comment

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

Is this guaranteed? I went down into the weeds of conduit_utils and it looks like allocation is configurable, and need not be calloc.

Copy link
Member Author

Choose a reason for hiding this comment

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

do you know if this is for sure?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll merge after you let me know one way or the other.

Copy link
Member

@cyrush cyrush left a comment

Choose a reason for hiding this comment

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

Thanks!

@JustinPrivitera JustinPrivitera merged commit ce00cc3 into develop Jan 21, 2026
26 of 28 checks passed
@JustinPrivitera JustinPrivitera deleted the task/JustinPrivitera/01_07_26/specset_flavor_converters branch January 21, 2026 00:37
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.

Specset flavor converters

3 participants