preCICE v3.2.0
|
#include <boost/test/unit_test_log.hpp>
#include <Eigen/Core>
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include "acceleration/impl/ParallelMatrixOperations.hpp"
#include "com/Communication.hpp"
#include "com/MPIPortsCommunication.hpp"
#include "com/SharedPointer.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/IntraComm.hpp"
Go to the source code of this file.
Functions | |
void | validate_result_equals_reference (Eigen::MatrixXd &result_local, Eigen::MatrixXd &reference_global, int offset, bool partitionedRowWise) |
PRECICE_TEST_SETUP (""_on(4_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(ParVectorOperations) | |
PRECICE_TEST_SETUP | ( | "" | _on4_ranks).setupIntraComm( | ) |
Definition at line 47 of file ParallelMatrixOperationsTest.cpp.
void validate_result_equals_reference | ( | Eigen::MatrixXd & | result_local, |
Eigen::MatrixXd & | reference_global, | ||
int | offset, | ||
bool | partitionedRowWise ) |
Definition at line 28 of file ParallelMatrixOperationsTest.cpp.