@@ -77,7 +77,7 @@ t8_cmesh_new_empty (sc_MPI_Comm comm, const int do_partition, const int dimensio
7777t8_cmesh_t
7878t8_cmesh_new_from_class (t8_eclass_t eclass , sc_MPI_Comm comm );
7979
80- /** Construct a hypercube forest from one primitive tree class.
80+ /** Construct a hypercube cmesh from one primitive tree class.
8181 * \param [in] eclass This element class determines the dimension and
8282 * the number of trees needed to construct a cube.
8383 * \param [in] comm The mpi communicator to be used.
@@ -92,7 +92,7 @@ t8_cmesh_new_from_class (t8_eclass_t eclass, sc_MPI_Comm comm);
9292t8_cmesh_t
9393t8_cmesh_new_hypercube (t8_eclass_t eclass , sc_MPI_Comm comm , int do_bcast , int do_partition , int periodic );
9494
95- /** Construct a hypercube forest from one primitive tree class.
95+ /** Construct a hypercube cmesh from one primitive tree class.
9696 * \param [in] eclass This element class determines the dimension of the cube.
9797 * \param [in] comm The mpi communicator to be used.
9898 * \param [in] boundary The vertices, that define the hypercube boundary.
@@ -131,7 +131,7 @@ t8_cmesh_t
131131t8_cmesh_new_hypercube_pad (const t8_eclass_t eclass , sc_MPI_Comm comm , const double * boundary , t8_locidx_t polygons_x ,
132132 t8_locidx_t polygons_y , t8_locidx_t polygons_z , const int use_axis_aligned );
133133
134- /** Construct a hypercube forest from one primitive tree class.
134+ /** Construct a hypercube cmesh from one primitive tree class.
135135 * \param [in] eclass This element class determines the dimension of the cube.
136136 * \param [in] comm The mpi communicator to be used.
137137 * \param [in] boundary The vertices, that define the hypercube boundary.
@@ -190,7 +190,7 @@ t8_cmesh_new_hypercube_hybrid (sc_MPI_Comm comm, int do_partition, int periodic)
190190 * Hypercube?
191191 * TODO: redundant, remove.
192192 * \param [in] comm The mpi communicator to use.
193- * \param [in] dim The dimension of the forest , 1, 2 or 3.
193+ * \param [in] dim The dimension of the cmesh , 1, 2 or 3.
194194 * \return A valid cmesh, as if _init and _commit had been called.
195195 */
196196t8_cmesh_t
@@ -228,14 +228,14 @@ t8_cmesh_new_periodic_line_more_trees (sc_MPI_Comm comm);
228228t8_cmesh_t
229229t8_cmesh_new_bigmesh (t8_eclass_t eclass , int num_trees , sc_MPI_Comm comm );
230230
231- /** Construct a forest of three connected askew lines
231+ /** Construct a cmesh of three connected askew lines
232232 * \param [in] comm The mpi communicator to use.
233233 * \return A valid cmesh, as if _init and _commit had been called.
234234 */
235235t8_cmesh_t
236236t8_cmesh_new_line_zigzag (sc_MPI_Comm comm );
237237
238- /** Construct a forest of num_of_prisms connected prism, all with one edge in 0,
238+ /** Construct a cmesh of num_of_prisms connected prism, all with one edge in 0,
239239 * except for num_of_prisms = 2, then the return is the hypercube mesh
240240 * \param [in] comm The mpi communicator to use.
241241 * \param [in] num_of_prisms The number of prisms to be used.
@@ -256,14 +256,14 @@ t8_cmesh_new_prism_deformed (sc_MPI_Comm comm);
256256t8_cmesh_t
257257t8_cmesh_new_pyramid_deformed (sc_MPI_Comm comm );
258258
259- /** Construct a forest of six connected noncannoical oriented prisms
259+ /** Construct a cmesh of six connected noncannoical oriented prisms
260260 * \param [in] comm The mpi communicator to use.
261261 * \return A valid cmesh, as if _init and _commit had been called.
262262 */
263263t8_cmesh_t
264264t8_cmesh_new_prism_cake_funny_oriented (sc_MPI_Comm comm );
265265
266- /** Construct a forest of six connected noncannoical oriented prisms
266+ /** Construct a cmesh of six connected noncannoical oriented prisms
267267 * \param [in] comm The mpi communicator to use.
268268 * \return A valid cmesh, as if _init and _commit had been called.
269269 */
0 commit comments