MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / CellToVertexArray

Method CellToVertexArray

src/Initializer/ParameterDB.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88namespace seissol::initializer {
89
90CellToVertexArray::CellToVertexArray(size_t size,
91 const CellToVertexFunction& elementCoordinates,
92 const CellToGroupFunction& elementGroups)
93 : size(size), elementCoordinates(elementCoordinates), elementGroups(elementGroups) {}
94
95CellToVertexArray
96 CellToVertexArray::fromMeshReader(const seissol::geometry::MeshReader& meshReader) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected