LLNL / conduit

Simplified Data Exchange for HPC Simulations

Home Page:https://software.llnl.gov/conduit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conduit Document node printing options

JustinPrivitera opened this issue · comments

These (and other?) node printing options should be documented for easy reference.

opts = Node()
opts["num_children_threshold"] = 2
opts["num_elements_threshold"] = 3
r = n.to_summary_string(opts)
print(r)