@@ -40,21 +40,25 @@ class FreeFemLexer(CppLexer):
40
40
41
41
# types
42
42
types = set ((
43
- 'bool' ,
43
+ 'BemKernel' ,
44
+ 'BemPotential' ,
45
+ 'bool' ,
44
46
'border' ,
45
47
'complex' ,
46
48
'dmatrix' ,
47
49
'fespace' ,
48
50
'func' ,
49
51
'gslspline' ,
52
+ 'HMatrix' ,
50
53
'ifstream' ,
51
54
'int' ,
52
55
'macro' ,
56
+ 'Mat' ,
53
57
'matrix' ,
54
58
'mesh' ,
55
59
'mesh3' ,
56
- 'meshS ' ,
57
- 'meshL ' ,
60
+ 'meshL ' ,
61
+ 'meshS ' ,
58
62
'mpiComm' ,
59
63
'mpiGroup' ,
60
64
'mpiRequest' ,
@@ -184,7 +188,7 @@ class FreeFemLexer(CppLexer):
184
188
'mpiUndefined' ,
185
189
'n' ,
186
190
'N' ,
187
- 'Nt' ,
191
+ 'Nt' ,
188
192
'nbe' ,
189
193
'ndof' ,
190
194
'ndofK' ,
@@ -196,7 +200,7 @@ class FreeFemLexer(CppLexer):
196
200
'nuEdge' ,
197
201
'nuTriangle' ,
198
202
'nv' ,
199
- 'nbnomanifold' ,
203
+ 'nbnomanifold' ,
200
204
'P' ,
201
205
'pi' ,
202
206
'precision' ,
@@ -260,18 +264,20 @@ class FreeFemLexer(CppLexer):
260
264
'atanh' ,
261
265
'atof' ,
262
266
'atoi' ,
267
+ 'BEM' ,
263
268
'BFGS' ,
264
269
'broadcast' ,
265
270
'buildlayers' ,
266
271
'buildmesh' ,
267
- 'buildBdMesh' ,
272
+ 'buildmeshL' ,
273
+ 'buildBdMesh' ,
268
274
'ceil' ,
269
275
'chi' ,
270
276
'complexEigenValue' ,
271
277
'copysign' ,
272
278
'change' ,
273
279
'checkmovemesh' ,
274
- 'checkmesh' ,
280
+ 'checkmesh' ,
275
281
'clock' ,
276
282
'cmaes' ,
277
283
'conj' ,
@@ -285,6 +291,7 @@ class FreeFemLexer(CppLexer):
285
291
'diffnp' ,
286
292
'diffpos' ,
287
293
'dimKrylov' ,
294
+ 'display' ,
288
295
'dist' ,
289
296
'dumptable' ,
290
297
'dx' ,
@@ -306,14 +313,14 @@ class FreeFemLexer(CppLexer):
306
313
'exec' ,
307
314
'exit' ,
308
315
'exp' ,
309
- 'extract' ,
316
+ 'extract' ,
310
317
'fdim' ,
311
318
'floor' ,
312
319
'fmax' ,
313
320
'fmin' ,
314
321
'fmod' ,
315
322
'freeyams' ,
316
- 'Gamma' ,
323
+ 'Gamma' ,
317
324
'getARGV' ,
318
325
'getline' ,
319
326
'gmshload' ,
@@ -668,9 +675,11 @@ class FreeFemLexer(CppLexer):
668
675
'gslsfetaint' ,
669
676
'gslsfeta' ,
670
677
'imag' ,
671
- 'int0d' ,
678
+ 'int0d' ,
672
679
'int1d' ,
680
+ 'int1dx1d' ,
673
681
'int2d' ,
682
+ 'int2dx2d' ,
674
683
'int3d' ,
675
684
'intalledges' ,
676
685
'intallfaces' ,
@@ -701,8 +710,8 @@ class FreeFemLexer(CppLexer):
701
710
'mmg3d' ,
702
711
'movemesh' ,
703
712
'movemesh23' ,
704
- 'movemesh3'
705
- 'movemeshS'
713
+ 'movemesh3' ,
714
+ 'movemeshS' ,
706
715
'mpiAlltoall' ,
707
716
'mpiAlltoallv' ,
708
717
'mpiAllgather' ,
@@ -724,9 +733,11 @@ class FreeFemLexer(CppLexer):
724
733
'NaN' ,
725
734
'NLCG' ,
726
735
'on' ,
736
+ 'OrientNormal' ,
727
737
'plot' ,
728
738
'polar' ,
729
739
'Post' ,
740
+ 'POT' ,
730
741
'pow' ,
731
742
'processor' ,
732
743
'processorblock' ,
@@ -760,8 +771,8 @@ class FreeFemLexer(CppLexer):
760
771
'splitmesh' ,
761
772
'sqrt' ,
762
773
'square' ,
763
- 'square3' ,
764
- 'segment' ,
774
+ 'square3' ,
775
+ 'segment' ,
765
776
'srandom' ,
766
777
'srandomdev' ,
767
778
'Stringification' ,
@@ -800,10 +811,12 @@ class FreeFemLexer(CppLexer):
800
811
'boundary' ,
801
812
'bw' ,
802
813
'close' ,
803
- 'cleanmesh' ,
814
+ 'cleanmesh' ,
804
815
'cmm' ,
805
816
'coef' ,
817
+ 'commworld' ,
806
818
'composante' ,
819
+ 'compressor' ,
807
820
'cutoff' ,
808
821
'datafilename' ,
809
822
'dataname' ,
@@ -815,6 +828,7 @@ class FreeFemLexer(CppLexer):
815
828
'eps' ,
816
829
'err' ,
817
830
'errg' ,
831
+ 'eta' ,
818
832
'facemerge' ,
819
833
'facetcl' ,
820
834
'factorize' ,
@@ -846,6 +860,7 @@ class FreeFemLexer(CppLexer):
846
860
'levelset' ,
847
861
'loptions' ,
848
862
'lparams' ,
863
+ 'master' ,
849
864
'maxit' ,
850
865
'maxsubdiv' ,
851
866
'meditff' ,
@@ -875,9 +890,9 @@ class FreeFemLexer(CppLexer):
875
890
'order' ,
876
891
'orientation' ,
877
892
'periodic' ,
878
- 'pNormalT' ,
893
+ 'pNormalT' ,
879
894
'power' ,
880
- 'precisvertice' ,
895
+ 'precisvertice' ,
881
896
'precon' ,
882
897
'prev' ,
883
898
'ps' ,
@@ -888,24 +903,24 @@ class FreeFemLexer(CppLexer):
888
903
'qfV' ,
889
904
'ratio' ,
890
905
'rawvector' ,
891
- 'refe' ,
906
+ 'refe' ,
892
907
'reffacelow' ,
893
908
'reffacemid' ,
894
909
'reffaceup' ,
895
910
'refnum' ,
896
- 'reft' ,
911
+ 'reft' ,
897
912
'reftet' ,
898
913
'reftri' ,
899
914
'region' ,
900
915
'regionlist' ,
901
- 'removeduplicate' ,
916
+ 'removeduplicate' ,
902
917
'renumv' ,
903
- 'renumt' ,
918
+ 'renumt' ,
904
919
'rescaling' ,
905
920
'ridgeangle' ,
906
- 'ridgeangledetection' ,
907
- 'rmledges' ,
908
- 'rmInternalEdges' ,
921
+ 'ridgeangledetection' ,
922
+ 'rmledges' ,
923
+ 'rmInternalEdges' ,
909
924
'save' ,
910
925
'sigma' ,
911
926
'sizeofvolume' ,
@@ -928,6 +943,7 @@ class FreeFemLexer(CppLexer):
928
943
'tolpivotsym' ,
929
944
'transfo' ,
930
945
'U2Vc' ,
946
+ 'unbounded' ,
931
947
'value' ,
932
948
'varrow' ,
933
949
'vector' ,
0 commit comments