Crate electro [] [src]

Functions for computational electromagnetics.

Modules

fd

Finite difference and other related functions.

fem

Functions for method-of-moments calculations.

material

Parameters for material modeling.

mm

Functions for method-of-moments calculations. Includes implementations for multiple topologies, since anisomorphic topologies require another implementation (cf. generalized method of moments).

topo

Functions for producing electrically useful matrix topologies.

Structs

ElectroGrid

Grid struct for all calculations. The generic type T refers to the type storing electrical values, and the generic type U refers to the type storing spatial values. Generally speaking, U should be able to cast 'up' to T. Other structs interacting with ElectroGrid use the same convention and signature.