Class ADIScheme

    • Constructor Detail

      • ADIScheme

        public ADIScheme()
        Creates a new ADIScheme with default values of grid density and time factor.
      • ADIScheme

        public ADIScheme​(NumericProperty N,
                         NumericProperty timeFactor)
        Creates an ADIScheme with the specified arguments. This creates an associated Grid2D object.
        Parameters:
        N - the grid density
        timeFactor - the time factor (τF)
      • ADIScheme

        public ADIScheme​(NumericProperty N,
                         NumericProperty timeFactor,
                         NumericProperty timeLimit)
        Creates an ADIScheme with the specified arguments. This creates an associated Grid2D object.
        Parameters:
        N - the grid density
        timeFactor - the time factor (τF)
        timeLimit - a custom time limit (tlim)
    • Method Detail

      • toString

        public String toString()
        Prints out the description of this problem type.
        Overrides:
        toString in class DifferenceScheme
        Returns:
        a verbose description of the problem.
      • prepareStep

        public void prepareStep​(int m)
        Contains only an empty statement, as the pulse needs to be calculated not only for the time step m but also accounting for the radial coordinate
        Overrides:
        prepareStep in class DifferenceScheme
        Parameters:
        m - thte time step