| 725 | return this->GetObjectArrayStatus(FACE_SET, name); |
| 726 | } |
| 727 | void SetFaceSetResultArrayStatus(const char* name, int flag) |
| 728 | { |
| 729 | this->SetObjectArrayStatus(FACE_SET, name, flag); |
| 730 | } |
| 731 | |
| 732 | int GetNumberOfElementSetResultArrays() { return this->GetNumberOfObjectArrays(ELEM_SET); } |
| 733 | const char* GetElementSetResultArrayName(int index) |
nothing calls this directly
no test coverage detected