Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ canWriteType
Function
canWriteType
src/meshTools/edgeMesh/edgeMesh.C:73–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
bool Foam::edgeMesh::canWriteType
74
(
75
const word& ext,
76
const bool verbose
77
)
78
{
79
return checkSupport
80
(
81
writeTypes(),
82
ext,
83
verbose,
84
"writing"
85
);
86
}
87
88
89
bool Foam::edgeMesh::canRead
Callers
9
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
surfaceWriter.C
File · 0.50
MeshedSurface.C
File · 0.50
UnsortedMeshedSurface.C
File · 0.50
MeshedSurfaceProxy.C
File · 0.50
Calls
2
checkSupport
Function · 0.50
writeTypes
Function · 0.50
Tested by
1
main
Function · 0.40