Function new_disjoint_bricks::make_param_string

Function Documentation

std::string new_disjoint_bricks::make_param_string(const t8_gloidx_t num_x, const t8_gloidx_t num_y, const t8_gloidx_t num_z, const int x_periodic, const int y_periodic, const int z_periodic, sc_MPI_Comm comm)

Function to convert parameter values to a string.

Parameters:
  • num_x[in] The number of trees in x direction for this rank.

  • num_y[in] The number of trees in y direction for this rank.

  • num_z[in] The number of trees in z direction for this rank. If nonzero, the cmesh is 3 dimensional.

  • x_periodic[in] If nonzero, the local brick connectivity is periodic in x direction.

  • y_periodic[in] If nonzero, the local brick connectivity is periodic in y direction.

  • z_periodic[in] If nonzero and num_z > 0, the local brick connectivity is periodic in z direction.

  • comm[in] The MPI communicator used to commit the cmesh.