Class AbstractNewtonParameters<T extends AbstractNewtonParameters<T>>

java.lang.Object
com.powsybl.openloadflow.ac.solver.AbstractNewtonParameters<T>
Direct Known Subclasses:
NewtonKrylovParameters, NewtonRaphsonParameters

public abstract class AbstractNewtonParameters<T extends AbstractNewtonParameters<T>> extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Field Details

    • maxIterations

      protected int maxIterations
  • Constructor Details

    • AbstractNewtonParameters

      protected AbstractNewtonParameters(int defaultMaxIterations)
  • Method Details

    • checkMaxIteration

      public static int checkMaxIteration(int maxIteration)
    • getMaxIterations

      public int getMaxIterations()
    • setMaxIterations

      public T setMaxIterations(int maxIterations)