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

Method setFinalTime

src/Solver/Simulator.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 m_abort( false ) {}
59
60void seissol::Simulator::setFinalTime( double i_finalTime ) {
61 assert( i_finalTime > 0 );
62 m_finalTime = i_finalTime;
63}
64
65void seissol::Simulator::setUsePlasticity( bool plasticity ) {
66 m_usePlasticity = plasticity;

Callers 1

initSeisSolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected