|
void | mumech::print_VTK_START (Stream *stream, const char *filename) |
| Print head of vtk file. More...
|
|
void | mumech::print_VTK_head (FILE *stream, const char *type) |
|
XMLElement * | mumech::print_VTK_nodes_head (Stream *stream, long n) |
|
void | mumech::print_VTK_init_point_data (Stream *stream, long n) |
|
void | mumech::print_VTK_init_cell_data (Stream *stream, long n) |
|
XMLElement * | mumech::print_VTK_data_head (Stream *stream, const char *name, char type, char format, int slen) |
|
void | mumech::print_values (char *auxs, int n, const double *values, int precision) |
|
void | mumech::print_values_Scalar (char *auxs, const double *values, long len, int precision) |
| len = pocet scalar cisel More...
|
|
void | mumech::print_values_Vector (char *auxs, const double *values, bool twodim, int precision) |
| dim == dimenze vstupnich dat - 2d ano nebo ne More...
|
|
void | mumech::print_values_Tensor (char *auxs, const double *values, bool twodim, int precision) |
| dim == dimenze vstupnich dat - 2d ano nebo ne; values musi byt v notaci STRN_THEORETICAL_FEEP More...
|
|
void | mumech::print_auxs (bool lgc, Stream *stream, XMLElement *da, const char *auxs) |
|
void | mumech::print_VTK_FINISH (Stream *stream) |
|
void | mumech::scan_DATA_field_head (Stream *stream, Stream *strm, const char *str, char type, int nexc, char format, const char *name) |
| scan_DATA_field_head More...
|
|
bool | mumech::cmp_vtk_file (const char *file1, const char *file2, int verbose) |
| Compare two VTK files. Return false if same. [ return hodnota byly kdysi opacna ]. More...
|
|