57 void print_values (
char *auxs,
int n,
const double *values,
int precision = 8);
62 void print_values_Vector (
char *auxs,
const double *values,
bool twodim,
int precision = 8);
64 void print_values_Tensor (
char *auxs,
const double *values,
bool twodim,
int precision = 8);
76 bool cmp_vtk_file (
const char *file1,
const char *file2,
int verbose);
80 #endif // end of MUMECH_VTK_H
void print_values_Scalar(char *auxs, const double *values, long len, int precision)
len = pocet scalar cisel
void 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 ...
The element is a container class.
void scan_DATA_field_head(Stream *stream, Stream *strm, const char *str, char type, int nexc, char format, const char *name)
scan_DATA_field_head
void print_VTK_FINISH(Stream *stream)
void print_VTK_head(FILE *stream, const char *type)
void print_auxs(bool lgc, Stream *stream, XMLElement *da, const char *auxs)
void print_VTK_init_cell_data(Stream *stream, long n)
void print_VTK_init_point_data(Stream *stream, long n)
void print_VTK_START(Stream *stream, const char *filename)
Print head of vtk file.
XMLElement * print_VTK_nodes_head(Stream *stream, long n)
bool cmp_vtk_file(const char *file1, const char *file2, int verbose)
Compare two VTK files. Return false if same. [ return hodnota byly kdysi opacna ].
void print_values_Vector(char *auxs, const double *values, bool twodim, int precision)
dim == dimenze vstupnich dat - 2d ano nebo ne
void print_values(char *auxs, int n, const double *values, int precision)
XMLElement * print_VTK_data_head(Stream *stream, const char *name, char type, char format, int slen)