| 1805 | } |
| 1806 | |
| 1807 | void DefineTransient(Ioss::Region& region) const override |
| 1808 | { |
| 1809 | auto entity = this->GetEntity(region, this->Name); |
| 1810 | this->DefineFields(entity, this->Fields, Ioss::Field::TRANSIENT, this->Count); |
| 1811 | } |
| 1812 | |
| 1813 | void Model(Ioss::Region& region) const override |
| 1814 | { |
nothing calls this directly
no test coverage detected