muMECH  1.0
tests.h
Go to the documentation of this file.
1 //#ifndef MUMECH_TESTS_H
2 //#define MUMECH_TESTS_H
3 
4 #include "stdio.h"
5 
6 
7 void tests_verified (void);
8 void tests_tools (void);
9 
10 void tests_vorel (void);
11 void tests_honza (void);
12 void tests_lukas (void);
13 void tests_standa (void);
14 void tests_termit (void);
15 void tests_tom (void);
16 
17 //
18 int cmp_vtk_file_delete_first (const char *file1, const char *file2=NULL);
19 int cmp_txt_file_delete_first (const char *file1, const char *file2=NULL);
20 int diff_fields (int numDisp, int numStrain, int numStress, const double *d1, const double *d2, const double *e1, const double *e2, const double *s1, const double *s2, double eps);
21 
22 //void cmp_vtk_file_delete_first (const char *file1, const char *file2)
23 
24 //#endif
25 
26 /*end of file*/
void tests_lukas(void)
Definition: tests_lukas.cpp:37
int cmp_txt_file_delete_first(const char *file1, const char *file2=NULL)
void tests_termit(void)
void tests_tools(void)
int cmp_vtk_file_delete_first(const char *file1, const char *file2=NULL)
void tests_standa(void)
void tests_vorel(void)
Definition: tests_vorel.cpp:57
void tests_honza(void)
Definition: tests_honza.cpp:6
void tests_tom(void)
Definition: tests_tom.cpp:6
void tests_verified(void)
int diff_fields(int numDisp, int numStrain, int numStress, const double *d1, const double *d2, const double *e1, const double *e2, const double *s1, const double *s2, double eps)