casimir-fdfd 0.2.0

An implementation of a stress-tensor based FDFD method for computing Casimir forces
1
2
3
4
5
6
/// This modele contains the functions required for the calculation of the force due to a cosine
/// source.
pub mod cosinebasis;
/// This module contains the electric and magnetic field operators that can be multiplied with a
/// vector field.
mod operator;