| 524 | } |
| 525 | |
| 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 | { |
nothing calls this directly
no test coverage detected