| 689 | |
| 690 | int GetNumberOfSideSetResultArrays() { return this->GetNumberOfObjectArrays(SIDE_SET); } |
| 691 | const char* GetSideSetResultArrayName(int index) |
| 692 | { |
| 693 | return this->GetObjectArrayName(SIDE_SET, index); |
| 694 | } |
| 695 | int GetSideSetResultArrayStatus(const char* name) |
| 696 | { |
| 697 | return this->GetObjectArrayStatus(SIDE_SET, name); |
nothing calls this directly
no test coverage detected