Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boutproject/BOUT-dev
/ writeRestartFile
Method
writeRestartFile
src/physics/physicsmodel.cxx:211–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
void PhysicsModel::writeRestartFile() {
212
if (restart_enabled) {
213
restart_file->write(restart_options);
214
}
215
}
216
217
void PhysicsModel::writeOutputFile() { writeOutputFile(output_options); }
218
Callers
1
call
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected