facebookresearch / fmmax

Fourier modal method with Jax
MIT License
97 stars 10 forks source link

Include tangent vector field in the layer solver result. #91

Closed Luochenghuang closed 8 months ago

Luochenghuang commented 8 months ago

Now the LayerSolveResult has the tangent_vector_field attribute which stores the x and y component of the vector in a tuple. Also modified the tests to reflect the change. Closes #58