blender_maxwell/TODO.md

57 lines
1.2 KiB
Markdown
Raw Normal View History

2024-04-27 19:49:46 +02:00
# Working TODO
- [x] Wave Constant
2024-04-27 19:58:50 +02:00
- Sources
- [x] Temporal Shapes / Continuous Wave Temporal Shape
2024-05-19 07:20:23 +02:00
- [x] Temporal Shapes / Symbolic Temporal Shape
- [x] Plane Wave Source
2024-04-27 19:58:50 +02:00
- [ ] TFSF Source
2024-05-19 07:20:23 +02:00
- [x] Gaussian Beam Source
2024-04-27 19:58:50 +02:00
- [ ] Astig. Gauss Beam
- Monitors
- [x] EH Field
- [x] Power Flux
2024-05-19 07:20:23 +02:00
- [x] Permittivity
2024-04-27 19:58:50 +02:00
- [ ] Diffraction
- Tidy3D / Integration
- [ ] Exporter
- [ ] Combine
- [ ] Importer
- Sim Grid
- [ ] Sim Grid
- [ ] Auto
- [ ] Manual
- [ ] Uniform
- [ ] Data
2024-04-27 19:58:50 +02:00
- Structures
2024-05-19 07:20:23 +02:00
- [x] Cylinder
2024-04-27 19:58:50 +02:00
- [ ] Cylinder Array
- [ ] L-Cavity Cylinder
- [ ] H-Cavity Cylinder
- [ ] FCC Lattice
- [ ] BCC Lattice
- [ ] Monkey
- Expr Socket
2024-05-19 07:20:23 +02:00
- [x] LVF Mode
- Math Nodes
- [ ] Reduce Math
2024-05-19 07:20:23 +02:00
- [x] Transform Math - reindex freq->wl
- Material Data Fitting
- [ ] Data File Import
- [ ] DataFit Medium
2024-04-27 19:58:50 +02:00
- Mediums
- [ ] Non-Linearities
2024-04-27 19:58:50 +02:00
- [ ] PEC Medium
- [ ] Isotropic Medium
- [ ] Sellmeier Medium
- [ ] Drude Medium
- [ ] Debye Medium
- [ ] Anisotropic Medium
- Integration
2024-05-19 07:20:23 +02:00
- [x] Simulation and Analysis of Maxim's Cavity
2024-04-27 19:58:50 +02:00
- Constants
- [x] Number Constant
- [x] Vector Constant
- [x] Physical Constant
2024-04-27 19:58:50 +02:00
2024-05-19 07:20:23 +02:00
- [x] Fix many problems by persisting `_enum_cb_cache` and `_str_cb_cache`.