Different resolution for different axes #2779
raonaqul-islam
started this conversation in
General
Replies: 1 comment
-
Nope. You'd have to use "tricks" like coordinate transformations to change the resolution along an axis. Meep uses the same resolution for all axes in the timestepping kernels (to keep things simple). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a 3D geometry, which has a atomically thin 2D material layer along z-axis. Along the other two axes, the structure is large enough to use a lower resolution. Is it possible to use different resolution for three different axes? I have found an example on variable resolution here: https://github.com/fesc3555/meep_variable_resolution, but what I really need is different resolutions.
Beta Was this translation helpful? Give feedback.
All reactions