Skip to content

Commit

Permalink
Fix type in symmetric_mesh.md (#69)
Browse files Browse the repository at this point in the history
`bspline_project` -> `symmetric_mesh`
  • Loading branch information
jwscook authored Dec 18, 2024
1 parent bddb217 commit 909f99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/symmetric_mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For a domain bounded by an outer boundary curve, this background grid is set by
element size in the $x$ and $y$ directions. To start, we set the background grid for `symmetric_mesh`
to have elements with side length $0.25$ in each direction
```julia
addBackgroundGrid!(spline_project, [0.25, 0.25, 0.0])
addBackgroundGrid!(symmetric_mesh, [0.25, 0.25, 0.0])
```

## Add the outer boundary
Expand Down Expand Up @@ -360,4 +360,4 @@ renameCurve!(symmetric_mesh, "right", ":symmetry")

# Generate the mesh. Saves the mesh file to the directory "out".
generate_mesh(symmetric_mesh)
```
```

0 comments on commit 909f99e

Please sign in to comment.