| 583 | return this->GetObjectArrayStatus(FACE_BLOCK, name); |
| 584 | } |
| 585 | void SetFaceResultArrayStatus(const char* name, int flag) |
| 586 | { |
| 587 | this->SetObjectArrayStatus(FACE_BLOCK, name, flag); |
| 588 | } |
| 589 | |
| 590 | int GetNumberOfElementResultArrays() { return this->GetNumberOfObjectArrays(ELEM_BLOCK); } |
| 591 | const char* GetElementResultArrayName(int index) |
nothing calls this directly
no test coverage detected