| 544 | return this->GetObjectArrayStatus(GLOBAL, name); |
| 545 | } |
| 546 | void SetGlobalResultArrayStatus(const char* name, int flag) |
| 547 | { |
| 548 | this->SetObjectArrayStatus(GLOBAL, name, flag); |
| 549 | } |
| 550 | |
| 551 | int GetNumberOfPointResultArrays() { return this->GetNumberOfObjectArrays(NODAL); } |
| 552 | const char* GetPointResultArrayName(int index) { return this->GetObjectArrayName(NODAL, index); } |
nothing calls this directly
no test coverage detected