Opened 11 years ago

Closed 11 years ago

#2542 closed enhancement (fixed)

Add flag to replace homotopy(actual, simplified) with actual or simplified

Reported by: Adrian Pop Owned by: Adrian Pop
Priority: high Milestone: 1.9.1
Component: Frontend Version: trunk
Keywords: Cc: Francesco Casella, Lennart Ochel

Description

Francesco said this would be very good to have for debugging models that uses homotopy.

Change History (3)

comment:1 by Adrian Pop, 11 years ago

Owner: changed from somebody to Adrian Pop
Status: newaccepted

comment:2 by Lennart Ochel, 11 years ago

Cc: Lennart Ochel added

comment:3 by Adrian Pop, 11 years ago

Resolution: fixed
Status: acceptedclosed
Type: defectenhancement

Fixed in r18696.

  +replaceHomotopy       Replaces homotopy(actual, simplified) with the 
                         actual expression or the simplified expression. 
                         Good for debugging models which use homotopy. 
                         The default is to not replace homotopy.
                         Valid options:
                         * none (default)
                         * actual
                         * simplified

Use with +replaceHomotopy=actual|simplified or setCommandLineOptions("+replaceHomotopy=actual|simplified")
via scripting.

Note: See TracTickets for help on using tickets.