#include <tecplot.hh>
Static Public Member Functions | |
static void | writeMesh (const concepts::Cell &cell, std::map< std::string, std::ostream * > &os, const concepts::Array< uint > &np, std::vector< uint > &cnt) |
template<class F > | |
static void | writeFormula (const concepts::Cell &cell, std::map< std::string, std::ostream * > &os, const concepts::Array< uint > &np, std::vector< uint > &cnt, const concepts::PiecewiseFormulaBase< F > *frm) |
template<uint dim, class F > | |
static void | writeData (const concepts::Array< concepts::Point< Real, dim > > &coord, std::ostream &os, const F *values=0) |
static void | writeConnect (const concepts::Quad2d &quad, std::ostream &os, const concepts::Array< uint > &np, std::vector< uint > &cnt) |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Routines for writing mesh and formula for a single cell for different cell types.
Definition at line 271 of file tecplot.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
static |
Writes the connectivity data
cnt | vector with 2 components, (1st number of nodes, 2nd number of elements) |
|
static |
Writes coordinates and data
coord | Array of coordinates |
os | output streams |
values | C array of values |
Definition at line 363 of file tecplot.hh.
|
static |
Writes for a cell a formula on the mesh, with coordinates, to output streams.
cell | Cell |
os | output streams |
np | number of points (per direction) |
cnt | counter |
frm | Formula |
Definition at line 335 of file tecplot.hh.
|
static |
Writes for a cell the mesh, eventually with coordinates, to output streams.
cell | Cell |
os | output streams |
np | number of points (per direction) |
cnt | counter |
boundary | if true, only on points on boundary are set |
coord | if true, output of coordinates |