Interface MiTopologyI

    • Method Detail

      • getNumCells

        long getNumCells()
        Returns the number of cells of this topology.
        Returns:
        number of cells
      • isDead

        boolean isDead​(long i)
        Returns true if the cell of index i should be ignored. This value is ignored if the hasDeadCell method returns false.
        Parameters:
        i - the index of the cell to check
        Returns:
        true if the i-th cell should be ignored