| 526 | int GetNumberOfElementBlockArrays() { return this->GetNumberOfObjects(ELEM_BLOCK); } |
| 527 | const char* GetElementBlockArrayName(int index) { return this->GetObjectName(ELEM_BLOCK, index); } |
| 528 | int GetElementBlockArrayStatus(const char* name) |
| 529 | { |
| 530 | return this->GetObjectStatus(ELEM_BLOCK, name); |
| 531 | } |
| 532 | void SetElementBlockArrayStatus(const char* name, int flag) |
| 533 | { |
| 534 | this->SetObjectStatus(ELEM_BLOCK, name, flag); |
nothing calls this directly
no test coverage detected