Last change
on this file since 11695 was 11695, checked in by Eric.Larour, 13 years ago |
Completed separation of Petsc from ISSM. Matrix and Vector
are now the vehicles for Mat and Vec objects when running with
Petsc, or double* when running with a custom made type of matrix (still
to be finished).
|
File size:
362 bytes
|
Rev | Line | |
---|
[11695] | 1 | function macro=MatrixParamEnum()
|
---|
| 2 | %MATRIXPARAMENUM - Enum of MatrixParam
|
---|
| 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=MatrixParamEnum()
|
---|
| 10 |
|
---|
| 11 | macro=StringToEnum('MatrixParam');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.