Skip to content

Commit 266adcb

Browse files
rewrite specset full to sbm with new matset walker
1 parent 8b3bf1d commit 266adcb

3 files changed

Lines changed: 284 additions & 95 deletions

File tree

src/libs/blueprint/conduit_blueprint_mesh.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,14 @@ namespace specset
10361036
const float64 epsilon = CONDUIT_EPSILON);
10371037

10381038
//-------------------------------------------------------------------------
1039+
// this will use set external if the species_names already exist
1040+
void CONDUIT_BLUEPRINT_API create_or_reuse_species_names(const conduit::Node &specset,
1041+
conduit::Node &species_names);
1042+
//-------------------------------------------------------------------------
1043+
// this will use set if the species_names already exist
1044+
void CONDUIT_BLUEPRINT_API create_or_copy_species_names(const conduit::Node &specset,
1045+
conduit::Node &species_names);
1046+
//-------------------------------------------------------------------------
10391047
index_t CONDUIT_BLUEPRINT_API count_materials_from_specset(const conduit::Node &specset);
10401048

10411049
//-------------------------------------------------------------------------

0 commit comments

Comments
 (0)