3 #define BOOST_LOG_DYN_LINK 1 4 #include <boost/log/trivial.hpp> 6 #include "../core_mesh.cpp" 8 TEST_CASE(
"UNIT TEST: sign function {sgn<T>}",
"[core]" )
10 BOOST_LOG_TRIVIAL(info) <<
"sign function {sgn<T>}";
20 TEST_CASE(
"UNIT TEST: periodicity functions {get_per}",
"[core_mesh]" )
22 BOOST_LOG_TRIVIAL(info) <<
"periodicity functions {get_per}";
65 TEST_CASE(
"UNIT TEST: assign functions iterator {IT}",
"[core_mesh]" )
67 BOOST_LOG_TRIVIAL(info) <<
"assign functions iterator {IT}";
85 do{}
while( it2.iter() );
: class for effective iteration of cube of mesh cells
static std::enable_if< std::is_integral< T >::value, T >::type get_per(T vec, size_t per)
TEST_CASE("UNIT TEST: sign function {sgn<T>}","[core]")