source:
issm/oecreview/Archive/11700-11718/ISSM-11708-11709.diff@
11991
Last change on this file since 11991 was 11991, checked in by , 13 years ago | |
---|---|
File size: 3.2 KB |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
405 405 "ISSM containers: 406 406 syn keyword cType Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices 407 407 "Petsc 408 syn keyword cType Vec Mat 408 syn keyword cType Vec Mat 409 409 "other ISSM's syntax 410 410 syn keyword cType mxArray ErrorException 411 411 … … 426 426 syn keyword cType SpcDynamic 427 427 syn keyword cType GaussTria 428 428 syn keyword cType GaussPenta 429 syn keyword cType Load 429 430 syn keyword cType Friction 430 431 syn keyword cType Icefront 431 432 syn keyword cType Numericalflux … … 433 434 syn keyword cType Penpair 434 435 syn keyword cType Pengrid 435 436 syn keyword cType Element 436 syn keyword cType Load437 437 syn keyword cType Penta 438 438 syn keyword cType PentaHook 439 439 syn keyword cType PentaRef … … 501 501 syn keyword cType Matpar 502 502 syn keyword cType ElementMatrix 503 503 syn keyword cType ElementVector 504 syn keyword cType Vector 505 syn keyword cType Matrix 504 506 syn keyword cType BoolParam 505 507 syn keyword cType DoubleMatParam 506 508 syn keyword cType DoubleTransientMatParam … … 512 514 syn keyword cType IntMatParam 513 515 syn keyword cType FileParam 514 516 syn keyword cType Param 515 syn keyword cType PetscMatParam516 syn keyword cType PetscVecParam517 syn keyword cType MatrixParam 518 syn keyword cType VectorParam 517 519 syn keyword cType StringArrayParam 518 520 syn keyword cType StringParam 519 521 syn keyword cType Contour … … 608 610 syn keyword cConstant InversionGradientScalingEnum 609 611 syn keyword cConstant InversionIscontrolEnum 610 612 syn keyword cConstant InversionTaoEnum 613 syn keyword cConstant InversionIncompleteAdjointEnum 611 614 syn keyword cConstant InversionMaxParametersEnum 612 615 syn keyword cConstant InversionMaxiterPerStepEnum 613 616 syn keyword cConstant InversionMinParametersEnum … … 687 690 syn keyword cConstant SteadystateReltolEnum 688 691 syn keyword cConstant SteadystateRequestedOutputsEnum 689 692 syn keyword cConstant SurfaceEnum 690 syn keyword cConstant SurfaceforcingsAblationRateEnum 691 syn keyword cConstant SurfaceforcingsAccumulationRateEnum 693 syn keyword cConstant SurfaceforcingsPrecipitationEnum 692 694 syn keyword cConstant SurfaceforcingsMassBalanceEnum 693 695 syn keyword cConstant ThermalMaxiterEnum 694 696 syn keyword cConstant ThermalPenaltyFactorEnum … … 696 698 syn keyword cConstant ThermalPenaltyThresholdEnum 697 699 syn keyword cConstant ThermalSpctemperatureEnum 698 700 syn keyword cConstant ThermalStabilizationEnum 701 syn keyword cConstant ThermalIsenthalpyEnum 699 702 syn keyword cConstant ThicknessEnum 700 703 syn keyword cConstant TimesteppingCflCoefficientEnum 701 704 syn keyword cConstant TimesteppingFinalTimeEnum … … 790 793 syn keyword cConstant PenpairEnum 791 794 syn keyword cConstant PentaEnum 792 795 syn keyword cConstant PentaP1InputEnum 793 syn keyword cConstant PetscMatParamEnum794 syn keyword cConstant PetscVecParamEnum796 syn keyword cConstant MatrixParamEnum 797 syn keyword cConstant VectorParamEnum 795 798 syn keyword cConstant RiftfrontEnum 796 799 syn keyword cConstant SegmentEnum 797 800 syn keyword cConstant SegmentRiftfrontEnum
Note:
See TracBrowser
for help on using the repository browser.