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

Method setUsePlasticity

src/Solver/Simulator.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void seissol::Simulator::setUsePlasticity( bool plasticity ) {
66 m_usePlasticity = plasticity;
67}
68
69void seissol::Simulator::setCurrentTime( double i_currentTime ) {
70 assert( i_currentTime >= 0 );

Callers 1

initSeisSolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected