Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ isTmp
Method
isTmp
src/OpenFOAM/memory/tmp/tmpI.H:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
145
template<class T>
146
inline bool Foam::tmp<T>::isTmp() const
147
{
148
return type_ == TMP;
149
}
150
151
152
template<class T>
Callers
15
fvMatrix.C
File · 0.45
constrainHbyA.C
File · 0.45
BrownianMotionForce.C
File · 0.45
DispersionRASModel.C
File · 0.45
xferTmp
Method · 0.45
operator=
Method · 0.45
DimensionedField.C
File · 0.45
New
Function · 0.45
New
Method · 0.45
New
Method · 0.45
New
Method · 0.45
New
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected