source: issm/oecreview/Archive/11700-11718/ISSM-11708-11709.diff@ 11991

Last change on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago

oecreview from 11518 to present

File size: 3.2 KB
RevLine 
[11991]1Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
2===================================================================
3--- /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim (revision 11708)
4+++ /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim (revision 11709)
5@@ -405,7 +405,7 @@
6 "ISSM containers:
7 syn keyword cType Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices
8 "Petsc
9-syn keyword cType Vec Mat
10+syn keyword cType Vec Mat
11 "other ISSM's syntax
12 syn keyword cType mxArray ErrorException
13
14@@ -426,6 +426,7 @@
15 syn keyword cType SpcDynamic
16 syn keyword cType GaussTria
17 syn keyword cType GaussPenta
18+syn keyword cType Load
19 syn keyword cType Friction
20 syn keyword cType Icefront
21 syn keyword cType Numericalflux
22@@ -433,7 +434,6 @@
23 syn keyword cType Penpair
24 syn keyword cType Pengrid
25 syn keyword cType Element
26-syn keyword cType Load
27 syn keyword cType Penta
28 syn keyword cType PentaHook
29 syn keyword cType PentaRef
30@@ -501,6 +501,8 @@
31 syn keyword cType Matpar
32 syn keyword cType ElementMatrix
33 syn keyword cType ElementVector
34+syn keyword cType Vector
35+syn keyword cType Matrix
36 syn keyword cType BoolParam
37 syn keyword cType DoubleMatParam
38 syn keyword cType DoubleTransientMatParam
39@@ -512,8 +514,8 @@
40 syn keyword cType IntMatParam
41 syn keyword cType FileParam
42 syn keyword cType Param
43-syn keyword cType PetscMatParam
44-syn keyword cType PetscVecParam
45+syn keyword cType MatrixParam
46+syn keyword cType VectorParam
47 syn keyword cType StringArrayParam
48 syn keyword cType StringParam
49 syn keyword cType Contour
50@@ -608,6 +610,7 @@
51 syn keyword cConstant InversionGradientScalingEnum
52 syn keyword cConstant InversionIscontrolEnum
53 syn keyword cConstant InversionTaoEnum
54+syn keyword cConstant InversionIncompleteAdjointEnum
55 syn keyword cConstant InversionMaxParametersEnum
56 syn keyword cConstant InversionMaxiterPerStepEnum
57 syn keyword cConstant InversionMinParametersEnum
58@@ -687,8 +690,7 @@
59 syn keyword cConstant SteadystateReltolEnum
60 syn keyword cConstant SteadystateRequestedOutputsEnum
61 syn keyword cConstant SurfaceEnum
62-syn keyword cConstant SurfaceforcingsAblationRateEnum
63-syn keyword cConstant SurfaceforcingsAccumulationRateEnum
64+syn keyword cConstant SurfaceforcingsPrecipitationEnum
65 syn keyword cConstant SurfaceforcingsMassBalanceEnum
66 syn keyword cConstant ThermalMaxiterEnum
67 syn keyword cConstant ThermalPenaltyFactorEnum
68@@ -696,6 +698,7 @@
69 syn keyword cConstant ThermalPenaltyThresholdEnum
70 syn keyword cConstant ThermalSpctemperatureEnum
71 syn keyword cConstant ThermalStabilizationEnum
72+syn keyword cConstant ThermalIsenthalpyEnum
73 syn keyword cConstant ThicknessEnum
74 syn keyword cConstant TimesteppingCflCoefficientEnum
75 syn keyword cConstant TimesteppingFinalTimeEnum
76@@ -790,8 +793,8 @@
77 syn keyword cConstant PenpairEnum
78 syn keyword cConstant PentaEnum
79 syn keyword cConstant PentaP1InputEnum
80-syn keyword cConstant PetscMatParamEnum
81-syn keyword cConstant PetscVecParamEnum
82+syn keyword cConstant MatrixParamEnum
83+syn keyword cConstant VectorParamEnum
84 syn keyword cConstant RiftfrontEnum
85 syn keyword cConstant SegmentEnum
86 syn keyword cConstant SegmentRiftfrontEnum
Note: See TracBrowser for help on using the repository browser.