Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed meshing issues: issue #150 | discussion #156 #159

Merged
merged 12 commits into from
May 28, 2024
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ docs/build/
**/__pycache__/**
build/
docs/_build
**/.ipynb_checkpoints/**

*.msh
*.xdmf
Expand All @@ -25,4 +26,4 @@ docs/_build
Manifest.toml

# bibtex-tidy
*.bib.original
*.bib.original
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ The documentation is lagging behind the state of code, so there's several featur
- Calculation of overlap-integrals and confinement-factors
- Bragg grating cells
- Grating coupler cells
- Eigenmode of a coaxial cable and its specific impedance
- Eigenmodes of electric transmission lines
and determining their propagation constant (in work)
- Static electric fields
- Overlap integrals between waveguide modes
- Overlap integral between a waveguide mode and a fiber mode
- Coupled mode theory - coupling between adjacent waveguides
Expand All @@ -77,6 +73,14 @@ The documentation is lagging behind the state of code, so there's several featur
- Static thermal profiles
- Transient thermal behavior

### Electronics problems

- Coplanar waveguide RF design
- Eigenmode of a coaxial cable and its specific impedance
- Eigenmodes of electric transmission lines
and determining their propagation constant (in work)
- Static electric fields

Something missing? Feel free to open an [issue](https://github.com/HelgeGehring/femwell/issues) :)

## Contributors
Expand All @@ -93,6 +97,7 @@ Something missing? Feel free to open an [issue](https://github.com/HelgeGehring/
- Markus DeMartini (Google)
- Lucas Grosjean (Google, Femto-ST Institute)
- Eliza Leung (University of Adelaide)
- Duarte Silva (Eindhoven University of Technology)

Happy about every form of contribution -
pull requests, feature requests, issues, questions, ... :)
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ parts:
- file: photonics/examples/refinement.py
- file: electronics/examples/capacitor.py
- file: electronics/examples/coax_cable.py
- file: electronics/examples/RF CPW transmission line tutorial/RF CPW transmission line tutorial.py
- file: electronics/examples/coplanar_waveguide_vary_width.py
- file: electronics/examples/coplanar_waveguide_vary_gap.py

Expand Down
Loading
Loading