| 555 | return this->GetObjectArrayStatus(NODAL, name); |
| 556 | } |
| 557 | void SetPointResultArrayStatus(const char* name, int flag) |
| 558 | { |
| 559 | this->SetObjectArrayStatus(NODAL, name, flag); |
| 560 | } |
| 561 | |
| 562 | int GetNumberOfEdgeResultArrays() { return this->GetNumberOfObjectArrays(EDGE_BLOCK); } |
| 563 | const char* GetEdgeResultArrayName(int index) |
nothing calls this directly
no test coverage detected