Skip to content

Commit

Permalink
add a note about the future
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera committed Jan 10, 2025
1 parent 9cae5eb commit e560e1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libs/blueprint/conduit_blueprint_mesh_matset_xforms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,10 @@ to_silo(const conduit::Node &specset,
}

// TODO change this once we write specset converters
// I think the right path will be to rewrite this function using the
// sparse by element (uni_buffer element_dominant) specset flavor.
// So we will convert all specsets to that form and then convert to silo.
// Should be simpler and get rid of a lot of the indexing madness.
if (silo_matset["buffer_style"].as_string() != "multi")
{
CONDUIT_ERROR("TODO cannot handle uni buffer specsets");
Expand Down

0 comments on commit e560e1f

Please sign in to comment.