electro 0.8.0

A small toolkit for computational electromagnetics. Unstable till 1.0.
Documentation

electro

cargo version badge

a toolkit for basic computational electromagnetics

what?

This is a library for electrostatics calculation, via:

  • the finite difference method
  • the method of moments
  • the finite element method

how?

I kind of forgot, but the fun thing about being an engineer is that it's not about what you can memorize--it's about what you can figure out.

So I'll be porting these algorithms to a more sensible language and explaining how they work as I go.

roadmap

  • finite difference
  • method of moments
  • finite element method
  • finite difference (time domain)
  • comprehensive tests