Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boutproject/BOUT-dev
/ clear
Method
clear
src/sys/msg_stack.cxx:80–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void MsgStack::clear() {
81
BOUT_OMP_SAFE(single)
82
{
83
stack.clear();
84
position = 0;
85
}
86
}
87
88
void MsgStack::dump() {
89
BOUT_OMP_SAFE(single)
Callers
15
BoutFinalise
Function · 0.45
~BoutException
Method · 0.45
cleanup
Method · 0.45
ADIOSFinalize
Function · 0.45
options.cxx
File · 0.45
getUnused
Method · 0.45
LexInfo
Method · 0.45
nextToken
Method · 0.45
BOUT_OMP_SAFE
Function · 0.45
resetInternalFields
Method · 0.45
clearParallelSlices
Method · 0.45
cleanCache
Method · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36