| 27 | size_t get_num_cells() const; |
| 28 | MatrixIr get_cell_faces(const size_t cell_id) const; |
| 29 | MatrixIr get_cells() const { return m_cells; } |
| 30 | |
| 31 | size_t get_num_patches() const; |
| 32 | VectorI get_patches() const { return m_patches; } |
no outgoing calls
no test coverage detected