| 597 | return this->GetObjectArrayStatus(ELEM_BLOCK, name); |
| 598 | } |
| 599 | void SetElementResultArrayStatus(const char* name, int flag) |
| 600 | { |
| 601 | this->SetObjectArrayStatus(ELEM_BLOCK, name, flag); |
| 602 | } |
| 603 | |
| 604 | int GetNumberOfNodeMapArrays() { return this->GetNumberOfObjects(NODE_MAP); } |
| 605 | const char* GetNodeMapArrayName(int index) { return this->GetObjectName(NODE_MAP, index); } |
nothing calls this directly
no test coverage detected