Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void seissol::Simulator::setUsePlasticity( bool plasticity ) {
66
m_usePlasticity = plasticity;
67
}
68
69
void seissol::Simulator::setCurrentTime( double i_currentTime ) {
70
assert( i_currentTime >= 0 );
Callers
1
initSeisSol
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected