Skip to content

Commit f3cd542

Browse files
committed
add some info
1 parent f360283 commit f3cd542

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/src/implementation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Implementation
2+
3+
In the backend, GeometryTypes relies on fixed-size arrays, specifically static vectors.
4+
5+
TODO add more here.

docs/src/meshes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Meshes
22

3+
## Types
4+
5+
```@docs
6+
AbstractMesh
7+
Mesh
8+
```
9+
310
## How to create a mesh
411

512
### Meshing.jl

0 commit comments

Comments
 (0)