MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / write

Function write

src/finiteVolume/fvMesh/fvMesh.C:877–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875
876
877bool Foam::fvMesh::write(const bool valid) const
878{
879 return polyMesh::write(valid);
880}
881
882
883template<>

Callers 9

coordSet.CFile · 0.50
writer.CFile · 0.50
jplotSetWriter.CFile · 0.50
rawSetWriter.CFile · 0.50
ensightSetWriter.CFile · 0.50
xmgraceSetWriter.CFile · 0.50
gnuplotSetWriter.CFile · 0.50
vtkSetWriter.CFile · 0.50
csvSetWriter.CFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected