|
rsvs3D
0.0.0
Codes for the c++ implementation of the 3D RSVS
|
Provide tecplot file formating for mesh and snake outputs. More...
Go to the source code of this file.
Classes | |
| class | tecplotfile |
Namespaces | |
| rsvs3d | |
| Namespace for general purpose tools of the RSVS project. | |
Functions | |
| void | dataoutput::Coord (tecplotfile &tecout, const mesh &meshout, int nVert, int nVertDat) |
| void | dataoutput::Snaxel (tecplotfile &tecout, const snake &snakeout, int nVert) |
| void | dataoutput::VertexNormal (tecplotfile &tecout, const mesh &meshin, int nVert) |
| Writes the Snaxel normals to tecplot file. More... | |
| void | dataoutput::VertexLaplacian (tecplotfile &tecout, const mesh &meshin, int nVert) |
| int | Test_tecplotfile () |
| int | TestCompareReadWrite (const char *fileToOpen, mesh &blockGrid, tecplotfile &outmesh1) |
Provide tecplot file formating for mesh and snake outputs.
Definition in file postprocessing.hpp.
| void dataoutput::VertexNormal | ( | tecplotfile & | tecout, |
| const mesh & | meshin, | ||
| int | nVert | ||
| ) |
Writes the Snaxel normals to tecplot file.
| tecout | The tecout | |
| [in] | snakeout | The snakeout |
| [in] | nVert | The vertical |
Definition at line 93 of file postprocessing.cpp.