Skip to content

Commit

Permalink
Overlink I/O: Read and Write VAR_ATTRIBUTES (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera committed Nov 15, 2023
1 parent e5466ed commit eaec472
Show file tree
Hide file tree
Showing 22 changed files with 350 additions and 37 deletions.
4 changes: 4 additions & 0 deletions src/libs/blueprint/conduit_blueprint_mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,10 @@ mesh::generate_index_for_single_domain(const Node &mesh,
{
idx_fld["matset"] = fld["matset"].as_string();
}
if(fld.has_child("volume_dependent"))
{
idx_fld["volume_dependent"] = fld["volume_dependent"].as_string();
}

if(fld.has_child("association"))
{
Expand Down

0 comments on commit eaec472

Please sign in to comment.