-
Notifications
You must be signed in to change notification settings - Fork 41
/
ChangeLog
930 lines (896 loc) · 45.3 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
2007-12-29 17:12 helfer thomas <helferthomas@free.fr>
* MFront/Interfaces/src/Makefile.am,
MFront/Interfaces/src/UMATMFrontInterface.cxx,
MFront/Parsers/src/MFrontIsotropicBehaviourParserBase.cxx,
MFront/Parsers/src/MFrontMaterialLawParser.cxx,
MFront/Parsers/src/MFrontRungeKuttaParser.cxx,
MFront/Parsers/src/Makefile.am, MFront/include/FileSystem.hxx,
MFront/src/FileSystem.cxx, src/System/Makefile.in: use of tfel
system library
2007-12-29 17:04 helfer thomas <helferthomas@free.fr>
* MFront/Parsers/src/MFrontPleiadesModelParser.cxx: use of the tfel
system library
2007-12-29 16:53 helfer thomas <helferthomas@free.fr>
* MFront/Parsers/src/MFrontRungeKuttaParser.cxx: use of tfel system
library
2007-12-29 16:48 helfer thomas <helferthomas@free.fr>
* src/System/Makefile.am: add reference to the TFELException
library
2007-12-29 16:45 helfer thomas <helferthomas@free.fr>
* MFront/src/mfront.cxx: use of the tfel system library
2007-12-29 16:43 helfer thomas <helferthomas@free.fr>
* MFront/src/MFrontDefaultParser.cxx: reflect change in the
TFELSystem library
2007-12-29 16:39 helfer thomas <helferthomas@free.fr>
* MFront/src/Makefile.am: changes to use the TFELSystem library.
2007-12-29 16:25 helfer thomas <helferthomas@free.fr>
* MFront/Parsers/src/Makefile.am: small changes to reflect use of
the TFELSystem library.
2007-12-29 16:19 helfer thomas <helferthomas@free.fr>
* MFront/src/Makefile.am: remove FileSystem.cxx from libMFrontBase
sources
2007-12-29 16:10 helfer thomas <helferthomas@free.fr>
* MFront/include/Makefile.am: suppress file FileSystem.hxx from
headers list.
2007-12-27 13:25 helfer thomas <helferthomas@free.fr>
* TODO: test
2007-12-27 13:15 helfer thomas <helferthomas@free.fr>
* ChangeLog: update ChangeLog using svn2cl
2007-12-27 12:44 helfer thomas <helferthomas@free.fr>
* ChangeLog: first lines
2007-12-27 12:38 helfer thomas <helferthomas@free.fr>
* TODO: emacs test
2007-12-25 17:40 helfer thomas <helferthomas@free.fr>
* TODO: modification du fichier TODO
2007-12-25 16:52 helfer thomas <helferthomas@free.fr>
* TODO: update the todo file
2007-12-25 16:42 helfer thomas <helferthomas@free.fr>
* AUTHORS, Bindings, Bindings/BLAS, Bindings/BLAS/BLAS,
Bindings/BLAS/BLAS/BLASInterface.hxx,
Bindings/BLAS/BLAS/BLAS_dir.doc,
Bindings/BLAS/BLAS/blas1_asum.hxx,
Bindings/BLAS/BLAS/blas1_axpy.hxx,
Bindings/BLAS/BLAS/blas1_copy.hxx,
Bindings/BLAS/BLAS/blas1_dot.hxx,
Bindings/BLAS/BLAS/blas1_interface.hxx,
Bindings/BLAS/BLAS/blas1_nrm2.hxx,
Bindings/BLAS/BLAS/blas1_scale.hxx,
Bindings/BLAS/BLAS/blas1_swap.hxx, Bindings/BLAS/Documentation,
Bindings/BLAS/Documentation/blasrefcard.gs,
Bindings/BLAS/Documentation/cinterface.pdf, Bindings/BLAS/Tests,
Bindings/BLAS/Tests/asum, Bindings/BLAS/Tests/asum/Make.rules,
Bindings/BLAS/Tests/asum/Makefile,
Bindings/BLAS/Tests/asum/blas1_asum_complex_double.cxx,
Bindings/BLAS/Tests/asum/blas1_asum_complex_mass.cxx,
Bindings/BLAS/Tests/asum/blas1_asum_double.cxx,
Bindings/BLAS/Tests/asum/blas1_asum_float.cxx,
Bindings/BLAS/Tests/asum/blas1_asum_mass.cxx,
Bindings/BLAS/Tests/axpy, Bindings/BLAS/Tests/axpy/Make.rules,
Bindings/BLAS/Tests/axpy/Makefile,
Bindings/BLAS/Tests/axpy/blas1_axpy_complex_double.cxx,
Bindings/BLAS/Tests/axpy/blas1_axpy_complex_float.cxx,
Bindings/BLAS/Tests/axpy/blas1_axpy_complex_mass.cxx,
Bindings/BLAS/Tests/axpy/blas1_axpy_double.cxx,
Bindings/BLAS/Tests/axpy/blas1_axpy_float.cxx,
Bindings/BLAS/Tests/axpy/blas1_axpy_mass.cxx,
Bindings/BLAS/Tests/copy, Bindings/BLAS/Tests/copy/Make.rules,
Bindings/BLAS/Tests/copy/Makefile,
Bindings/BLAS/Tests/copy/blas1_copy_complex_double.cxx,
Bindings/BLAS/Tests/copy/blas1_copy_complex_float.cxx,
Bindings/BLAS/Tests/copy/blas1_copy_complex_mass.cxx,
Bindings/BLAS/Tests/copy/blas1_copy_double.cxx,
Bindings/BLAS/Tests/copy/blas1_copy_float.cxx,
Bindings/BLAS/Tests/copy/blas1_copy_mass.cxx,
Bindings/BLAS/Tests/dot, Bindings/BLAS/Tests/dot/Make.rules,
Bindings/BLAS/Tests/dot/Makefile,
Bindings/BLAS/Tests/dot/blas1_dot_double.cxx,
Bindings/BLAS/Tests/dot/blas1_dot_float.cxx,
Bindings/BLAS/Tests/dot/blas1_dot_mass.cxx,
Bindings/BLAS/Tests/dot/blas1_dot_mass2.cxx,
Bindings/BLAS/Tests/nrm2, Bindings/BLAS/Tests/nrm2/Make.rules,
Bindings/BLAS/Tests/nrm2/Makefile,
Bindings/BLAS/Tests/nrm2/blas1_nrm2_double.cxx,
Bindings/BLAS/Tests/nrm2/blas1_nrm2_float.cxx,
Bindings/BLAS/Tests/nrm2/blas1_nrm2_mass.cxx,
Bindings/BLAS/Tests/scale, Bindings/BLAS/Tests/scale/Make.rules,
Bindings/BLAS/Tests/scale/Makefile,
Bindings/BLAS/Tests/scale/blas1_scale_double.cxx,
Bindings/BLAS/Tests/scale/blas1_scale_float.cxx,
Bindings/BLAS/Tests/scale/blas1_scale_mass.cxx, Bindings/UMAT,
Bindings/UMAT/Tests, Bindings/UMAT/Tests/CastemTests,
Bindings/UMAT/Tests/CastemTests/IsotropicLinearElasticLaw,
Bindings/UMAT/Tests/CastemTests/IsotropicLinearElasticLaw/Make.rules,
Bindings/UMAT/Tests/CastemTests/IsotropicLinearElasticLaw/Makefile,
Bindings/UMAT/Tests/CastemTests/IsotropicLinearElasticLaw/cube-traction.dgibi,
Bindings/UMAT/Tests/CastemTests/IsotropicLinearElasticLaw/resultat.gnuplot,
Bindings/UMAT/Tests/CastemTests/IsotropicLinearElasticLaw/umat.eso,
Bindings/UMAT/Tests/CastemTests/IsotropicLinearElasticLaw/umatisotropiclinearhooklaw.cxx,
Bindings/UMAT/Tests/CastemTests/LorentzLaw,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/Make.rules,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/Makefile,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/TerminalColors.hxx,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/cube-traction-compression_lorentz.dgibi,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/cube-traction-compression_lorentz.gnuplot,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/cube-traction.dgibi,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/resultat.gnuplot,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/umat.eso,
Bindings/UMAT/Tests/CastemTests/LorentzLaw/umatlorentzdamagelaw.cxx,
Bindings/UMAT/Tests/UnaryTests,
Bindings/UMAT/Tests/UnaryTests/Make.rules,
Bindings/UMAT/Tests/UnaryTests/Makefile,
Bindings/UMAT/Tests/UnaryTests/isotropiclinearhooklaw.cxx,
Bindings/UMAT/Tests/UnaryTests/lorentz.cxx,
Bindings/UMAT/Tests/UnaryTests/lorentz2.cxx,
Bindings/UMAT/Tests/UnaryTests/lorentz2.gnuplot,
Bindings/UMAT/Tests/UnaryTests/lorentz3.cxx,
Bindings/UMAT/Tests/UnaryTests/lorentz3.gnuplot,
Bindings/UMAT/UMAT, Bindings/UMAT/UMAT/UMAT_dir.doc,
Bindings/UMAT/src, Bindings/UMAT/src/Make.rules,
Bindings/UMAT/src/Makefile,
Bindings/UMAT/src/umatisotropiclinearelasticlaw.cxx,
Bindings/UMAT/src/umatlorentzdamagelaw.cxx, Documentation,
Documentation/Bibliography.bib, Documentation/Champ.tex,
Documentation/Tex, Documentation/Tex/Papers,
Documentation/Tex/Papers/TFELBasicOperations,
Documentation/Tex/Papers/TFELBasicOperations/tfel.tex,
Documentation/Tex/Talks, Documentation/Tex/Talks/TFELMath,
Documentation/Tex/Talks/TFELMath/Makefile,
Documentation/Tex/Talks/TFELMath/tfelMath.pdf,
Documentation/Tex/Talks/TFELMath/tfelMath.tex,
Documentation/Tex/Talks/TFEL_09_06.pdf, Documentation/Tex/texmf,
Documentation/Tex/texmf/bibtex,
Documentation/Tex/texmf/bibtex/bst,
Documentation/Tex/texmf/bibtex/bst/fr-insa.bst,
Documentation/Tex/texmf/ls-R, Documentation/Tex/texmf/tex,
Documentation/Tex/texmf/tex/latex,
Documentation/Tex/texmf/tex/latex/NT,
Documentation/Tex/texmf/tex/latex/NT/LC2I.tex,
Documentation/Tex/texmf/tex/latex/NT/LIPA.tex,
Documentation/Tex/texmf/tex/latex/NT/LLCC.tex,
Documentation/Tex/texmf/tex/latex/NT/LSC.tex,
Documentation/Tex/texmf/tex/latex/NT/SESC.tex,
Documentation/Tex/texmf/tex/latex/NT/helvetCEA.sty,
Documentation/Tex/texmf/tex/latex/NT/mise_en_page_2005.tex,
Documentation/Tex/texmf/tex/latex/NT/note_technique_2005.cls,
Documentation/Tex/texmf/tex/latex/NT/variables_2005.tex,
Documentation/Tex/texmf/tex/latex/couleurs.sty,
Documentation/Tex/texmf/tex/latex/divers.sty,
Documentation/Tex/texmf/tex/latex/isodate.sty,
Documentation/Tex/texmf/tex/latex/isodateo.sty,
Documentation/Tex/texmf/tex/latex/mathematiques.sty,
Documentation/Tex/texmf/tex/latex/mecanique.sty,
Documentation/Tex/texmf/tex/latex/pst-abspos.sty,
Documentation/Tex/texmf/tex/latex/pst-abspos.tex,
Documentation/Tex/texmf/tex/latex/substr.sty,
Documentation/Tex/texmf/tex/latex/xkeyval,
Documentation/Tex/texmf/tex/latex/xkeyval/README,
Documentation/Tex/texmf/tex/latex/xkeyval/doc,
Documentation/Tex/texmf/tex/latex/xkeyval/doc/xkeyval.pdf,
Documentation/Tex/texmf/tex/latex/xkeyval/run,
Documentation/Tex/texmf/tex/latex/xkeyval/run/keyval.tex,
Documentation/Tex/texmf/tex/latex/xkeyval/run/pst-xkey.sty,
Documentation/Tex/texmf/tex/latex/xkeyval/run/pst-xkey.tex,
Documentation/Tex/texmf/tex/latex/xkeyval/run/xkeyval.sty,
Documentation/Tex/texmf/tex/latex/xkeyval/run/xkeyval.tex,
Documentation/Tex/texmf/tex/latex/xkeyval/run/xkvltxp.sty,
Documentation/Tex/texmf/tex/latex/xkeyval/run/xkvtxhdr.tex,
Documentation/Tex/texmf/tex/latex/xkeyval/run/xkvview.sty,
Documentation/Tex/texmf/tex/latex/xkeyval/source,
Documentation/Tex/texmf/tex/latex/xkeyval/source/xkeyval.dtx,
Documentation/Tex/texmf/tex/logos,
Documentation/Tex/texmf/tex/logos/9001_2000-DEC.eps,
Documentation/Tex/texmf/tex/logos/Energie.eps,
Documentation/Tex/texmf/tex/logos/Energie_pleiades.eps,
Documentation/Tex/texmf/tex/logos/enteteNT.eps,
Documentation/Tex/texmf/tex/logos/fax.eps,
Documentation/Tex/texmf/tex/logos/logoCEA.eps,
Documentation/Tex/texmf/tex/logos/logoEDF.eps,
Documentation/Tex/texmf/tex/logos/logoPLEIADES.eps,
Documentation/Tex/texmf/tex/logos/mail.eps,
Documentation/Tex/texmf/tex/logos/tel.eps,
Documentation/Tex/texmf/web2c,
Documentation/Tex/texmf/web2c/texmf.cnf, Documentation/astylerc,
Documentation/head.tex, Documentation/resume.tex,
Documentation/tail.tex, Doxyfile.in, Experimental,
Experimental/MaterialLaw,
Experimental/MaterialLaw/IncompressibleNonLinearViscoElasticAdaptator.hxx,
Experimental/MaterialLaw/IncompressibleNonLinearViscoElasticAdaptator.ixx,
Experimental/MaterialLaw/PlaneStressAdaptator.hxx,
Experimental/MaterialLaw/PlaneStressAdaptator.ixx,
Experimental/Tests, Experimental/Tests/Make.rules,
Experimental/Tests/Makefile,
Experimental/Tests/PlaneStressAdaptator.cxx,
Experimental/Tests/PlaneStressAdaptator.gnuplot, Generative,
Generative/GenerateComposite.cxx, Generative/GenerateTuple.cxx,
Generative/GenerateTypeList.cxx, Generative/Make.rules,
Generative/Makefile, MFront, MFront/ChangeLog, MFront/Examples,
MFront/Examples/BurnUpModel.mfront, MFront/Examples/Makefile.am,
MFront/Examples/Makefile.in, MFront/Examples/RungeKutta.mfront,
MFront/Examples/elasticity.mfront, MFront/Examples/norton.mfront,
MFront/Examples/sic.mfront, MFront/Examples/spua.mfront,
MFront/Examples/test.mfront, MFront/Interfaces,
MFront/Interfaces/Makefile.am, MFront/Interfaces/Makefile.in,
MFront/Interfaces/include, MFront/Interfaces/include/Makefile.am,
MFront/Interfaces/include/Makefile.in,
MFront/Interfaces/include/UMAT,
MFront/Interfaces/include/UMAT/UMAT.hxx,
MFront/Interfaces/include/UMAT/UMATException.hxx,
MFront/Interfaces/include/UMAT/UMATInterface.hxx,
MFront/Interfaces/include/UMAT/UMATTraits.hxx,
MFront/Interfaces/include/UMATMFrontInterface.hxx,
MFront/Interfaces/src, MFront/Interfaces/src/Makefile.am,
MFront/Interfaces/src/Makefile.in,
MFront/Interfaces/src/UMATException.cxx,
MFront/Interfaces/src/UMATMFrontInterface.cxx,
MFront/Makefile.am, MFront/Makefile.in, MFront/Parsers,
MFront/Parsers/Makefile.am, MFront/Parsers/Makefile.in,
MFront/Parsers/include,
MFront/Parsers/include/MFrontIsotropicBehaviourParserBase.hxx,
MFront/Parsers/include/MFrontIsotropicMisesCreepParser.hxx,
MFront/Parsers/include/MFrontIsotropicMisesPlasticFlowParser.hxx,
MFront/Parsers/include/MFrontIsotropicStrainHardeningMisesCreepParser.hxx,
MFront/Parsers/include/MFrontIsotropicSwellingIsotropicMisesCreepParser.hxx,
MFront/Parsers/include/MFrontMaterialLawParser.hxx,
MFront/Parsers/include/MFrontPleiadesModelParser.hxx,
MFront/Parsers/include/MFrontRungeKuttaParser.hxx,
MFront/Parsers/include/MFrontTestParser.hxx,
MFront/Parsers/include/MFrontUncoupledIsotropicFlowsParser.hxx,
MFront/Parsers/include/Makefile.am,
MFront/Parsers/include/Makefile.in, MFront/Parsers/src,
MFront/Parsers/src/MFrontIsotropicBehaviourParserBase.cxx,
MFront/Parsers/src/MFrontIsotropicMisesCreepParser.cxx,
MFront/Parsers/src/MFrontIsotropicMisesPlasticFlowParser.cxx,
MFront/Parsers/src/MFrontIsotropicStrainHardeningMisesCreepParser.cxx,
MFront/Parsers/src/MFrontIsotropicSwellingIsotropicMisesCreepParser.cxx,
MFront/Parsers/src/MFrontMaterialLawParser.cxx,
MFront/Parsers/src/MFrontPleiadesModelParser.cxx,
MFront/Parsers/src/MFrontRungeKuttaParser.cxx,
MFront/Parsers/src/MFrontTestParser.cxx,
MFront/Parsers/src/MFrontUncoupledIsotropicFlowsParser.cxx,
MFront/Parsers/src/Makefile.am, MFront/Parsers/src/Makefile.in,
MFront/doc, MFront/doc/Presentation,
MFront/doc/Presentation/Makefile,
MFront/doc/Presentation/castfront-04_07.tex,
MFront/doc/Presentation/castfront.pdf,
MFront/doc/Presentation/castfront.tex, MFront/env.sh,
MFront/include, MFront/include/ArgumentParserBase.hxx,
MFront/include/ArgumentParserBase.ixx,
MFront/include/BehaviourCharacteristic.hxx,
MFront/include/BoundsDescription.hxx,
MFront/include/ComputedVarHandler.hxx,
MFront/include/CxxKeywords.hxx, MFront/include/CxxTokenizer.hxx,
MFront/include/FileSystem.hxx,
MFront/include/GeneratedObjectsDescription.hxx,
MFront/include/MFront.hxx,
MFront/include/MFrontDefaultParser.hxx,
MFront/include/MFrontHeader.hxx,
MFront/include/MFrontInterfaceFactory.hxx,
MFront/include/MFrontInterfaceProxy.hxx,
MFront/include/MFrontInterfaceProxy.ixx,
MFront/include/MFrontModelParserBase.hxx,
MFront/include/MFrontModelParserBase.ixx,
MFront/include/MFrontParserBase.hxx,
MFront/include/MFrontParserBase.ixx,
MFront/include/MFrontParserBaseWriteBehaviourDataFile.ixx,
MFront/include/MFrontParserBaseWriteBehaviourFile.ixx,
MFront/include/MFrontParserBaseWriteIntegrationDataFile.ixx,
MFront/include/MFrontParserBaseWriteSrcFile.ixx,
MFront/include/MFrontParserBaseWriteUnaryLoadingTests.ixx,
MFront/include/MFrontParserFactory.hxx,
MFront/include/MFrontParserProxy.hxx,
MFront/include/MFrontParserProxy.ixx,
MFront/include/MFrontTypes.hxx,
MFront/include/MFrontVirtualInterface.hxx,
MFront/include/MFrontVirtualParser.hxx,
MFront/include/Makefile.am, MFront/include/Makefile.in,
MFront/include/ParserBase.hxx,
MFront/include/StaticVarHandler.hxx,
MFront/include/SupportedTypes.hxx, MFront/include/Token.hxx,
MFront/include/UnaryLoadingDefinition.hxx,
MFront/include/VarHandler.hxx, MFront/lisp,
MFront/lisp/Makefile.am, MFront/lisp/Makefile.in,
MFront/lisp/mfront.el, MFront/src,
MFront/src/BehaviourCharacteristic.cxx,
MFront/src/BoundsDescription.cxx,
MFront/src/ComputedVarHandler.cxx, MFront/src/CxxKeywords.cxx,
MFront/src/CxxTokenizer.cxx, MFront/src/FileSystem.cxx,
MFront/src/MFrontDefaultParser.cxx,
MFront/src/MFrontHeader.cxx.in,
MFront/src/MFrontInterfaceFactory.cxx, MFront/src/MFrontMain.cxx,
MFront/src/MFrontParserFactory.cxx,
MFront/src/MFrontVirtualInterface.cxx,
MFront/src/MFrontVirtualParser.cxx, MFront/src/Makefile.am,
MFront/src/Makefile.in, MFront/src/ParserBase.cxx,
MFront/src/StaticVarHandler.cxx, MFront/src/SupportedTypes.cxx,
MFront/src/Token.cxx, MFront/src/UnaryLoadingDefinition.cxx,
MFront/src/VarHandler.cxx, MFront/src/mfront.cxx, MFront/test,
MFront/test/Lemaitre.dgibi, MFront/test/Model,
MFront/test/Model/BurnUp.mfront,
MFront/test/Model/BurnUpModel.mfront,
MFront/test/Model/UO2_THERMALCONDUCTIVITY_METEOR.mfront,
MFront/test/Model/include, MFront/test/Model/include/Pleiades,
MFront/test/Model/include/Pleiades/PMetier,
MFront/test/Model/include/Pleiades/PMetier/PFunctions,
MFront/test/Model/include/Pleiades/PMetier/PFunctions/UO2_THERMALCONDUCTIVITY_METEOR-pleiades.hh,
MFront/test/Model/include/UO2_THERMALCONDUCTIVITY_METEOR-castem.hh,
MFront/test/Model/include/UO2_THERMALCONDUCTIVITY_METEOR.hh,
MFront/test/Model/src, MFront/test/Model/src/Makefile.mfront,
MFront/test/Model/src/UO2_THERMALCONDUCTIVITY_METEOR-castem.cpp,
MFront/test/Model/src/UO2_THERMALCONDUCTIVITY_METEOR-pleiades.cpp,
MFront/test/Model/src/UO2_THERMALCONDUCTIVITY_METEOR.cpp,
MFront/test/Model/src/curve.gnuplot,
MFront/test/Model/src/libCastemMaterialLaw.so,
MFront/test/Model/src/libCastemMaterialLaw.src,
MFront/test/Model/src/libMaterialLaw.so,
MFront/test/Model/src/libMaterialLaw.src,
MFront/test/Model/src/libPleiadesMaterialLaw.src,
MFront/test/Model/src/out.txt, MFront/test/Model/src/out2,
MFront/test/Model/src/test, MFront/test/Model/src/test.cxx,
MFront/test/Model/src/testCastem,
MFront/test/Model/src/testCastem.cxx, MFront/test/Norton.dgibi,
MFront/test/NortonRK.dgibi, MFront/test/RungeKutta54.mfront,
MFront/test/include, MFront/test/include/MaterialLaw,
MFront/test/include/MaterialLaw/NortonRK.hxx,
MFront/test/include/MaterialLaw/NortonRKBehaviourData.hxx,
MFront/test/include/MaterialLaw/NortonRKIntegrationData.hxx,
MFront/test/include/UMAT,
MFront/test/include/UMAT/umatNortonRK.hxx,
MFront/test/lemaitre.cxx, MFront/test/lemaitre.mfront,
MFront/test/src, MFront/test/src/Makefile.mfront,
MFront/test/src/NortonRK.cxx,
MFront/test/src/libExternalUmat.deps,
MFront/test/src/libExternalUmat.src,
MFront/test/src/umatNortonRK.cxx, MFront/test/test.mfront,
MFront/test/test2.mfront, Makefile.am, Makefile.in, Museum,
Museum/GenericHeapStorage.hxx,
Museum/GenericHeapStorage.hxx_init,
Museum/GenericStackStorage.hxx, Museum/GenericStorage.hxx,
Museum/IsotropicLinearHookLaw.hxx, Museum/LorentzDamageLaw.hxx,
Museum/MyFFT.tar.bz2, Museum/MyFFTs_init.tar.bz2,
Museum/Power.hxx, Museum/Power.ixx, Museum/Root.hxx,
Museum/Root.ixx, Museum/generic_storage.cxx,
Museum/transform.hxx, Museum/transform.ixx, README, TFEL.doc,
TODO, Tests, Tests/FSAlgorithms, Tests/FSAlgorithms/Makefile.am,
Tests/FSAlgorithms/Makefile.in,
Tests/FSAlgorithms/accumulate.cxx, Tests/FSAlgorithms/equal.cxx,
Tests/FSAlgorithms/for_each.cxx, Tests/FSAlgorithms/generate.cxx,
Tests/FSAlgorithms/inner_product.cxx,
Tests/FSAlgorithms/iota.cxx,
Tests/FSAlgorithms/test_FSalgorithm.cxx,
Tests/FSAlgorithms/test_FSalgorithm2.cxx,
Tests/FSAlgorithms/transform.cxx, Tests/FiniteElement,
Tests/FiniteElement/Cyl2.cxx, Tests/FiniteElement/Make.rules,
Tests/FiniteElement/Makefile.am, Tests/FiniteElement/Makefile.in,
Tests/FiniteElement/Mesh.cxx, Tests/FiniteElement/NodalField.cxx,
Tests/FiniteElement/Node1D.cxx,
Tests/FiniteElement/NodesManager.cxx, Tests/Lambda,
Tests/Lambda/Makefile.am, Tests/Lambda/Makefile.in,
Tests/Lambda/lambda.cxx, Tests/Makefile.am, Tests/Makefile.in,
Tests/MaterialLaw, Tests/MaterialLaw/Makefile.am,
Tests/MaterialLaw/Makefile.in, Tests/MaterialLaw/boundsCheck.cxx,
Tests/Math, Tests/Math/Composite,
Tests/Math/Composite/Makefile.am,
Tests/Math/Composite/Makefile.in,
Tests/Math/Composite/composite.cxx,
Tests/Math/ExpressionTemplates,
Tests/Math/ExpressionTemplates/Makefile.am,
Tests/Math/ExpressionTemplates/Makefile.in,
Tests/Math/ExpressionTemplates/test.cxx,
Tests/Math/ExpressionTemplates/test10.cxx,
Tests/Math/ExpressionTemplates/test10.m,
Tests/Math/ExpressionTemplates/test11.cxx,
Tests/Math/ExpressionTemplates/test12.cxx,
Tests/Math/ExpressionTemplates/test2.cxx,
Tests/Math/ExpressionTemplates/test3.cxx,
Tests/Math/ExpressionTemplates/test4.cxx,
Tests/Math/ExpressionTemplates/test5.cxx,
Tests/Math/ExpressionTemplates/test6.cxx,
Tests/Math/ExpressionTemplates/test7.cxx,
Tests/Math/ExpressionTemplates/test8.cxx,
Tests/Math/ExpressionTemplates/test9.cxx,
Tests/Math/ExpressionTemplates/tvector.cxx,
Tests/Math/ExpressionTemplates/tvector2.cxx,
Tests/Math/Function.cxx, Tests/Math/Functions,
Tests/Math/Functions/Makefile.am,
Tests/Math/Functions/Makefile.in,
Tests/Math/Functions/derivate.cxx,
Tests/Math/Functions/function.cxx,
Tests/Math/Functions/power.cxx, Tests/Math/Functions/vector1.cxx,
Tests/Math/Makefile.am, Tests/Math/Makefile.in,
Tests/Math/MathTests, Tests/Math/MathTests/IntelTimer.hxx,
Tests/Math/MathTests/Make.rules, Tests/Math/MathTests/Makefile,
Tests/Math/MathTests/function.cxx,
Tests/Math/MathTests/function.hxx,
Tests/Math/MathTests/nb_measurement.hxx,
Tests/Math/MathTests/test.sh,
Tests/Math/MathTests/test_direct.cxx,
Tests/Math/MathTests/test_direct_float.cxx,
Tests/Math/MathTests/test_perf_concept_operations,
Tests/Math/MathTests/test_qt.cxx,
Tests/Math/MathTests/test_stensor.cxx,
Tests/Math/MathTests/test_stensor_float.cxx,
Tests/Math/Range.cxx, Tests/Math/RungeKutta,
Tests/Math/RungeKutta/Makefile.am,
Tests/Math/RungeKutta/Makefile.in,
Tests/Math/RungeKutta/comparison.gnuplot,
Tests/Math/RungeKutta/reference.c,
Tests/Math/RungeKutta/rk2_double.txt,
Tests/Math/RungeKutta/rk2_float.txt,
Tests/Math/RungeKutta/rk2_long double.txt,
Tests/Math/RungeKutta/rk42.cxx,
Tests/Math/RungeKutta/rk4_double.txt,
Tests/Math/RungeKutta/rk4_float.txt,
Tests/Math/RungeKutta/rk4_long double.txt,
Tests/Math/RungeKutta/rk54.cxx,
Tests/Math/RungeKutta/runge_kutta2.cxx,
Tests/Math/RungeKutta/runge_kutta4.cxx, Tests/Math/St2toSt2,
Tests/Math/St2toSt2/Makefile.am, Tests/Math/St2toSt2/Makefile.in,
Tests/Math/St2toSt2/st2tost2.cxx,
Tests/Math/VectorExprIterator.cxx,
Tests/Math/VectorExprIterator2.cxx,
Tests/Math/VectorResultType.cxx, Tests/Math/array.cxx,
Tests/Math/array2.cxx, Tests/Math/array3.cxx,
Tests/Math/array4.cxx, Tests/Math/complex_operations.cxx,
Tests/Math/conj.cxx, Tests/Math/include,
Tests/Math/include/Makefile.am, Tests/Math/include/Makefile.in,
Tests/Math/include/function_tests.hxx,
Tests/Math/include/function_tests.ixx, Tests/Math/lu.cxx,
Tests/Math/newton_raphson.cxx, Tests/Math/parser.cxx,
Tests/Math/solve.cxx, Tests/Math/stensor.cxx,
Tests/Math/stensor2.cxx, Tests/Math/stensor3.cxx,
Tests/Math/stensor_eigenvalues.cxx,
Tests/Math/stensor_eigenvectors.cxx,
Tests/Math/stensor_eigenvectors2.cxx, Tests/Math/tmatrix.cxx,
Tests/Math/tvector.cxx, Tests/Math/vector1.cxx,
Tests/MetaProgramming,
Tests/MetaProgramming/HasConstIterator.cxx,
Tests/MetaProgramming/Makefile.am,
Tests/MetaProgramming/Makefile.in,
Tests/MetaProgramming/Name.cxx,
Tests/MetaProgramming/RemoveConstness.cxx,
Tests/MetaProgramming/typelist.cxx, Tests/System,
Tests/System/Makefile.am, Tests/System/Makefile.in,
Tests/System/out.txt, Tests/System/process.cxx,
Tests/System/rstream.cxx, Tests/System/test.bin,
Tests/System/test.cxx, Tests/System/test.txt,
Tests/System/wstream.cxx, Tests/TestHeaders,
Tests/TestHeaders/Make.rules, Tests/TestHeaders/Makefile,
Tests/TestHeaders/script.sh, Tests/UnaryTests,
Tests/UnaryTests/CubicRoots.cxx,
Tests/UnaryTests/FracSimplify.cxx,
Tests/UnaryTests/IntegersSet.cxx, Tests/UnaryTests/Makefile.am,
Tests/UnaryTests/Makefile.in, Tests/UnaryTests/MultipleDeque.cxx,
Tests/UnaryTests/MultipleVector.cxx,
Tests/UnaryTests/concept_check_test.cxx,
Tests/UnaryTests/gentype.cxx, Tests/UnaryTests/include,
Tests/UnaryTests/include/Makefile.am,
Tests/UnaryTests/include/Makefile.in,
Tests/UnaryTests/include/function_unary_tests.hxx,
Tests/UnaryTests/include/function_unary_tests.ixx,
Tests/UnaryTests/name.cxx, Tests/UnaryTests/promote.cxx,
Tests/UnaryTests/qt.cxx, Tests/UnaryTests/qt2.cxx,
Tests/UnaryTests/qt3.cxx, Tests/UnaryTests/stensor.cxx,
Tests/UnaryTests/terminal.cxx, Tests/UnaryTests/tmatrix.cxx,
Tests/UnaryTests/tuple.cxx, Tests/UnaryTests/tvector.cxx,
Tests/UnaryTests/tvector2.cxx, Tests/UnaryTests/typelist.cxx,
Tests/Utilities, Tests/Utilities/Makefile.am,
Tests/Utilities/Makefile.in, Tests/Utilities/gentype.cxx,
aclocal.m4, bootstrap.sh, clean, clean.sh, config,
config/config.guess, config/config.sub, config/depcomp,
config/elisp-comp, config/install-sh, config/ltmain.sh,
config/missing, configure, configure.ac, debug.sh.in, include,
include/Config, include/Config/Config_dir.doc,
include/Config/Internals,
include/Config/Internals/HeatFluxVectorType.hxx,
include/Config/Internals/InvJacobianType.hxx,
include/Config/Internals/JacobianType.hxx,
include/Config/Internals/PositionType.hxx,
include/Config/Internals/SpatialGradType.hxx,
include/Config/Internals/TFELTypesInternals.hxx,
include/Config/Internals/ThermalConductivityMatrixType.hxx,
include/Config/TFELConfig.hxx, include/Config/TFELTypes.hxx,
include/Config/TFEL_MATH_Config.hxx, include/Exception,
include/Exception/Exception_dir.doc,
include/Exception/TFELException.hxx, include/FSAlgorithm,
include/FSAlgorithm/FSAlgorithm.hxx,
include/FSAlgorithm/FSAlgorithm_dir.doc,
include/FSAlgorithm/accumulate.hxx, include/FSAlgorithm/copy.hxx,
include/FSAlgorithm/equal.hxx, include/FSAlgorithm/fill.hxx,
include/FSAlgorithm/for_each.hxx,
include/FSAlgorithm/generate.hxx,
include/FSAlgorithm/inner_product.hxx,
include/FSAlgorithm/iota.hxx,
include/FSAlgorithm/max_element.hxx,
include/FSAlgorithm/min_element.hxx,
include/FSAlgorithm/swap_ranges.hxx,
include/FSAlgorithm/transform.hxx, include/FiniteElement,
include/FiniteElement/Element,
include/FiniteElement/Element/ElementsManager.ixx,
include/FiniteElement/ElementManager.hxx,
include/FiniteElement/ElementsManager.hxx,
include/FiniteElement/FiniteElement_dir.doc,
include/FiniteElement/Mesh, include/FiniteElement/Mesh.hxx,
include/FiniteElement/Mesh/Mesh.ixx, include/FiniteElement/Node,
include/FiniteElement/Node.hxx,
include/FiniteElement/Node/Node.ixx,
include/FiniteElement/Node/NodesManager.ixx,
include/FiniteElement/NodesManager.hxx,
include/FiniteElement_old,
include/FiniteElement_old/AbstractElement.hxx,
include/FiniteElement_old/AbstractMechanicalElement.hxx,
include/FiniteElement_old/AbstractMechanicalElementBase.hxx,
include/FiniteElement_old/AbstractMesh.hxx,
include/FiniteElement_old/AbstractNodalField.hxx,
include/FiniteElement_old/AbstractNode.hxx,
include/FiniteElement_old/AbstractNode1D.hxx,
include/FiniteElement_old/AbstractThermalElement.hxx,
include/FiniteElement_old/AbstractThermalElementBase.hxx,
include/FiniteElement_old/AbstractThermoMechanicalElement.hxx,
include/FiniteElement_old/Cyl2.hxx,
include/FiniteElement_old/Elements,
include/FiniteElement_old/Elements/Cyl2.ixx,
include/FiniteElement_old/Elements/Cyl2Base.hxx,
include/FiniteElement_old/Elements/ElementTraits.hxx,
include/FiniteElement_old/Elements/ElementsContainer.hxx,
include/FiniteElement_old/Elements/ElementsContainer.ixx,
include/FiniteElement_old/Elements/FindElementCategory.hxx,
include/FiniteElement_old/Elements/FindElementCategory.ixx,
include/FiniteElement_old/Elements/GenericAxi1DElement.hxx,
include/FiniteElement_old/Elements/GenericAxi1DElement.ixx,
include/FiniteElement_old/Elements/GenericElement.hxx,
include/FiniteElement_old/Elements/GenericElement.ixx,
include/FiniteElement_old/Elements/GenericMechanicalElement.hxx,
include/FiniteElement_old/Elements/GenericThermalElement.hxx,
include/FiniteElement_old/FETypes.hxx,
include/FiniteElement_old/Fields,
include/FiniteElement_old/Fields/NodalField.ixx,
include/FiniteElement_old/Fields/NodalFieldResultType.hxx,
include/FiniteElement_old/Fields/UniformNodalField.ixx,
include/FiniteElement_old/Fields/UniformNodalFieldResultType.hxx,
include/FiniteElement_old/FiniteElement_dir.doc,
include/FiniteElement_old/Mesh.hxx,
include/FiniteElement_old/NodalField.hxx,
include/FiniteElement_old/Node1D.hxx,
include/FiniteElement_old/Nodes,
include/FiniteElement_old/Nodes/AbstractNode1D.ixx,
include/FiniteElement_old/Nodes/Node1D.ixx,
include/FiniteElement_old/Nodes/NodesContainer.hxx,
include/FiniteElement_old/UniformNodalField.hxx,
include/FiniteElement_old/ValueManager.hxx, include/Makefile.am,
include/Makefile.in, include/MaterialLaw,
include/MaterialLaw/BoundsCheck.hxx,
include/MaterialLaw/IsotropicLinearFourierHookLaw.hxx,
include/MaterialLaw/IsotropicLinearFourierLaw.hxx,
include/MaterialLaw/Lame.hxx,
include/MaterialLaw/MaterialLawException.hxx,
include/MaterialLaw/MaterialLaw_dir.doc,
include/MaterialLaw/MechanicalBehaviour.hxx,
include/MaterialLaw/MechanicalBehaviourData.hxx,
include/MaterialLaw/MechanicalBehaviourTraits.hxx,
include/MaterialLaw/MechanicalIntegrationData.hxx,
include/MaterialLaw/ThermalBehaviour.hxx,
include/MaterialLaw/ThermalBehaviourData.hxx,
include/MaterialLaw/ThermoMechanicalBehaviour.hxx, include/Math,
include/Math/Array, include/Math/Array/ArrayArrayExpr.hxx,
include/Math/Array/ArrayArrayExprSpecialisation.ixx,
include/Math/Array/ArrayArrayExprWithoutConstIterator.hxx,
include/Math/Array/ArrayArrayExprWithoutConstIteratorSpecialisation.ixx,
include/Math/Array/ArrayConcept.hxx,
include/Math/Array/ArrayConcept.ixx,
include/Math/Array/ArrayConceptOperations.hxx,
include/Math/Array/ArrayExpr.hxx,
include/Math/Array/ArrayNegExpr.hxx,
include/Math/Array/ArrayNegExprWithoutConstIterator.hxx,
include/Math/Array/ArrayRefCountedStorage.hxx,
include/Math/Array/ArrayRowMajorStorage.hxx,
include/Math/Array/ArrayRowMajorStorage.ixx,
include/Math/Array/ArrayRunTimeProperties.hxx,
include/Math/Array/ArrayRunTimeProperties.ixx,
include/Math/Array/ArrayStorage.hxx,
include/Math/Array/ArrayStorage.ixx,
include/Math/Array/Array_dir.doc,
include/Math/Array/FctArrayExpr.hxx,
include/Math/Array/FctArrayExprWithoutConstIterator.hxx,
include/Math/Array/Internals,
include/Math/Array/Internals/ArraySerialize.hxx,
include/Math/Array/ScalarArrayExpr.hxx,
include/Math/Array/ScalarArrayExprSpecialisation.ixx,
include/Math/Array/ScalarArrayExprWithoutConstIterator.hxx,
include/Math/Array/ScalarArrayExprWithoutConstIteratorSpecialisation.ixx,
include/Math/Array/array.ixx,
include/Math/Array/arrayResultType.hxx, include/Math/Composite,
include/Math/Composite/CompositeCompositeExpr.hxx,
include/Math/Composite/CompositeConcept.hxx,
include/Math/Composite/CompositeConcept.ixx,
include/Math/Composite/CompositeConceptOperations.ixx,
include/Math/Composite/CompositeExpr.hxx,
include/Math/Composite/CompositeNegExpr.hxx,
include/Math/Composite/CompositeScalarExpr.hxx,
include/Math/Composite/FctCompositeExpr.hxx,
include/Math/Composite/ScalarCompositeExpr.hxx,
include/Math/Composite/composite.ixx,
include/Math/Composite/compositeResultType.ixx,
include/Math/Evaluator.hxx, include/Math/Function,
include/Math/Function/Cst.hxx,
include/Math/Function/FunctionConcept.hxx,
include/Math/Function/FunctionConcept.ixx,
include/Math/Function/FunctionConceptOperations.hxx,
include/Math/Function/FunctionExpr.hxx,
include/Math/Function/FunctionFunctionExpr.hxx,
include/Math/Function/FunctionNegExpr.hxx,
include/Math/Function/FunctionScalarExpr.hxx,
include/Math/Function/FunctionsCompositionExpr.hxx,
include/Math/Function/Id.hxx, include/Math/Function/Power.hxx,
include/Math/Function/Power.ixx,
include/Math/Function/ScalarFunctionExpr.hxx,
include/Math/Function/StandardFunctions.hxx,
include/Math/General, include/Math/General/Abs.hxx,
include/Math/General/AbsCompare.hxx,
include/Math/General/BaseCast.hxx,
include/Math/General/BasicOperations.hxx,
include/Math/General/Complex.hxx,
include/Math/General/Complex.ixx,
include/Math/General/ComputeBinaryResult.hxx,
include/Math/General/ComputeObjectTag.hxx,
include/Math/General/ComputeObjectTag.ixx,
include/Math/General/ComputeUnaryResult.hxx,
include/Math/General/CubicRoots.hxx,
include/Math/General/DotProduct.hxx,
include/Math/General/EmptyRunTimeProperties.hxx,
include/Math/General/FctObjectRandomAccessConstIterator.hxx,
include/Math/General/IntegrateResult.hxx,
include/Math/General/LogicalOperations.hxx,
include/Math/General/NegObjectRandomAccessConstIterator.hxx,
include/Math/General/ObjectObjectRandomAccessConstIterator.hxx,
include/Math/General/ObjectObjectRandomAccessConstIteratorSpecialisation.hxx,
include/Math/General/ResultType.hxx,
include/Math/General/RunTimeCheck.hxx,
include/Math/General/ScalarObjectRandomAccessConstIterator.hxx,
include/Math/General/ScalarObjectRandomAccessConstIteratorSpecialisation.hxx,
include/Math/General/StorageTraits.hxx,
include/Math/General/UnaryResultType.hxx,
include/Math/General/floating_point_exceptions.hxx,
include/Math/LU, include/Math/LU/LU_decomp.hxx,
include/Math/LU/LU_decomp.ixx, include/Math/LU/LU_solve.hxx,
include/Math/LU/TinyMatrixSolve.ixx,
include/Math/LambdaExpression,
include/Math/LambdaExpression/FctLambdaExpr.hxx,
include/Math/LambdaExpression/FctLambdaExpr.ixx,
include/Math/LambdaExpression/LambdaConcept.hxx,
include/Math/LambdaExpression/LambdaConcept.ixx,
include/Math/LambdaExpression/LambdaConceptOperations.hxx,
include/Math/LambdaExpression/LambdaConceptOperations.ixx,
include/Math/LambdaExpression/LambdaLambdaExpr.hxx,
include/Math/LambdaExpression/LambdaLambdaExpr.ixx,
include/Math/LambdaExpression/LambdaScalarExpr.hxx,
include/Math/LambdaExpression/LambdaScalarExpr.ixx,
include/Math/LambdaExpression/ScalarLambdaExpr.hxx,
include/Math/LambdaExpression/ScalarLambdaExpr.ixx,
include/Math/LambdaExpression/lambda.ixx,
include/Math/MathException.hxx, include/Math/Math_dir.doc,
include/Math/Matrix, include/Math/Matrix/FctMatrixExpr.hxx,
include/Math/Matrix/FctMatrixExprWithoutConstIterator.hxx,
include/Math/Matrix/MatrixConcept.hxx,
include/Math/Matrix/MatrixConcept.ixx,
include/Math/Matrix/MatrixConceptOperations.hxx,
include/Math/Matrix/MatrixExpr.hxx,
include/Math/Matrix/MatrixMatrixExpr.hxx,
include/Math/Matrix/MatrixMatrixExprSpecialisation.ixx,
include/Math/Matrix/MatrixMatrixExprWithoutConstIterator.hxx,
include/Math/Matrix/MatrixMatrixExprWithoutConstIteratorSpecialisation.ixx,
include/Math/Matrix/MatrixNegExpr.hxx,
include/Math/Matrix/MatrixNegExprWithoutConstIterator.hxx,
include/Math/Matrix/MatrixUtilities.hxx,
include/Math/Matrix/ScalarMatrixExpr.hxx,
include/Math/Matrix/ScalarMatrixExprSpecialisation.ixx,
include/Math/Matrix/ScalarMatrixExprWithoutConstIterator.hxx,
include/Math/Matrix/ScalarMatrixExprWithoutConstIteratorSpecialisation.ixx,
include/Math/Matrix/tmatrix.ixx,
include/Math/Matrix/tmatrixResultType.hxx,
include/Math/Newton-Raphson,
include/Math/Newton-Raphson/TinyNewtonRaphson.ixx,
include/Math/Parser, include/Math/Parser/BinaryFunction.hxx,
include/Math/Parser/BinaryFunction.ixx,
include/Math/Parser/BinaryOperator.hxx,
include/Math/Parser/BinaryOperator.ixx,
include/Math/Parser/EvaluatorBase.hxx,
include/Math/Parser/Expr.hxx, include/Math/Parser/Function.hxx,
include/Math/Parser/Function.ixx,
include/Math/Parser/Negation.hxx, include/Math/Parser/Number.hxx,
include/Math/Parser/Variable.hxx, include/Math/Permutation,
include/Math/Permutation/permutation.ixx, include/Math/Quantity,
include/Math/Quantity/FracSimplify.hxx,
include/Math/Quantity/FracSimplify.ixx,
include/Math/Quantity/Unit.hxx, include/Math/Quantity/Unit.ixx,
include/Math/Quantity/UnitSamples.hxx,
include/Math/Quantity/qt.ixx, include/Math/Quantity/qtLimits.hxx,
include/Math/Quantity/qtOperations.hxx,
include/Math/Quantity/qtOperations.ixx,
include/Math/Quantity/qtSamples.hxx,
include/Math/Quantity/qtSpecific.hxx, include/Math/RungeKutta,
include/Math/RungeKutta/RungeKutta2.ixx,
include/Math/RungeKutta/RungeKutta4.ixx,
include/Math/RungeKutta/RungeKutta42.ixx,
include/Math/RungeKutta/RungeKutta54.ixx,
include/Math/RungeKutta2.hxx, include/Math/RungeKutta4.hxx,
include/Math/RungeKutta42.hxx, include/Math/RungeKutta54.hxx,
include/Math/ST2toST2, include/Math/ST2toST2/ST2toST2Concept.hxx,
include/Math/ST2toST2/ST2toST2Concept.ixx,
include/Math/ST2toST2/ST2toST2ConceptOperations.hxx,
include/Math/ST2toST2/ST2toST2Expr.hxx,
include/Math/ST2toST2/ST2toST2NegExpr.hxx,
include/Math/ST2toST2/ST2toST2NegExprWithoutConstIterator.hxx,
include/Math/ST2toST2/ST2toST2ST2toST2Expr.hxx,
include/Math/ST2toST2/ST2toST2ST2toST2ExprSpecialisation.ixx,
include/Math/ST2toST2/ST2toST2ST2toST2ExprWithoutConstIterator.hxx,
include/Math/ST2toST2/ST2toST2ST2toST2ExprWithoutConstIteratorSpecialisation.ixx,
include/Math/ST2toST2/ScalarST2toST2Expr.hxx,
include/Math/ST2toST2/ScalarST2toST2ExprSpecialisation.ixx,
include/Math/ST2toST2/ScalarST2toST2ExprWithoutConstIterator.hxx,
include/Math/ST2toST2/ScalarST2toST2ExprWithoutConstIteratorSpecialisation.ixx,
include/Math/ST2toST2/st2tost2.ixx,
include/Math/ST2toST2/st2tost2ResultType.hxx,
include/Math/Stensor, include/Math/Stensor/Internals,
include/Math/Stensor/Internals/StensorChangeBasis.hxx,
include/Math/Stensor/Internals/StensorComputeEigenValues.hxx,
include/Math/Stensor/Internals/StensorComputeEigenVectors.hxx,
include/Math/Stensor/Internals/StensorExport.hxx,
include/Math/Stensor/Internals/StensorExport.ixx,
include/Math/Stensor/Internals/StensorImport.hxx,
include/Math/Stensor/ScalarStensorExpr.hxx,
include/Math/Stensor/ScalarStensorExprSpecialisation.ixx,
include/Math/Stensor/ScalarStensorExprWithoutConstIterator.hxx,
include/Math/Stensor/ScalarStensorExprWithoutConstIteratorSpecialisation.ixx,
include/Math/Stensor/StensorConcept.hxx,
include/Math/Stensor/StensorConcept.ixx,
include/Math/Stensor/StensorConceptOperations.hxx,
include/Math/Stensor/StensorExpr.hxx,
include/Math/Stensor/StensorExternalTabStorage.hxx,
include/Math/Stensor/StensorExternalVoigtStorage.hxx,
include/Math/Stensor/StensorNegExpr.hxx,
include/Math/Stensor/StensorNegExprWithoutConstIterator.hxx,
include/Math/Stensor/StensorNullStorage.hxx,
include/Math/Stensor/StensorSizeToDime.hxx,
include/Math/Stensor/StensorStaticStorage.hxx,
include/Math/Stensor/StensorStensorExpr.hxx,
include/Math/Stensor/StensorStensorExprSpecialisation.ixx,
include/Math/Stensor/StensorStensorExprWithoutConstIterator.hxx,
include/Math/Stensor/StensorStensorExprWithoutConstIteratorSpecialisation.ixx,
include/Math/Stensor/stensor.ixx,
include/Math/Stensor/stensorResultType.hxx,
include/Math/TinyMatrixSolve.hxx,
include/Math/TinyNewtonRaphson.hxx, include/Math/Vector,
include/Math/Vector/FctVectorExpr.hxx,
include/Math/Vector/FctVectorExprWithoutConstIterator.hxx,
include/Math/Vector/Range.hxx,
include/Math/Vector/ScalarVectorExpr.hxx,
include/Math/Vector/ScalarVectorExprSpecialisation.ixx,
include/Math/Vector/ScalarVectorExprWithoutConstIterator.hxx,
include/Math/Vector/ScalarVectorExprWithoutConstIteratorSpecialisation.ixx,
include/Math/Vector/VectorConcept.hxx,
include/Math/Vector/VectorConcept.ixx,
include/Math/Vector/VectorConceptOperations.hxx,
include/Math/Vector/VectorExpr.hxx,
include/Math/Vector/VectorNegExpr.hxx,
include/Math/Vector/VectorNegExprWithoutConstIterator.hxx,
include/Math/Vector/VectorUtilities.hxx,
include/Math/Vector/VectorVectorExpr.hxx,
include/Math/Vector/VectorVectorExprSpecialisation.ixx,
include/Math/Vector/VectorVectorExprWithoutConstIterator.hxx,
include/Math/Vector/VectorVectorExprWithoutConstIteratorSpecialisation.ixx,
include/Math/Vector/tvector.ixx,
include/Math/Vector/tvectorResultType.hxx,
include/Math/Vector/vector.ixx,
include/Math/Vector/vectorResultType.hxx, include/Math/array.hxx,
include/Math/composite.hxx, include/Math/functions.hxx,
include/Math/lambda.hxx, include/Math/permutation.hxx,
include/Math/qt.hxx, include/Math/st2tost2.hxx,
include/Math/stensor.hxx, include/Math/tmatrix.hxx,
include/Math/tvector.hxx, include/Math/vector.hxx,
include/Metaprogramming, include/Metaprogramming/EmptyClass.hxx,
include/Metaprogramming/EnableIf.hxx,
include/Metaprogramming/GenerateTypeList.hxx,
include/Metaprogramming/GenerateTypeList.ixx,
include/Metaprogramming/HasConstIterator.hxx,
include/Metaprogramming/HasIterator.hxx,
include/Metaprogramming/HasRandomAccessConstIterator.hxx,
include/Metaprogramming/HasRandomAccessIterator.hxx,
include/Metaprogramming/IF.hxx,
include/Metaprogramming/Implements.hxx,
include/Metaprogramming/IntToType.hxx,
include/Metaprogramming/InvalidType.hxx,
include/Metaprogramming/IsConvertibleTo.hxx,
include/Metaprogramming/IsSameType.hxx,
include/Metaprogramming/IsSubClassOf.hxx,
include/Metaprogramming/IsSuperClassOf.hxx,
include/Metaprogramming/Metaprogramming_dir.doc,
include/Metaprogramming/RemoveConstness.hxx,
include/Metaprogramming/StaticAssert.hxx,
include/Metaprogramming/TypeList.hxx,
include/Metaprogramming/TypeList.ixx, include/System,
include/System/ExternalLibraryManager.hxx,
include/System/ProcessManager.h,
include/System/ProcessManager.hxx,
include/System/SignalHandler.hxx,
include/System/SignalHandler.ixx,
include/System/SignalManager.hxx, include/System/System.hxx,
include/System/SystemError.hxx, include/System/SystemError.ixx,
include/System/basic_rstream.hxx,
include/System/basic_rstream.ixx,
include/System/basic_wstream.hxx,
include/System/basic_wstream.ixx, include/System/rfstream.hxx,
include/System/rstreamView.hxx, include/System/rstreamView.ixx,
include/System/stream_traits.hxx, include/System/wfstream.hxx,
include/System/wstreamView.hxx, include/System/wstreamView.ixx,
include/TypeTraits, include/TypeTraits/BaseType.hxx,
include/TypeTraits/IsAssignableTo.hxx,
include/TypeTraits/IsComplex.hxx,
include/TypeTraits/IsFundamentalNumericType.hxx,
include/TypeTraits/IsInvalid.hxx,
include/TypeTraits/IsRandomAccessIterator.hxx,
include/TypeTraits/IsReal.hxx,
include/TypeTraits/IsSafelyReinterpretCastableTo.hxx,
include/TypeTraits/IsScalar.hxx,
include/TypeTraits/IsTemporary.hxx,
include/TypeTraits/IsUnaryOperator.hxx,
include/TypeTraits/Promote, include/TypeTraits/Promote.hxx,
include/TypeTraits/Promote/Promote.ixx,
include/TypeTraits/RealPartType.hxx,
include/TypeTraits/TypeTraits_dir.doc, include/Utilities,
include/Utilities/ContainerRebind.hxx,
include/Utilities/GenType.hxx, include/Utilities/GenType.ixx,
include/Utilities/GenTypeBase.hxx,
include/Utilities/GenTypeSpecialisation.ixx,
include/Utilities/Info.hxx, include/Utilities/IntegersSet.hxx,
include/Utilities/MallocAllocator.hxx,
include/Utilities/MultipleDeque.hxx,
include/Utilities/MultipleDequeVector,
include/Utilities/MultipleDequeVector/MultipleDequeVector.hxx,
include/Utilities/MultipleDequeVector/MultipleDequeVector.ixx,
include/Utilities/MultipleDequeVector/MultipleDequeVectorIterators.ixx,
include/Utilities/MultipleDequeVector/TypeTransform.hxx,
include/Utilities/MultipleDequeVector/TypeTransform.ixx,
include/Utilities/MultipleVector.hxx, include/Utilities/Name.hxx,
include/Utilities/Name.ixx, include/Utilities/NewAllocator.hxx,
include/Utilities/PtrIteratorAdaptator.hxx,
include/Utilities/PtrVector.hxx, include/Utilities/PtrVector.ixx,
include/Utilities/RecursiveUnion.hxx,
include/Utilities/SmartPtr.hxx,
include/Utilities/SmartPtrVector.hxx,
include/Utilities/SmartPtrVector.ixx,
include/Utilities/TerminalColors.hxx,
include/Utilities/ToString.hxx, include/Utilities/Tuple.hxx,
include/Utilities/Tuple.ixx, include/Utilities/Utilities_dir.doc,
m4, m4/arch-default.m4, m4/arch-linux.m4, m4/arch.m4,
m4/castem.m4, m4/gcc.m4, m4/gxx.m4, m4/intel.m4,
m4/mp_with_curses.m4, m4/tfel.m4, src, src/Exception,
src/Exception/Makefile.am, src/Exception/Makefile.in,
src/Exception/TFELException.cxx, src/FiniteElement,
src/FiniteElement/Cyl2Base.cxx, src/FiniteElement/Makefile.am,
src/Makefile.am, src/Makefile.in, src/MaterialLaw,
src/MaterialLaw/Makefile.am, src/MaterialLaw/Makefile.in,
src/MaterialLaw/MaterialLawException.cxx, src/Math,
src/Math/ArrayTag.cxx, src/Math/BasicOperations.cxx,
src/Math/BinaryFunction.cxx, src/Math/BinaryOperator.cxx,
src/Math/CompositeTag.cxx, src/Math/Evaluator.cxx,
src/Math/EvaluatorBase.cxx, src/Math/Expr.cxx,
src/Math/Function.cxx, src/Math/FunctionTag.cxx, src/Math/Id.cxx,
src/Math/Lambda.cxx, src/Math/LambdaTag.cxx,
src/Math/Makefile.am, src/Math/Makefile.in,
src/Math/MathException.cxx, src/Math/MatrixTag.cxx,
src/Math/Negation.cxx, src/Math/Number.cxx, src/Math/OpDiff.cxx,
src/Math/Power.cxx, src/Math/St2toSt2Tag.cxx,
src/Math/StandardFunctions.cxx, src/Math/StensorTag.cxx,
src/Math/Variable.cxx, src/Math/VectorTag.cxx, src/System,
src/System/ExternalLibraryManager.cxx, src/System/Makefile.am,
src/System/Makefile.in, src/System/ProcessManager-c.c,
src/System/ProcessManager.cxx, src/System/SignalHandler.cxx,
src/System/SignalManager.cxx, src/System/System.cxx,
src/System/SystemError.cxx, src/System/basic_rstream.cxx,
src/System/basic_wstream.cxx, src/System/rfstream.cxx,
src/System/wfstream.cxx, src/TFELConfig,
src/TFELConfig/Makefile.am, src/TFELConfig/Makefile.in,
src/TFELConfig/tfel-config.cxx,
src/TFELConfig/tfel-config.hxx.in, src/Utilities,
src/Utilities/Makefile.am, src/Utilities/Makefile.in,
src/Utilities/TerminalColors.cxx: initial import