| 642 | } |
| 643 | |
| 644 | int GetNumberOfSideSetArrays() { return this->GetNumberOfObjects(SIDE_SET); } |
| 645 | const char* GetSideSetArrayName(int index) { return this->GetObjectName(SIDE_SET, index); } |
| 646 | int GetSideSetArrayStatus(const char* name) { return this->GetObjectStatus(SIDE_SET, name); } |
| 647 | void SetSideSetArrayStatus(const char* name, int flag) |
nothing calls this directly
no test coverage detected