| 697 | return this->GetObjectArrayStatus(SIDE_SET, name); |
| 698 | } |
| 699 | void SetSideSetResultArrayStatus(const char* name, int flag) |
| 700 | { |
| 701 | this->SetObjectArrayStatus(SIDE_SET, name, flag); |
| 702 | } |
| 703 | |
| 704 | int GetNumberOfEdgeSetResultArrays() { return this->GetNumberOfObjectArrays(EDGE_SET); } |
| 705 | const char* GetEdgeSetResultArrayName(int index) |
nothing calls this directly
no test coverage detected