mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Label DAG cells as simple to avoid superfluous surface normal calls.
This commit is contained in:
parent
b4827e9ad2
commit
aba8af458c
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ void load_dagmc_geometry()
|
|||
// set cell ids using global IDs
|
||||
DAGCell* c = new DAGCell();
|
||||
c->dag_index_ = i+1;
|
||||
c->simple_ = true;
|
||||
c->id_ = model::DAG->id_by_index(3, c->dag_index_);
|
||||
c->dagmc_ptr_ = model::DAG;
|
||||
c->universe_ = dagmc_univ_id; // set to zero for now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue