muMECH
1.0
|
#include "stdio.h"
Go to the source code of this file.
Functions | |
void | tests_verified (void) |
void | tests_tools (void) |
void | tests_vorel (void) |
void | tests_honza (void) |
void | tests_lukas (void) |
void | tests_standa (void) |
void | tests_termit (void) |
void | tests_tom (void) |
int | cmp_vtk_file_delete_first (const char *file1, const char *file2=NULL) |
int | cmp_txt_file_delete_first (const char *file1, const char *file2=NULL) |
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) |
int cmp_txt_file_delete_first | ( | const char * | file1, |
const char * | file2 = NULL |
||
) |
Definition at line 135 of file tests_verified.cpp.
References gelibspace::file_delete_if_exist_exit(), and gelibspace::FP_cmp_files().
Referenced by x2D_1I_Ellipse_homog(), and x3D_1I_Ellipsoid_homog().
int cmp_vtk_file_delete_first | ( | const char * | file1, |
const char * | file2 = NULL |
||
) |
Definition at line 110 of file tests_verified.cpp.
References mumech::cmp_vtk_file(), and gelibspace::file_delete_if_exist_exit().
Referenced by Ellipsoid(), Four_3d_inclusions(), grid_2d_3x3_3d(), grid_2d_3x3_3d_F(), plstrain_2I_2d(), plstrain_2I_3d(), x2D_1I_Ellipse_direct_API(), X2D_3incl(), x3D_1I_Ellipsoid(), x3D_1I_Ellipsoid_direct_API(), and X3D_3incl().
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 | ||
) |
Definition at line 97 of file tests_verified.cpp.
References compare_fields().
Referenced by Ellipse(), Ellipsoid(), plstrain_2I_2d(), and plstrain_2I_3d().
void tests_honza | ( | void | ) |
void tests_lukas | ( | void | ) |
Definition at line 37 of file tests_lukas.cpp.
Referenced by main().
void tests_standa | ( | void | ) |
void tests_termit | ( | void | ) |
Definition at line 15 of file tests_termit.cpp.
Referenced by main().
void tests_tom | ( | void | ) |
void tests_tools | ( | void | ) |
void tests_verified | ( | void | ) |
Definition at line 49 of file tests_verified.cpp.
References Ellipse(), Ellipsoid(), Four_3d_inclusions(), grid_2d_3x3_3d(), grid_2d_3x3_3d_F(), plstrain_2I_2d(), plstrain_2I_3d(), x2D_1I_Ellipse_direct_API(), x2D_1I_Ellipse_homog(), X2D_3incl(), x3D_1I_Ellipsoid(), x3D_1I_Ellipsoid_direct_API(), x3D_1I_Ellipsoid_homog(), and X3D_3incl().
Referenced by main().
void tests_vorel | ( | void | ) |