Skip to content

Commit

Permalink
Silo I/O choose matset type on read (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera committed Feb 1, 2024
1 parent 7bfca9a commit 96b2ccc
Show file tree
Hide file tree
Showing 5 changed files with 1,028 additions and 722 deletions.
3 changes: 0 additions & 3 deletions src/libs/blueprint/conduit_blueprint_mesh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -802,15 +802,13 @@ namespace field
void CONDUIT_BLUEPRINT_API to_multi_buffer_full(const conduit::Node &src_matset,
const conduit::Node &src_field,
const std::string &dest_matset_name,
conduit::Node &dest_matset,
conduit::Node &dest_field);

//-------------------------------------------------------------------------
// creates a unibuffer case with 1st index into elements
void CONDUIT_BLUEPRINT_API to_sparse_by_element(const conduit::Node &src_matset,
const conduit::Node &src_field,
const std::string &dest_matset_name,
conduit::Node &dest_matset,
conduit::Node &dest_field,
const float64 epsilon = CONDUIT_EPSILON);

Expand All @@ -819,7 +817,6 @@ namespace field
void CONDUIT_BLUEPRINT_API to_multi_buffer_by_material(const conduit::Node &src_matset,
const conduit::Node &src_field,
const std::string &dest_matset_name,
conduit::Node &dest_matset,
conduit::Node &dest_field,
const float64 epsilon = CONDUIT_EPSILON);

Expand Down

0 comments on commit 96b2ccc

Please sign in to comment.