Skip to content

Commit 7bfdaa2

Browse files
committed
Adjusting files to make documentation buildable
Will be squashed later
1 parent d77bd9c commit 7bfdaa2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,6 @@ makeisolevels(collect(0:0.1:10), 1, (1,-1),nothing)
123123

124124
```@docs
125125
GridVisualizeTools.calculate_plane_tetrahedron_intersection!
126+
GridVisualizeTools.assign_coordinates_at_point_in_plane!
127+
GridVisualizeTools.assign_coordinates_at_intersection!
126128
```

src/marching.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
and the plane.
1111
1212
Input:
13-
- pointlist: 3xN array of grid point coordinates
14-
- node_indices: 4 element array of node indices (pointing into pointlist and function_values)
13+
- coordinates: 3xN array of grid point coordinates
14+
- node_indices: 4 element array of node indices (pointing into coordinates and function_values)
1515
- planeq_values: 4 element array of plane equation evaluated at the node coordinates
1616
- function_values: N element array of function values
1717

0 commit comments

Comments
 (0)