| 88 | namespace seissol::initializer { |
| 89 | |
| 90 | CellToVertexArray::CellToVertexArray(size_t size, |
| 91 | const CellToVertexFunction& elementCoordinates, |
| 92 | const CellToGroupFunction& elementGroups) |
| 93 | : size(size), elementCoordinates(elementCoordinates), elementGroups(elementGroups) {} |
| 94 | |
| 95 | CellToVertexArray |
| 96 | CellToVertexArray::fromMeshReader(const seissol::geometry::MeshReader& meshReader) { |
nothing calls this directly
no outgoing calls
no test coverage detected