| 683 | return this->GetObjectArrayStatus(NODE_SET, name); |
| 684 | } |
| 685 | void SetNodeSetResultArrayStatus(const char* name, int flag) |
| 686 | { |
| 687 | this->SetObjectArrayStatus(NODE_SET, name, flag); |
| 688 | } |
| 689 | |
| 690 | int GetNumberOfSideSetResultArrays() { return this->GetNumberOfObjectArrays(SIDE_SET); } |
| 691 | const char* GetSideSetResultArrayName(int index) |
nothing calls this directly
no test coverage detected