Skip to content

Commit

Permalink
Update todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Mar 30, 2024
1 parent 2b43cfb commit a230467
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ cd forcad


```shell
fpm run --example --all
fpm run --example <file name excluding the .f90 extension>
```
Once the examples have been executed, `.vtk` files will be generated within the `vtk` directory. These files can then be visualized using tools such as ParaView.

## API documentation

Expand All @@ -60,6 +61,7 @@ ford ford.yml
- [ ] Add method `insert_knot()` for B-splines and NURBS.
- [ ] Add method `remove_knot()` for B-splines and NURBS.
- [ ] Add method `elevate_degree()` for Bezier, Rational Bezier, B-splines, and NURBS.
- [x] Add method `elevate_degree()` for Bezier and Rational Bezier curves.
- [ ] Add method `reduce_degree()` for Bezier, Rational Bezier, B-splines, and NURBS.

## Contributing
Expand Down

0 comments on commit a230467

Please sign in to comment.