#include <mpi.h>
#include <vector>
#include "testUtils.txx"
Go to the source code of this file.
Namespaces | |
namespace | ot |
namespace | ot::test |
namespace | par |
namespace | par::test |
namespace | seq |
namespace | seq::test |
namespace | test |
Functions | |
template<typename T> | |
bool | isSorted (const std::vector< T > &nodes, MPI_Comm comm) |
template<typename T> | |
bool | isSorted (T *nodes, unsigned int sz) |
template<typename T> | |
bool | isSorted (const std::vector< T > &nodes) |
template<typename T> | |
bool | isUniqueAndSorted (const std::vector< T > &nodes, MPI_Comm comm) |
template<typename T> | |
bool | isUniqueAndSorted (T *nodes, unsigned int sz) |
template<typename T> | |
bool | isUniqueAndSorted (const std::vector< T > &nodes) |
Definition in file testUtils.h.
|
Definition at line 70 of file testUtils.txx. References par::splitComm2way(). |
|
Definition at line 28 of file testUtils.txx. |
|
Definition at line 16 of file testUtils.txx. |
|
Definition at line 124 of file testUtils.txx. References par::splitComm2way(). |
|
Definition at line 52 of file testUtils.txx. |
|
Definition at line 40 of file testUtils.txx. |