2024-04-27 19:49:46 +02:00
|
|
|
# Working TODO
|
2024-05-01 13:54:16 +02:00
|
|
|
- [x] Wave Constant
|
2024-04-27 19:58:50 +02:00
|
|
|
- Sources
|
feat: Feature-parity with past.
We've added enough nodes to run simulations, and there is now only an
"air gap" remaining between the math nodes and the sim design nodes.
Of particular importance right now are:
- Finalizing the exporter w/Sim Data output.
- Finishing the plane wave, as well as other key source nodes (TFSF,
Gaussian Beam, Plane Wave stand out in particular).
- Reduce node, as we need to be able to reconstruct total flux
through a field monitor, as well as generally do statistics.
- Transform node, particularly w/pure-InfoFlow reindexing (we need to be
able to reindex frequency -> vacwl), fourier transform (we need to be
able to cast a time-domain field recording to frequency domain).
- Finish debugging the basic structures, in particular the Cylinder
primitive, but also the generic GeoNodes node, so we can build the
membrane properly.
- Ah yes, also, the grid definition. The default can sometimes act a
little suspiciously.
2024-05-03 00:19:02 +02:00
|
|
|
- [x] Temporal Shapes / Continuous Wave Temporal Shape
|
2024-04-27 19:58:50 +02:00
|
|
|
- [ ] Temporal Shapes / Symbolic Temporal Shape
|
|
|
|
- [ ] Plane Wave Source
|
|
|
|
- [ ] TFSF Source
|
|
|
|
- [ ] Gaussian Beam Source
|
|
|
|
- [ ] Astig. Gauss Beam
|
|
|
|
- Monitors
|
2024-05-01 13:54:16 +02:00
|
|
|
- [x] EH Field
|
|
|
|
- [x] Power Flux
|
2024-04-27 19:58:50 +02:00
|
|
|
- [ ] Permittivity
|
|
|
|
- [ ] Diffraction
|
2024-05-02 14:24:23 +02:00
|
|
|
- Tidy3D / Integration
|
|
|
|
- [ ] Exporter
|
|
|
|
- [ ] Combine
|
|
|
|
- [ ] Importer
|
|
|
|
- Sim Grid
|
|
|
|
- [ ] Sim Grid
|
|
|
|
- [ ] Auto
|
|
|
|
- [ ] Manual
|
|
|
|
- [ ] Uniform
|
|
|
|
- [ ] Data
|
2024-04-27 19:58:50 +02:00
|
|
|
- Structures
|
|
|
|
- [ ] Cylinder
|
|
|
|
- [ ] Cylinder Array
|
|
|
|
- [ ] L-Cavity Cylinder
|
|
|
|
- [ ] H-Cavity Cylinder
|
|
|
|
- [ ] FCC Lattice
|
|
|
|
- [ ] BCC Lattice
|
|
|
|
- [ ] Monkey
|
2024-05-02 14:24:23 +02:00
|
|
|
- Expr Socket
|
|
|
|
- [ ] Array Mode
|
|
|
|
- Math Nodes
|
|
|
|
- [ ] Reduce Math
|
|
|
|
- [ ] Transform Math - reindex freq->wl
|
|
|
|
- Material Data Fitting
|
|
|
|
- [ ] Data File Import
|
|
|
|
- [ ] DataFit Medium
|
2024-04-27 19:58:50 +02:00
|
|
|
- Mediums
|
2024-05-02 14:24:23 +02:00
|
|
|
- [ ] Non-Linearities
|
2024-04-27 19:58:50 +02:00
|
|
|
- [ ] PEC Medium
|
|
|
|
- [ ] Isotropic Medium
|
|
|
|
- [ ] Sellmeier Medium
|
|
|
|
- [ ] Drude Medium
|
|
|
|
- [ ] Debye Medium
|
|
|
|
- [ ] Anisotropic Medium
|
|
|
|
- Integration
|
|
|
|
- [ ] Simulation and Analysis of Maxim's Cavity
|
|
|
|
- Constants
|
2024-05-01 13:54:16 +02:00
|
|
|
- [x] Number Constant
|
|
|
|
- [x] Vector Constant
|
|
|
|
- [x] Physical Constant
|
2024-04-27 19:58:50 +02:00
|
|
|
|
2024-04-27 19:49:46 +02:00
|
|
|
- [ ] Fix many problems by persisting `_enum_cb_cache` and `_str_cb_cache`.
|