Numerical solver for maxwell equations?

1.1k Views Asked by At

Just curious if someone has come across a package where I can simply solve the basic maxwell equations(just the curl equations). I'm just interested in solving it on a 2-d plate out of interest. Anyone come across such a package in their travels?

Thanks

1

There are 1 best solutions below

0
On

You mean "numerically solve", right? In this case I would suggest you to give FiPy an earnest shot. It's reasonably simple and fairly well documented. It may be the answer to your problem.

PS: FiPy is based on the Finite Volume Method (FVM).