preCICE v3.1.2
Loading...
Searching...
No Matches
Functions
ParallelMatrixOperationsTest.cpp File Reference
#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"
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)
 
 BOOST_AUTO_TEST_CASE (ParVectorOperations)
 
 BOOST_AUTO_TEST_CASE (ParallelMatrixMatrixOp)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( ParallelMatrixMatrixOp )

Definition at line 152 of file ParallelMatrixOperationsTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( ParVectorOperations )

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: