Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit dc675db

Browse files
Willi BraunOpenModelica-Hudson
authored andcommitted
ticket:4159 fix some flag descriptions
1 parent fdfc424 commit dc675db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Compiler/Util/Flags.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,14 +854,14 @@ constant ConfigFlag POST_OPT_MODULES = CONFIG_FLAG(16, "postOptModules",
854854
("constantLinearSystem", Util.gettext("Evaluates constant linear systems (a*x+b*y=c; d*x+e*y=f; a,b,c,d,e,f are constants) at compile-time.")),
855855
("countOperations", Util.gettext("Count the mathematical operations of the system.")),
856856
("cseBinary", Util.gettext("Common Sub-expression Elimination")),
857-
("detectJacobianSparsePattern", Util.gettext("Detects the sparse pattern for Jacobian A.")),
857+
("detectJacobianSparsePattern", Util.gettext("Detects the sparse pattern for jacobian :math:`\\frac{f_{ode}}{x}` in the causalized representation :math:`\\dot{x} = f(x,t)`.")),
858858
("dumpComponentsGraphStr", Util.notrans("Dumps the assignment graph used to determine strong components to format suitable for Mathematica")),
859859
("dumpDAE", Util.gettext("dumps the DAE representation of the current transformation state")),
860860
("dumpDAEXML", Util.gettext("dumps the DAE as xml representation of the current transformation state")),
861861
("evaluateParameters", Util.gettext("Evaluates parameters with annotation(Evaluate=true). Use '--evaluateFinalParameters=true' or '--evaluateProtectedParameters=true' to specify additional parameters to be evaluated. Use '--replaceEvaluatedParameters=true' if the evaluated parameters should be replaced in the DAE. To evaluate all parameters in the Frontend use -d=evaluateAllParameters.")),
862862
("extendDynamicOptimization", Util.gettext("Move loops to constraints.")),
863-
("generateSymbolicJacobian", Util.gettext("Generates symbolic Jacobian matrix, where der(x) is differentiated w.r.t. x. This matrix can be used to simulate with dasslColorSymJac.")),
864-
("generateSymbolicLinearization", Util.gettext("Generates symbolic linearization matrices A,B,C,D for linear model:\n\t\t:math:`\\dot{x} = Ax + Bu`\n\t:math:`ty = Cx +Du`")),
863+
("generateSymbolicJacobian", Util.gettext("Generates symbolic Jacobian matrix, where der(x) is differentiated w.r.t. x. This matrix can be used by dassl or ida solver with simulation flag '-jacobian'.")),
864+
("generateSymbolicLinearization", Util.gettext("Generates symbolic linearization matrices A,B,C,D for linear model:\n\t:math:`\\dot{x} = Ax + Bu `\n\t:math:`y = Cx +Du`")),
865865
("generateSymbolicSensitivities", Util.gettext("Generates symbolic Sensivities matrix, where der(x) is differentiated w.r.t. param.")),
866866
("inlineArrayEqn", Util.gettext("This module expands all array equations to scalar equations.")),
867867
("inputDerivativesUsed", Util.gettext("Checks if derivatives of inputs are need to calculate the model.")),
@@ -1199,7 +1199,7 @@ constant ConfigFlag INIT_OPT_MODULES = CONFIG_FLAG(77, "initOptModules",
11991199
"simplifyAllExpressions"
12001200
}),
12011201
SOME(STRING_DESC_OPTION({
1202-
("calculateStrongComponentJacobians", Util.gettext("Generates analytical jacobian for torn linear and non-linear strong components. By default non-linear components with user-defined function calls are skipped. See also debug flags: NLSanalyticJacobian and NLSanalyticJacobianDisable")),
1202+
("calculateStrongComponentJacobians", Util.gettext("Generates analytical jacobian for torn linear and non-linear strong components. By default non-linear components with user-defined function calls are skipped. See also debug flags: NLSanalyticJacobian and forceNLSanalyticJacobian")),
12031203
("constantLinearSystem", Util.gettext("Evaluates constant linear systems (a*x+b*y=c; d*x+e*y=f; a,b,c,d,e,f are constants) at compile-time.")),
12041204
("extendDynamicOptimization", Util.gettext("Move loops to constraints.")),
12051205
("inputDerivativesUsed", Util.gettext("Checks if derivatives of inputs are need to calculate the model.")),

0 commit comments

Comments
 (0)