Class StaticTopologies


  • public class StaticTopologies
    extends Object
    • Field Detail

      • SQUARE

        public static final NeighbourhoodTopology SQUARE
        Von Neumann topology (square lattice) Condition: if( ( ps.length & (ps.length - 1) ) != 0) throw new IllegalArgumentException("Number of particles: " + ps.length + " is not power of 2");