Skip to content

Commit 9a0f7ef

Browse files
committed
spellcheck overlap: replace C++-style comments
1 parent c912c5a commit 9a0f7ef

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

example/multi/overlap2.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
#endif
132132

133133
/* ---------------------------------------------------------------------- */
134-
/// TIMING- AND STAT-CONTEXT FOR OVERLAP EXCHANGE
134+
/* TIMING- AND STAT-CONTEXT FOR OVERLAP EXCHANGE */
135135
/* ---------------------------------------------------------------------- */
136136
/* Context and auxiliary functions for in-depth timing of exchange. */
137137

@@ -417,7 +417,7 @@ sc_stats_print_x (int category, int package_id, int log_priority, int nvars,
417417
}
418418

419419
/* ---------------------------------------------------------------------- */
420-
/// OVERLAP EXCHANGE
420+
/* OVERLAP EXCHANGE */
421421
/* ---------------------------------------------------------------------- */
422422
/* Abstract exchange routine for unknown point type (passed around as void
423423
* pointer and handeĺed only by user-defined callbacks). */
@@ -1723,7 +1723,7 @@ overlap_exchange (p4est_t *pro4est, sc_array_t *points, sc_MPI_Comm concomm,
17231723
}
17241724

17251725
/* ---------------------------------------------------------------------- */
1726-
/// Application Producer and Consumer
1726+
/* APPLICATION PRODUCER AND CONSUMER */
17271727
/* ---------------------------------------------------------------------- */
17281728
/* Structs to handle the producer and the consumer mesh of a rather general
17291729
* overlap setting. Used both for the simple and the adaptive example. */
@@ -1800,7 +1800,7 @@ typedef struct global
18001800
global_t;
18011801

18021802
/* ---------------------------------------------------------------------- */
1803-
/// Mappings and Intersections
1803+
/* MAPPINGS AND INTERSECTIONS */
18041804
/* ---------------------------------------------------------------------- */
18051805
/* A general point struct and its intersect callback. Various mappings as well
18061806
* as corresponding inverse mappings are supplied as well. Used as a basis for
@@ -2284,7 +2284,7 @@ coordinate_get_quadrant_corner (p4est_quadrant_t *q, int cid, double qxyz[3])
22842284
}
22852285

22862286
/* ---------------------------------------------------------------------- */
2287-
/// Simple Example
2287+
/* SIMPLE EXAMPLE */
22882288
/* ---------------------------------------------------------------------- */
22892289
/* Simple example of a overlap_exchange application. It computes artificial
22902290
* solution data on the producer side and queries it for the center of every
@@ -2646,7 +2646,7 @@ simple_verify (global_t *g)
26462646
}
26472647

26482648
/* ---------------------------------------------------------------------- */
2649-
/// VTK-Output of Simple Example
2649+
/* VTK-OUTPUT OF SIMPLE EXAMPLE */
26502650
/* ---------------------------------------------------------------------- */
26512651
/* Visualiziation of the results of the overlap_exchange. */
26522652

@@ -2831,7 +2831,7 @@ simple_output_results (global_t *g, int text, int vtk)
28312831
}
28322832

28332833
/* ---------------------------------------------------------------------- */
2834-
/// Refinement Methods
2834+
/* REFINEMENT METHODS */
28352835
/* ---------------------------------------------------------------------- */
28362836
/* Several refinement methods for the general example setup. */
28372837

@@ -3027,7 +3027,7 @@ refine_polygon_fn (p4est_t *p4est, p4est_topidx_t which_tree,
30273027
}
30283028

30293029
/* ---------------------------------------------------------------------- */
3030-
/// Adaptive Refinement
3030+
/* ADAPTIVE REFINEMENT */
30313031
/* ---------------------------------------------------------------------- */
30323032
/* Adaptive refinement method based on overlap_exchange. Every consumer query
30333033
* point is discretized by a 3x3(x3) tensor of query points. These are used to
@@ -3350,7 +3350,7 @@ adaptive_refine_fn (p4est_t *p4est, p4est_topidx_t which_tree,
33503350
}
33513351

33523352
/* ---------------------------------------------------------------------- */
3353-
/// Example Applications
3353+
/* EXAMPLE APPLICATIONS */
33543354
/* ---------------------------------------------------------------------- */
33553355
/* General example workflow creating a consumer and a producer mesh, refining
33563356
* them and performing a simple overlap before evaluating the results. */

0 commit comments

Comments
 (0)