ESyS-Particle  2.3.4
test_cart.cpp File Reference
#include "test_cart.h"
#include <cart_comm.h>
#include <iostream>
#include <vector>
Include dependency graph for test_cart.cpp:

Functions

TML_CartComm cart_comm_build (TML_Comm *comm, bool circular)
 
bool test_cart_comm_build (TML_Comm *comm)
 
bool test_get_coords (TML_CartComm *comm, int rank)
 
bool test_shift (TML_CartComm *comm, int rank, bool circ)
 
bool test_group_cart (TML_Comm *comm, int rank)
 

Function Documentation

◆ cart_comm_build()

TML_CartComm cart_comm_build ( TML_Comm comm,
bool  circular 
)

References TML_Comm::size().

Referenced by test_group_cart().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_cart_comm_build()

bool test_cart_comm_build ( TML_Comm comm)

Referenced by test_group_cart().

Here is the caller graph for this function:

◆ test_get_coords()

bool test_get_coords ( TML_CartComm comm,
int  rank 
)

References TML_CartComm::get_coords().

Referenced by test_group_cart().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_group_cart()

bool test_group_cart ( TML_Comm comm,
int  rank 
)

References cart_comm_build(), test_cart_comm_build(), test_get_coords(), and test_shift().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shift()

bool test_shift ( TML_CartComm comm,
int  rank,
bool  circ 
)

References TML_CartComm::shift_cont().

Referenced by test_group_cart().

Here is the call graph for this function:
Here is the caller graph for this function: