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

Method Simulator

src/Solver/Simulator.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52#include "time_stepping/TimeManager.h"
53
54seissol::Simulator::Simulator():
55 m_currentTime( 0 ),
56 m_finalTime( 0 ),
57 m_usePlasticity( false ),
58 m_abort( false ) {}
59
60void seissol::Simulator::setFinalTime( double i_finalTime ) {
61 assert( i_finalTime > 0 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected