Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ isCellData
Method
isCellData
src/conversion/ensight/part/ensightPart.H:242–245 ·
view source on GitHub ↗
- Represents cell data
Source
from the content-addressed store, hash-verified
240
241
//- Represents cell data
242
bool isCellData() const
243
{
244
return isCellData_;
245
}
246
247
//- Represents face data
248
bool isFaceData() const
Callers
4
renumber
Function · 0.80
writeScalarField
Function · 0.80
writeVectorField
Function · 0.80
ensightPartsTemplates.C
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected