|
preCICE v3.3.0
|
#include <memory>#include <string>#include <vector>#include "com/Communication.hpp"#include "com/SharedPointer.hpp"#include "testing/TestContext.hpp"#include "testing/Testing.hpp"#include "utils/IntraComm.hpp"#include "utils/Parallel.hpp"Go to the source code of this file.
Functions | |
| PRECICE_TEST_SETUP (""_on(2_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(Primary1SecondaryTest) | |
| PRECICE_TEST_SETUP (""_on(3_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(Primary2SecondaryTest) | |
| PRECICE_TEST_SETUP ("Offset"_on(1_rank), "Test"_on(2_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(OffsetPrimary1SecondaryTest) | |
| PRECICE_TEST_SETUP ("Offset"_on(1_rank), "Test"_on(3_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(OffsetPrimary2SecondaryTest) | |
| PRECICE_TEST_SETUP | ( | "" | _on2_ranks).setupIntraComm( | ) |
| PRECICE_TEST_SETUP | ( | "" | _on3_ranks).setupIntraComm( | ) |
| PRECICE_TEST_SETUP | ( | "Offset" | _on1_rank, |
| "Test" | _on2_ranks).setupIntraComm( ) |
| PRECICE_TEST_SETUP | ( | "Offset" | _on1_rank, |
| "Test" | _on3_ranks).setupIntraComm( ) |