Opened 7 years ago

Closed 7 years ago

#4390 closed defect (fixed)

Update solver simflags

Reported by: casella Owned by: wbraun
Priority: high Milestone: 1.13.0
Component: Documentation Version:
Keywords: Cc:

Description

From the online documentation I read:

-lss=value or -lss value
    Value specifies the linear sparse solver method 

There is no indication of what are the admissible values, nor of the default. Please add them.

Later on I read the [following text https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/simulationflags.html#simflag-nls]

-nls=value or -nls value

    Value specifies the nonlinear solver:

        hybrid
        kinsol
        newton
        mixed
        hybrid (Modification of the Powell hybrid method from minpack - former default solver)
        kinsol (sundials/kinsol - prototype implementation)
        newton (Newton Raphson - prototype implementation)
        homotopy (Damped Newton solver if failing case fixed-point and Newton homotopies are tried.)
        mixed (Mixed strategy. First the homotopy solver is tried and then as fallback the hybrid solver.)

Please remove the duplicates and update to the current status

Change History (3)

comment:1 Changed 7 years ago by casella

  • Component changed from *unknown* to Documentation

comment:2 Changed 7 years ago by casella

  • Milestone changed from 1.12.0 to 1.13.0

Milestone changed to 1.13.0 since 1.12.0 was released

comment:3 Changed 7 years ago by wbraun

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in PR2222.

Note: See TracTickets for help on using tickets.