femwell icon indicating copy to clipboard operation
femwell copied to clipboard

FEM mode solver for photonic waveguides

Results 29 femwell issues
Sort by recently updated
recently updated
newest added

I added a simple mesh generation python script which includes a volume and two PML's. I adapted the julia script to take in the generated mesh file. However the results...

I have noticed an issue when using `mesh_from_Dict()`, stemming from the following lines: ```python # Add overall bounding box total = unary_union(list(shapes_dict.values())) all_polygons = [total, *list(shapes_dict.values())] # Break up all...

Hello, This is the PR for the issue #130. Best,

documentation

Adding the possibility to ]have symmetry planes to save on mesh cells to increase computational speed would be a great add-on when fine meshes are required. Perhaps I missed it...

This (incomplete) PR contains the initial changes for the nonlinear heater by introducing a temperature dependent thermal conductivity. Currently, the nonlinear transient takes way too long. So this needs to...

Hello Femwell community, I was working on a new example using a mode solver to estimate the field profile within a photodetector: 1) First I compute an "input mode" confined...

We could add https://doi.org/10.1038/ncomms8565 to the docs, should be easy to reproduce :)

good first issue

Hi all. This PR contains my implementation for visualization of the 3D heater. I am using GridapMakie with some extra work around it to make it more readable and allow...

Hello, Just as @elizaleung830 I'm trying to calculate the effective area, but for Spontaneous Four-wave Mixing (SFWM), which is a third-order non-linear effect and the Aeff needs to take into...