26 #include "triSurface.H"
40 os <<
"# tetgen .smesh file" <<
endl
41 << ps.size() <<
" 3" <<
endl;
47 << ps[pointi].x() <<
' '
48 << ps[pointi].y() <<
' '
49 << ps[pointi].z() <<
endl;
69 patchFaceI < myPatches[patchI].size();
76 << operator[](faceI)[0] <<
' '
77 << operator[](faceI)[1] <<
' '
78 << operator[](faceI)[2] <<
' '
79 << operator[](faceI).region()
94 << operator[](faceI)[0] <<
' '
95 << operator[](faceI)[1] <<
' '
96 << operator[](faceI)[2] <<
' '
97 << operator[](faceI).region()