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

Method LtsLayout

src/Initializer/TimeStepping/LtsLayout.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54#include <iomanip>
55
56seissol::initializer::time_stepping::LtsLayout::LtsLayout(const seissol::initializer::parameters::SeisSolParameters& parameters):
57 m_cellClusterIds( NULL ),
58 m_globalTimeStepWidths( NULL ),
59 m_globalTimeStepRates( NULL ),
60 m_plainCopyRegions( NULL ),
61 m_numberOfPlainGhostCells( NULL ),
62 m_plainGhostCellClusterIds( NULL ),
63 seissolParams(parameters) {}
64
65seissol::initializer::time_stepping::LtsLayout::~LtsLayout() {
66 // free memory of member variables

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected