#include <boost/test/included/unit_test.hpp>
#include <boost/filesystem.hpp>
#include <vector>
#include "ddh_intf.h"
#include "mmh_intf.h"
#include "uth_io_files.h"
#include "uth_io_compression.h"
#include "uth_log.h"
Defines | |
#define | BOOST_TEST_MODULE ModFEM_ddl_parmetis_test |
Functions | |
BOOST_AUTO_TEST_CASE (ddl_parmetis_test_setup) | |
BOOST_AUTO_TEST_CASE (simple_domain_decomposition_2_dom) | |
BOOST_AUTO_TEST_CASE (simple_domain_decomposition_3_dom) | |
BOOST_AUTO_TEST_CASE (simple_domain_decomposition_6_dom) | |
BOOST_AUTO_TEST_CASE (simple_domain_decomposition_2_dom_2_prism) | |
BOOST_AUTO_TEST_CASE (dd_2_dom) | |
BOOST_AUTO_TEST_CASE (simple_domain_decomposition_2_dom_2_prism_overlap) | |
BOOST_AUTO_TEST_CASE (simple_domain_decomposition_2_dom_overlap) | |
BOOST_AUTO_TEST_CASE (simple_domain_decomposition_6_dom_overlap) | |
BOOST_AUTO_TEST_CASE (dd_tetra_with_overlap) | |
Variables | |
std::string | ctest_dir = "ctest/modfem_test/" |
#define BOOST_TEST_MODULE ModFEM_ddl_parmetis_test |
BOOST_AUTO_TEST_CASE | ( | dd_tetra_with_overlap | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | simple_domain_decomposition_6_dom_overlap | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | simple_domain_decomposition_2_dom_overlap | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | simple_domain_decomposition_2_dom_2_prism_overlap | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | dd_2_dom | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | simple_domain_decomposition_2_dom_2_prism | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | simple_domain_decomposition_6_dom | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | simple_domain_decomposition_3_dom | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | simple_domain_decomposition_2_dom | ) |
Here MODFEM_NEW_MPI define that switches old and new version of I/O handling.
!MODFEM_NEW_MPI
BOOST_AUTO_TEST_CASE | ( | ddl_parmetis_test_setup | ) |
std::string ctest_dir = "ctest/modfem_test/" |