| 1096 | } |
| 1097 | |
| 1098 | void DefineTransient(Ioss::Region& region) const override |
| 1099 | { |
| 1100 | auto* nodeBlock = region.get_node_block(this->Name); |
| 1101 | this->DefineFields(nodeBlock, this->Fields, Ioss::Field::TRANSIENT, this->Ids.size()); |
| 1102 | } |
| 1103 | |
| 1104 | void Model(Ioss::Region& region) const override |
| 1105 | { |
nothing calls this directly
no test coverage detected