| 1706 | } |
| 1707 | |
| 1708 | void DefineTransient(Ioss::Region& region) const override |
| 1709 | { |
| 1710 | auto nodeSet = region.get_nodeset(this->Name); |
| 1711 | this->DefineFields(nodeSet, this->Fields, Ioss::Field::TRANSIENT, this->Count); |
| 1712 | } |
| 1713 | |
| 1714 | void Model(Ioss::Region& region) const override |
| 1715 | { |
nothing calls this directly
no test coverage detected