You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/IO/forest/netcdf/t8_write_forest_netcdf.cxx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,13 +54,13 @@ T8_EXTERN_C_BEGIN ();
54
54
*/
55
55
structt8_example_netcdf_adapt_data
56
56
{
57
-
t8_3D_point midpoint; /* Midpoint of a aphere*/
57
+
t8_3D_point midpoint; /* Midpoint of a sphere*/
58
58
double refine_if_inside_radius; /* refine all elements inside this radius from the sphere's midpoint */
59
59
double coarsen_if_outside_radius; /* coarsen all element families outside of this radius from the sphere's midpoint */
60
60
};
61
61
62
62
/** This functions describe an adapt_function, an adapt_function describes the refinement/coarsening rules for a forest
63
-
* \note If an element is inside a given radius from the midpoint of the hypercube, this element is refined. If a family of elements is outiside a given radius from the midpoint of the hypercube, it is coarsened.
63
+
* \note If an element is inside a given radius from the midpoint of the hypercube, this element is refined. If a family of elements is outside a given radius from the midpoint of the hypercube, it is coarsened.
64
64
* \note A detailed description of the adaption process is found in step 3 of the tutorial located in 't8code/example/tutorials'.
0 commit comments