Class MixedScheme

    • Constructor Detail

      • MixedScheme

        public MixedScheme()
        Constructs a default semi-implicit scheme using the default values of GRID_DENSITY and TAU_FACTOR.
      • MixedScheme

        public MixedScheme​(NumericProperty N,
                           NumericProperty timeFactor)
        Constructs a semi-implicit scheme on a one-dimensional grid that is specified by the values N and timeFactor.
        Parameters:
        N - the NumericProperty with the type GRID_DENSITY
        timeFactor - the NumericProperty with the type TAU_FACTOR
        See Also:
        DifferenceScheme
      • MixedScheme

        public MixedScheme​(NumericProperty N,
                           NumericProperty timeFactor,
                           NumericProperty timeLimit)

        Constructs a semi-implicit scheme on a one-dimensional grid that is specified by the values N and timeFactor. Sets the time limit of this scheme to timeLimit

        Parameters:
        N - the NumericProperty with the type GRID_DENSITY
        timeFactor - the NumericProperty with the type TAU_FACTOR
        timeLimit - the NumericProperty with the type TIME_LIMIT
        See Also:
        DifferenceScheme
    • Method Detail

      • toString

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