functiondumpXMLDAE
Outputs the DAE system corresponding to a specific model.
Information
Valid translationLevel strings are: flat, optimiser (runs the backend until sorting/matching), backEnd, or stateSpace.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | className | ||
| String | translationLevel | "flat" | flat, optimiser, backEnd, or stateSpace |
| Boolean | addOriginalAdjacencyMatrix | false | |
| Boolean | addSolvingInfo | false | |
| Boolean | addMathMLCode | false | |
| Boolean | dumpResiduals | false | |
| String | fileNamePrefix | "<default>" | this is the className in string form by default |
| String | rewriteRulesFile | "" | the file from where the rewiteRules are read, default is empty which means no rewrite rules |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | success | if the function succeeded true/false | |
| String | xmlfileName | the Xml file |