Skip to content

Commit 2ed2945

Browse files
committed
indent
1 parent 6edf521 commit 2ed2945

File tree

16 files changed

+366
-366
lines changed

16 files changed

+366
-366
lines changed

src/t8_schemes/t8_default/t8_default_common/t8_default_common.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ class t8_default_scheme_common: public t8_scheme_helpers<TEclass, TUnderlyingEcl
235235
}
236236

237237
/** Count how many leaf descendants of a given uniform level an element would produce.
238-
* \param [in] element The element to be checked.
239-
* \param [in] level A refinement level.
238+
* \param [in] element The element to be checked.
239+
* \param [in] level A refinement level.
240240
* \return Suppose \a element is uniformly refined up to level \a level. The return value
241241
* is the resulting number of elements (of the given level).
242242
* Each default element (except pyramids) refines into 2^{dim * (level - level(t))}

src/t8_schemes/t8_default/t8_default_hex/t8_default_hex.hxx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
359359
* \see t8_cmesh_set_join
360360
* \param [in] sign Depending on the topological orientation of the two tree faces,
361361
* either 0 (both faces have opposite orientation)
362-
* or 1 (both faces have the same top. orientattion).
362+
* or 1 (both faces have the same top. orientation).
363363
* \ref t8_eclass_face_orientation
364364
* \param [in] is_smaller_face Flag to declare whether \a elem1 belongs to
365365
* the smaller face. A face f of tree T is smaller than
@@ -491,7 +491,7 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
491491
element_get_last_descendant (const t8_element_t *elem, t8_element_t *desc, int level) const;
492492

493493
/** Construct the successor in a uniform refinement of a given element.
494-
* \param [in] elem The element whose successor should be constructed.
494+
* \param [in] elem The element whose successor should be constructed.
495495
* \param [in,out] succ The successor element whose entries will be set.
496496
*/
497497
void
@@ -539,7 +539,7 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
539539
* reference space of the tree.
540540
*
541541
* \param [in] elem The element.
542-
* \param [in] ref_coords The coordinates \f$ [0,1]^\mathrm{dim} \f$ of the point
542+
* \param [in] ref_coords The coordinates \f$ [0,1]^\mathrm{dim} \f$ of the point
543543
* in the reference space of the element.
544544
* \param [in] num_coords Number of \f$ dim\f$-sized coordinates to evaluate.
545545
* \param [out] out_coords The coordinates of the points in the
@@ -559,7 +559,7 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
559559
#if T8_ENABLE_DEBUG
560560
/** Query whether a given element can be considered as 'valid' and it is
561561
* safe to perform any of the above algorithms on it.
562-
* \param [in] element The element to be checked.
562+
* \param [in] element The element to be checked.
563563
* \return True if \a element is safe to use. False otherwise.
564564
* \note An element that is constructed with \ref element_new
565565
* must pass this test.
@@ -579,9 +579,9 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
579579
* and the level of the triangle. This function is only available in the
580580
* debugging configuration.
581581
*
582-
* \param [in] elem The element to print
583-
* \param [in] debug_string String printed to debug
584-
* \param [in] string_size String size of \a debug_string.
582+
* \param [in] elem The element to print
583+
* \param [in] debug_string String printed to debug
584+
* \param [in] string_size String size of \a debug_string.
585585
*/
586586
void
587587
element_to_string (const t8_element_t *elem, char *debug_string, const int string_size) const;
@@ -594,12 +594,12 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
594594
set_to_root (t8_element_t *elem) const;
595595

