weiliangjin2021
weiliangjin2021
Nice work! I tried a simple simulation ``` vertices = ((-1, -1), (0, -1 + 1e-10), (1, -1), (1,1), (-1, 1)) pec_slab = td.Structure( geometry=td.PolySlab(vertices=vertices, slab_bounds=(-0.1, 0.1), axis=2), medium=td.PECMedium(), )...
At this point, it's probably the time to start planning how to put everything together, e.g. some steps here: ### Proof of feasiblity: - [ ] Clean up vertices if...
This PR is just for discussion. I think we can close it for now. As discussed yesterday, we probably will move everything to the backend
Now running `test_local.py` doesn't format the code, but just print the diff: "Would fix 1 error"?
> I am curious if the magnetic field of a Yee cell that has been modified by conformal meshing could still be used for these computations, or would a buffer...
> So do you mean an option to create path integrals given P1(x1,y1,z1) and P2(x2,y2,z2) and just ensure that that it is axis aligned with a validator? If so I...
> > It'll be very helpful to also visualize voltage/current integration path in the plot. > > Just adding some tests, but path integrals can be plotted now. ![Screenshot from...