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

Function writeDXTrailer

src/triSurface/triSurface/interfaces/DX/writeDX.C:111–120  ·  view source on GitHub ↗

Standard trailer

Source from the content-addressed store, hash-verified

109
110// Standard trailer
111void triSurface::writeDXTrailer(Ostream& os) const
112{
113 os << "# the field, with three components: \"positions\", \"connections\""
114 << ", and \"data\"" << endl
115 << "object \"irregular positions irregular connections\" class field"
116 << endl
117 << "component \"positions\" value 1" << endl
118 << "component \"connections\" value 2" << endl
119 << "component \"data\" value 3" << endl;
120}
121
122
123// Geometry only (data field is either faceIndex or patchIndex)

Callers 1

writeDXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected