This is a worklog-style entry (NASA-ish).
What Iām tracking
- Meshing scripts
- Running SU2
- Post-processing
```python import numpy as np
x = np.linspace(0, 1, 5) print(x)
This is a worklog-style entry (NASA-ish).
```python import numpy as np
x = np.linspace(0, 1, 5) print(x)