Go to the source code of this file.
|
enum | MortarCtestFunctions::contact_tests {
MortarCtestFunctions::EIGHT_CUBE = 1,
MortarCtestFunctions::T_INTERFACE = 2,
MortarCtestFunctions::PUNCH_TOP_AND_MID = 3,
MortarCtestFunctions::PUNCH_TOP_ONLY = 4,
MortarCtestFunctions::PUNCH_TOP_ONLY_ALM = 5,
MortarCtestFunctions::SMILING_FACE = 6,
MortarCtestFunctions::SMILING_FACE_CONVECT = 7,
MortarCtestFunctions::WAVE_2D = 8,
MortarCtestFunctions::WAVE_2D_ALM = 9,
MortarCtestFunctions::NIGNT_HERTZ_2D = 10,
MortarCtestFunctions::NIGNT_WAVE_2D = 11,
MortarCtestFunctions::NIGNT_HERTZ_3D = 12,
MortarCtestFunctions::LAST_TEST
} |
|
|
MoFEMErrorCode | MortarCtestFunctions::get_night_hertz_2D_results (int ss, double &exp_energy, double &expected_contact_area, int &exp_nb_gauss_pts) |
|
MoFEMErrorCode | MortarCtestFunctions::get_night_hertz_3D_results (int ss, double &exp_energy, double &expected_contact_area, int &exp_nb_gauss_pts) |
|
MoFEMErrorCode | MortarCtestFunctions::get_night_wave_2D_results (int ss, double &exp_energy, double &expected_contact_area, int &exp_nb_gauss_pts) |
|
MoFEMErrorCode | MortarCtestFunctions::check_tests (int ss, int test_num, double &expected_energy, double &expected_contact_area, int &expected_nb_gauss_pts) |
|
◆ __MORTAR_CTEST_FUNCTIONS_HPP__
#define __MORTAR_CTEST_FUNCTIONS_HPP__ |