Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ writeAndEnd
Function
writeAndEnd
src/OpenFOAM/db/Time/TimeIO.C:575–581 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
573
574
575
bool Foam::Time::writeAndEnd()
576
{
577
stopAt_ = saWriteNow;
578
endTime_ = value();
579
580
return writeNow();
581
}
582
583
584
void Foam::Time::writeOnce()
Callers
nothing calls this directly
Calls
1
writeNow
Function · 0.85
Tested by
no test coverage detected