Last change
on this file since 13283 was 13283, checked in by Eric.Larour, 13 years ago |
CHG: finished raw implementation to call ADOLC drivers.
The drivers are called in AutodiffDriversx.
We added parameters in Autodiff/CreateParametersAutodiff, such as the state variable xp.
Added a bunch of enums accordingly.
Hooked up all of this in the transient_core solutoin for now.
Of course, also added new module RequestedDependentsx, to declare which dependents are going
to be our diagnostics.
|
File size:
387 bytes
|
Rev | Line | |
---|
[13283] | 1 | function macro=AutodiffJacobianEnum()
|
---|
| 2 | %AUTODIFFJACOBIANENUM - Enum of AutodiffJacobian
|
---|
| 3 | %
|
---|
| 4 | % WARNING: DO NOT MODIFY THIS FILE
|
---|
| 5 | % this file has been automatically generated by src/c/EnumDefinitions/Synchronize.sh
|
---|
| 6 | % Please read src/c/EnumDefinitions/README for more information
|
---|
| 7 | %
|
---|
| 8 | % Usage:
|
---|
| 9 | % macro=AutodiffJacobianEnum()
|
---|
| 10 |
|
---|
| 11 | macro=StringToEnum('AutodiffJacobian');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.