Function new_hypercube_cmesh::make_param_string
Defined in File t8_cmesh_new_hypercube_param.hxx
Function Documentation
-
std::string new_hypercube_cmesh::make_param_string(const t8_eclass_t eclass, const sc_MPI_Comm comm, const int do_bcast, const int do_partition, const int periodic)
Function to convert parameter values to a string.
- Parameters:
eclass – [in] eclass determines the dimension and the number of trees needed to construct a cube.
comm – [in] The mpi communicator to be used.
do_bcast – [in] If this flag is nonzero the cmesh is only constructed on processor 0 and then broadcasted to the other processors in comm.
do_partition – [in] Create a partitioned cmesh.
periodic – [in] If true, the coarse mesh will be periodic in each direction.