Fritz-Rodrigo commited on
Commit
b5fc398
·
verified ·
1 Parent(s): 255908c

Updated task_categories and tags

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -70,9 +70,9 @@ As a result, the actual scalar field is discretized into 101 × 101 × 101 = 1,0
70
 
71
  As mentioned earlier, the other file types use the following suffixes:
72
 
73
- - `_ns.stl`: The non-smoothed surface mesh, output directly from the Marching Cubes algorithm (raw geometry).
74
- - `_sf.txt`: The scalar field used to generate the surface.
75
- - `_bup.txt`: The blow-up profile, i.e., the radius function discretization for the analytical envelope.
76
 
77
 
78
  # Acknowledgements
 
70
 
71
  As mentioned earlier, the other file types use the following suffixes:
72
 
73
+ - `_ns.stl`: The __non-smoothed__ surface mesh, output directly from the Marching Cubes algorithm (raw geometry).
74
+ - `_sf.txt`: The __scalar field__ used to generate the surface.
75
+ - `_bup.txt`: The __blow-up__ profile, i.e., the radius function discretization for the analytical envelope.
76
 
77
 
78
  # Acknowledgements