mperrinel / sst-core

SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
http://www.sst-simulator.org
Other
0 stars 0 forks source link

Get geometry information from parameters #4

Open jjwilke opened 4 years ago

jjwilke commented 4 years ago
Statistic(BaseComponent* comp, const std::string& statName,
              const std::string& statSubId, Params& statParams) :

For a VTKStat the statParams need to give us the geometry/shape information for that particular instance of the stat. Usually every stat gets the same parameters. We need to make sure the Python input allows each statParams object to be unique.