![]() |
v0.14.0 |
Enumerations | |
enum | contact_tests { EIGHT_CUBE = 1 , T_INTERFACE = 2 , PUNCH_TOP_AND_MID = 3 , PUNCH_TOP_ONLY = 4 , PUNCH_TOP_ONLY_ALM = 5 , SMILING_FACE = 6 , SMILING_FACE_CONVECT = 7 , WAVE_2D = 8 , WAVE_2D_ALM = 9 , NIGNT_HERTZ_2D = 10 , NIGNT_WAVE_2D = 11 , NIGNT_HERTZ_3D = 12 , LAST_TEST } |
Functions | |
MoFEMErrorCode | get_night_hertz_2D_results (int ss, double &exp_energy, double &expected_contact_area, int &exp_nb_gauss_pts) |
MoFEMErrorCode | get_night_hertz_3D_results (int ss, double &exp_energy, double &expected_contact_area, int &exp_nb_gauss_pts) |
MoFEMErrorCode | get_night_wave_2D_results (int ss, double &exp_energy, double &expected_contact_area, int &exp_nb_gauss_pts) |
MoFEMErrorCode | check_tests (int ss, int test_num, double &expected_energy, double &expected_contact_area, int &expected_nb_gauss_pts) |
Enumerator | |
---|---|
EIGHT_CUBE | |
T_INTERFACE | |
PUNCH_TOP_AND_MID | |
PUNCH_TOP_ONLY | |
PUNCH_TOP_ONLY_ALM | |
SMILING_FACE | |
SMILING_FACE_CONVECT | |
WAVE_2D | |
WAVE_2D_ALM | |
NIGNT_HERTZ_2D | |
NIGNT_WAVE_2D | |
NIGNT_HERTZ_3D | |
LAST_TEST |
Definition at line 24 of file MortarCtestFunctions.hpp.
MoFEMErrorCode MortarCtestFunctions::check_tests | ( | int | ss, |
int | test_num, | ||
double & | expected_energy, | ||
double & | expected_contact_area, | ||
int & | expected_nb_gauss_pts | ||
) |
Definition at line 229 of file MortarCtestFunctions.hpp.
MoFEMErrorCode MortarCtestFunctions::get_night_hertz_2D_results | ( | int | ss, |
double & | exp_energy, | ||
double & | expected_contact_area, | ||
int & | exp_nb_gauss_pts | ||
) |
Definition at line 40 of file MortarCtestFunctions.hpp.
MoFEMErrorCode MortarCtestFunctions::get_night_hertz_3D_results | ( | int | ss, |
double & | exp_energy, | ||
double & | expected_contact_area, | ||
int & | exp_nb_gauss_pts | ||
) |
Definition at line 103 of file MortarCtestFunctions.hpp.
MoFEMErrorCode MortarCtestFunctions::get_night_wave_2D_results | ( | int | ss, |
double & | exp_energy, | ||
double & | expected_contact_area, | ||
int & | exp_nb_gauss_pts | ||
) |
Definition at line 166 of file MortarCtestFunctions.hpp.