596596
/** Pack multiple elements into contiguous memory, so they can be sent via MPI.
597-
* \param [in] elements Array of elements that are to be packed
598-
* \param [in] count Number of elements to pack
599-
* \param [in,out] send_buffer Buffer in which to pack the elements
600-
* \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
601-
* \param [in, out] position the position of the first byte that is not already packed
602-
* \param [in] comm MPI Communicator
597+
* \param [in] elements Array of elements that are to be packed
598+
* \param [in] count Number of elements to pack
599+
* \param [in,out] send_buffer Buffer in which to pack the elements
600+
* \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
601+
* \param [in, out] position the position of the first byte that is not already packed
602+
* \param [in] comm MPI Communicator
603603
*/
604604
void
605605
element_MPI_Pack (t8_element_t **const elements, const unsigned int count, void *send_buffer, int buffer_size,
@@ -614,12 +614,12 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
614614
element_MPI_Pack_size (const unsigned int count, sc_MPI_Comm comm, int *pack_size) const;
615615

616616
/** Unpack multiple elements from contiguous memory that was received via MPI.
617-
* \param [in] recvbuf Buffer from which to unpack the elements
618-
* \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
617+
* \param [in] recvbuf Buffer from which to unpack the elements
618+
* \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
619619
* \param [in, out] position the position of the first byte that is not already packed
620-
* \param [in] elements Array of initialised elements that is to be filled from the message
621-
* \param [in] count Number of elements to unpack
622-
* \param [in] comm MPI Communicator
620+
* \param [in] elements Array of initialised elements that is to be filled from the message
621+
* \param [in] count Number of elements to unpack
622+
* \param [in] comm MPI Communicator
623623
*/
624624
void
625625
element_MPI_Unpack (void *recvbuf, const int buffer_size, int *position, t8_element_t **elements,

src/t8_schemes/t8_default/t8_default_line/t8_default_line.hxx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class t8_default_scheme_line: public t8_default_scheme_common<T8_ECLASS_LINE, t8
371371
* \see t8_cmesh_set_join
372372
* \param [in] sign Depending on the topological orientation of the two tree faces,
373373
* either 0 (both faces have opposite orientation)
374-
* or 1 (both faces have the same top. orientattion).
374+
* or 1 (both faces have the same top. orientation).
375375
* \ref t8_eclass_face_orientation
376376
* \param [in] is_smaller_face Flag to declare whether \a elem1 belongs to
377377
* the smaller face. A face f of tree T is smaller than
@@ -550,7 +550,7 @@ class t8_default_scheme_line: public t8_default_scheme_common<T8_ECLASS_LINE, t8
550550
* reference space of the tree.
551551
*
552552
* \param [in] elem The element.
553-
* \param [in] ref_coords The coordinates \f$ [0,1]^\mathrm{dim} \f$ of the point
553+
* \param [in] ref_coords The coordinates \f$ [0,1]^\mathrm{dim} \f$ of the point
554554
* in the reference space of the element.
555555
* \param [in] num_coords Number of \f$ dim\f$-sized coordinates to evaluate.
556556
* \param [out] out_coords The coordinates of the points in the
@@ -590,9 +590,9 @@ class t8_default_scheme_line: public t8_default_scheme_common<T8_ECLASS_LINE, t8
590590
* and the level of the triangle. This function is only available in the
591591
* debugging configuration.
592592
*
593-
* \param [in] elem The element to print
594-
* \param [in] debug_string String printed to debug
595-
* \param [in] string_size String size of \a debug_string.
593+
* \param [in] elem The element to print
594+
* \param [in] debug_string String printed to debug
595+
* \param [in] string_size String size of \a debug_string.
596596
*/
597597
void
598598
element_to_string (const t8_element_t *elem, char *debug_string, const int string_size) const;
@@ -604,32 +604,32 @@ class t8_default_scheme_line: public t8_default_scheme_common<T8_ECLASS_LINE, t8
604604
set_to_root (t8_element_t *elem) const;
605605

606606
/** Pack multiple elements into contiguous memory, so they can be sent via MPI.
607-
* \param [in] elements Array of elements that are to be packed
608-
* \param [in] count Number of elements to pack
609-
* \param [in,out] send_buffer Buffer in which to pack the elements
610-
* \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
611-
* \param [in, out] position the position of the first byte that is not already packed
612-
* \param [in] comm MPI Communicator
607+
* \param [in] elements Array of elements that are to be packed
608+
* \param [in] count Number of elements to pack
609+
* \param [in,out] send_buffer Buffer in which to pack the elements
610+
* \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
611+
* \param [in, out] position the position of the first byte that is not already packed
612+
* \param [in] comm MPI Communicator
613613
*/
614614
void
615615
element_MPI_Pack (t8_element_t **const elements, const unsigned int count, void *send_buffer, int buffer_size,
616616
int *position, sc_MPI_Comm comm) const;
617617

618618
/** Determine an upper bound for the size of the packed message of \b count elements
619-
* \param [in] count Number of elements to pack
620-
* \param [in] comm MPI Communicator
619+
* \param [in] count Number of elements to pack
620+
* \param [in] comm MPI Communicator
621621
* \param [out] pack_size upper bound on the message size
622622
*/
623623
void
624624
element_MPI_Pack_size (const unsigned int count, sc_MPI_Comm comm, int *pack_size) const;
625625

626626
/** Unpack multiple elements from contiguous memory that was received via MPI.
627-
* \param [in] recvbuf Buffer from which to unpack the elements
628-
* \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
629-
* \param [in, out] position the position of the first byte that is not already packed
630-
* \param [in] elements Array of initialised elements that is to be filled from the message
631-
* \param [in] count Number of elements to unpack
632-
* \param [in] comm MPI Communicator
627+
* \param [in] recvbuf Buffer from which to unpack the elements
628+
* \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
629+
* \param [in, out] position the position of the first byte that is not already packed
630+
* \param [in] elements Array of initialised elements that is to be filled from the message
631+
* \param [in] count Number of elements to unpack
632+
* \param [in] comm MPI Communicator
633633
*/
634634
void
635635
element_MPI_Unpack (void *recvbuf, const int buffer_size, int *position, t8_element_t **elements,

0 commit comments

Comments
 (0)