preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
ParallelMatrixOperationsTest.cpp File Reference
#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"
Include dependency graph for ParallelMatrixOperationsTest.cpp:

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)
 

Function Documentation

◆ PRECICE_TEST_SETUP()

PRECICE_TEST_SETUP ( "" _on4_ranks).setupIntraComm()

Definition at line 47 of file ParallelMatrixOperationsTest.cpp.

Here is the call graph for this function:

◆ validate_result_equals_reference()

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.

Here is the call graph for this function: