preCICE v3.1.2
|
#include <boost/test/unit_test_log.hpp>
#include <Eigen/Core>
#include <algorithm>
#include <math.h>
#include <memory>
#include <ostream>
#include <stdlib.h>
#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) |
BOOST_AUTO_TEST_CASE (ParVectorOperations) | |
BOOST_AUTO_TEST_CASE (ParallelMatrixMatrixOp) | |
BOOST_AUTO_TEST_CASE | ( | ParallelMatrixMatrixOp | ) |
Definition at line 152 of file ParallelMatrixOperationsTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ParVectorOperations | ) |
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.