physics_in_parallel 3.0.3

High-performance infrastructure for numerical simulations in physics
Documentation
1
2
3
4
5
6
7
8
9
10
/*!
Discrete-space families.

Purpose:
    This module contains spatial models whose coordinates identify countable
    sites. Each submodule owns the representation, displacement generators, and
    geometry-specific kernels for one discrete-space family.
*/

pub mod square_lattice;