| 530 | return this->GetObjectStatus(ELEM_BLOCK, name); |
| 531 | } |
| 532 | void SetElementBlockArrayStatus(const char* name, int flag) |
| 533 | { |
| 534 | this->SetObjectStatus(ELEM_BLOCK, name, flag); |
| 535 | } |
| 536 | |
| 537 | int GetNumberOfGlobalResultArrays() { return this->GetNumberOfObjectArrays(GLOBAL); } |
| 538 | const char* GetGlobalResultArrayName(int index) |
nothing calls this directly
no test coverage detected