#include <boost/test/included/unit_test.hpp>
#include <boost/filesystem.hpp>
#include <string>
#include "mmh_intf.h"
#include "uth_intf.h"
#include "uth_system.h"
#include "uth_log.h"
#include "uth_mat.h"
#include "uth_bc.h"
#include "uth_io_compression.h"
#include "uth_io_files.h"
#include "lin_alg_intf.h"
Defines | |
#define | BOOST_TEST_MODULE ModFEM_test_util |
Functions | |
BOOST_AUTO_TEST_CASE (Utilities_test_setup) | |
BOOST_AUTO_TEST_CASE (materials_normal) | |
BOOST_AUTO_TEST_CASE (materials_ill_formed_files) | |
BOOST_AUTO_TEST_CASE (materials_additonal_files) | |
BOOST_AUTO_TEST_CASE (materials_normal_zero_id_bug_test) | |
BOOST_AUTO_TEST_CASE (materials_no_groups) | |
BOOST_AUTO_TEST_CASE (backward_compatiliblity_no_compression) | |
BOOST_AUTO_TEST_CASE (decompression) | |
BOOST_AUTO_TEST_CASE (compression_dir_with_filename) | |
BOOST_AUTO_TEST_CASE (decompression_filename_only) | |
BOOST_AUTO_TEST_CASE (compression_filename_only) | |
BOOST_AUTO_TEST_CASE (mesh_nas_simple) | |
BOOST_AUTO_TEST_CASE (mesh_nas) | |
BOOST_AUTO_TEST_CASE (parllel_2prism_mesh) | |
TEST FOR PARALLEL MESH READING. | |
Variables | |
std::string | ctest_dir = "ctest/modfem_test/" |
#define BOOST_TEST_MODULE ModFEM_test_util |
BOOST_AUTO_TEST_CASE | ( | parllel_2prism_mesh | ) |
TEST FOR PARALLEL MESH READING.
BOOST_AUTO_TEST_CASE | ( | mesh_nas | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | mesh_nas_simple | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | compression_filename_only | ) |
BOOST_AUTO_TEST_CASE | ( | decompression_filename_only | ) |
BOOST_AUTO_TEST_CASE | ( | compression_dir_with_filename | ) |
BOOST_AUTO_TEST_CASE | ( | decompression | ) |
BOOST_AUTO_TEST_CASE | ( | backward_compatiliblity_no_compression | ) |
BOOST_AUTO_TEST_CASE | ( | materials_no_groups | ) |
BOOST_AUTO_TEST_CASE | ( | materials_normal_zero_id_bug_test | ) |
BOOST_AUTO_TEST_CASE | ( | materials_additonal_files | ) |
BOOST_AUTO_TEST_CASE | ( | materials_ill_formed_files | ) |
BOOST_AUTO_TEST_CASE | ( | materials_normal | ) |
BOOST_AUTO_TEST_CASE | ( | Utilities_test_setup | ) |
std::string ctest_dir = "ctest/modfem_test/" |