Crate electro [] [src]

Functions for computational electromagnetics.

Modules

topo

Functions for producing electrically useful matrix topologies.

Statics

EPS_FREE_SPACE

Permittivity of free space.

Functions

contour_int_rect

Computes the integral (sum) over a rectangular contour, starting from the bottom edge and proceeding counterclockwise.

finite_diff_rect

Computes the potential over a grid represented by a field matrix using a finite difference approximation to Poisson's equation. Takes as input a matrix representing the physical grid you're modeling, with known starting values (or zero).