Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
VariableTypedef.h
Aller à la documentation de ce fichier.
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* VariableTypedef.h (C) 2000-2006 */
9/* */
10/* Déclarations des typedefs des variables. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_VARIABLETYPEDEF_H
13#define ARCANE_VARIABLETYPEDEF_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/ArcaneTypes.h"
18#include "arcane/ItemTypes.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23/*!
24 * \file VariableTypedef.h
25 *
26 * Déclarations des types des variables.
27 */
28
29/*---------------------------------------------------------------------------*/
30/*---------------------------------------------------------------------------*/
31
32ARCANE_BEGIN_NAMESPACE
33
34/*---------------------------------------------------------------------------*/
35/*---------------------------------------------------------------------------*/
36
37template<typename DataType> class ItemVariableScalarRefT;
38template<typename ItemType,typename DataType> class MeshVariableScalarRefT;
39template<typename ItemType,typename DataType> class MeshVariableArrayRefT;
40template<typename DataType> class ItemPartialVariableScalarRefT;
41template<typename DataType> class ItemPartialVariableArrayRefT;
42template<typename ItemType,typename DataType> class MeshPartialVariableScalarRefT;
43template<typename ItemType,typename DataType> class MeshPartialVariableArrayRefT;
44
45/*---------------------------------------------------------------------------*/
46/*---------------------------------------------------------------------------*/
47
48/*!
49 \ingroup Variable
50 \brief Variable scalaire de type byte.
51*/
53
54/*!
55 \ingroup Variable
56 \brief Variable scalaire de type réel
57*/
59
60/*!
61 \ingroup Variable
62 \brief Variable scalaire de type entier 16 bits
63*/
65
66/*!
67 \ingroup Variable
68 \brief Variable scalaire de type entier 32 bits
69*/
71
72/*!
73 \ingroup Variable
74 \brief Variable scalaire de type entier 64 bits
75*/
77
78/*!
79 \ingroup Variable
80 \brief Variable scalaire de type entier
81*/
83
84/*!
85 \ingroup Variable
86 \brief Variable scalaire de type dimension
87 \deprecated Utiliser #VariableScalarInteger à la place
88*/
90
91/*!
92 \ingroup Variable
93 \brief Variable scalaire de type chaine de caractère
94*/
96
97/*!
98 \ingroup Variable
99 \brief Variable scalaire de type coordonnée (x,y,z)
100*/
102
103/*!
104 \ingroup Variable
105 \brief Variable scalaire de type tenseur 3x3
106*/
108
109/*!
110 \ingroup Variable
111 \brief Variable scalaire de type coordonnée (x,y)
112*/
114
115/*!
116 \ingroup Variable
117 \brief Variable scalaire de type tenseur 2x2
118*/
120
121/*---------------------------------------------------------------------------*/
122/*---------------------------------------------------------------------------*/
123
124/*!
125 \ingroup Variable
126 \brief Variable tableau de type byte
127*/
129
130/*!
131 \ingroup Variable
132 \brief Variable tableau de type réels
133*/
135
136/*!
137 \ingroup Variable
138 \brief Variable tableau de type entier 16 bits
139*/
141
142/*!
143 \ingroup Variable
144 \brief Variable tableau de type entier 32 bits
145*/
147
148/*!
149 \ingroup Variable
150 \brief Variable tableau de type entier 64 bits
151*/
153
154/*!
155 \ingroup Variable
156 \brief Variable tableau de type entier
157*/
159
160/*!
161 \ingroup Variable
162 \brief Variable tableau de type indices
163 \deprecated Utiliser #VariableArrayInteger à la place
164*/
166
167/*!
168 \ingroup Variable
169 \brief Variable tableau de type chaîne de caractères
170*/
172
173/*!
174 \ingroup Variable
175 \brief Variable tableau de type coordonnées (x,y,z)
176*/
178
179/*!
180 \ingroup Variable
181 \brief Variable tableau de type tenseur de réels
182*/
184
185/*!
186 \ingroup Variable
187 \brief Variable tableau de type coordonnées (x,y)
188*/
190
191/*!
192 \ingroup Variable
193 \brief Variable tableau de type tenseur 2x2
194*/
196
197/*---------------------------------------------------------------------------*/
198/*---------------------------------------------------------------------------*/
199
200/*!
201 \ingroup Variable
202 \brief Variable tableau à deux dimensions de type byte
203*/
205
206/*!
207 \ingroup Variable
208 \brief Variable tableau à deux dimensions de type réels
209*/
211
212/*!
213 \ingroup Variable
214 \brief Variable tableau à deux dimensions de type entier
215*/
217
218/*!
219 \ingroup Variable
220 \brief Variable tableau à deux dimensions de type entier 16 bits
221*/
223
224/*!
225 \ingroup Variable
226 \brief Variable tableau à deux dimensions de type entier 32 bits
227*/
229
230/*!
231 \ingroup Variable
232 \brief Variable tableau à deux dimensions de type entier 64 bits
233*/
235
236/*!
237 \ingroup Variable
238 \brief Variable tableau à deux dimensions de type coordonnées (x,y,z)
239*/
241
242/*!
243 \ingroup Variable
244 \brief Variable tableau à deux dimensions de type tenseur de réels 3x3
245*/
247
248/*!
249 \ingroup Variable
250 \brief Variable tableau à deux dimensions de type coordonnées (x,y)
251*/
253
254/*!
255 \ingroup Variable
256 \brief Variable tableau à deux dimensions de type tenseur de réels 3x3
257*/
259
260/*---------------------------------------------------------------------------*/
261/*---------------------------------------------------------------------------*/
262/*!
263 \ingroup Variable
264 \brief Grandeur de type réel
265*/
267
268/*!
269 \ingroup Variable
270 \brief Grandeur au noeud de type réel
271*/
273
274/*!
275 \ingroup Variable
276 \brief Grandeur au noeud de type réel
277*/
279
280/*!
281 \ingroup Variable
282 \brief Grandeur aux faces de type réel
283*/
285
286/*!
287 \ingroup Variable
288 \brief Grandeur au centre des mailles de type réel
289*/
291
292/*!
293 \ingroup Variable
294 \brief Grandeur particulaire de type réel
295*/
297
298/*!
299 \ingroup Variable
300 \brief Grandeur de DDL de type reel
301*/
303/*!
304 \ingroup Variable
305 \brief Grandeur au centre des mailles de type rel
306*/
308/*!
309 \ingroup Variable
310 \brief Grandeur de type coordonn?es 2D
311*/
313
314/*!
315 \ingroup Variable
316 \brief Grandeur au noeud de type coordonnées
317*/
319
320/*!
321 \ingroup Variable
322 \brief Grandeur au noeud de type coordonnées
323*/
325
326/*!
327 \ingroup Variable
328 \brief Grandeur aux faces de type coordonnées
329*/
331
332/*!
333 \ingroup Variable
334 \brief Grandeur au centre des mailles de type coordonnées
335*/
337
338/*!
339 \ingroup Variable
340 \brief Grandeur particulaire de type coordonnées
341*/
343
344/*!
345 \ingroup Variable
346 \brief Grandeur de DDL de type coordonnees
347*/
349/*!
350 \ingroup Variable
351 \brief Grandeur de type coordonn?es 3D
352*/
354
355/*!
356 \ingroup Variable
357 \brief Grandeur au noeud de type coordonnées
358*/
360
361/*!
362 \ingroup Variable
363 \brief Grandeur au noeud de type coordonnées
364*/
366
367/*!
368 \ingroup Variable
369 \brief Grandeur aux faces de type coordonnées
370*/
372
373/*!
374 \ingroup Variable
375 \brief Grandeur au centre des mailles de type coordonnées
376*/
378
379/*!
380 \ingroup Variable
381 \brief Grandeur particulaire de type coordonnées
382*/
384
385/*!
386 \ingroup Variable
387 \brief Grandeur de DDL de type coordonnees
388*/
390/*!
391 \ingroup Variable
392 \brief Grandeur de type tenseur de r?els
393*/
395
396/*!
397 \ingroup Variable
398 \brief Grandeur au noeud de type tenseur de réels
399*/
401
402/*!
403 \ingroup Variable
404 \brief Grandeur au noeud de type tenseur de réels
405*/
407
408/*!
409 \ingroup Variable
410 \brief Grandeur aux faces de type tenseur de réels
411*/
413
414/*!
415 \ingroup Variable
416 \brief Grandeur au centre des mailles de type tenseur de réels
417*/
419
420/*!
421 \ingroup Variable
422 \brief Grandeur particulaire de type tenseur de réels
423*/
425
426/*!
427 \ingroup Variable
428 \brief Grandeur de DDL de type tenseur de reels
429*/
431/*!
432 \ingroup Variable
433 \brief Grandeur de type tenseur de r?els
434*/
436
437/*!
438 \ingroup Variable
439 \brief Grandeur au noeud de type tenseur de réels
440*/
442
443/*!
444 \ingroup Variable
445 \brief Grandeur au noeud de type tenseur de réels
446*/
448
449/*!
450 \ingroup Variable
451 \brief Grandeur aux faces de type tenseur de réels
452*/
454
455/*!
456 \ingroup Variable
457 \brief Grandeur au centre des mailles de type tenseur de réels
458*/
460
461/*!
462 \ingroup Variable
463 \brief Grandeur particulaire de type tenseur de réels
464*/
466
467/*!
468 \ingroup Variable
469 \brief Grandeur de DDL de type tenseur de reels
470*/
472/*!
473 \ingroup Variable
474 \brief Grandeur de type entier
475*/
477
478/*!
479 \ingroup Variable
480 \brief Grandeur au noeud de type entier
481*/
483
484/*!
485 \ingroup Variable
486 \brief Grandeur au noeud de type entier
487*/
489
490/*!
491 \ingroup Variable
492 \brief Grandeur aux faces de type entier
493*/
495
496/*!
497 \ingroup Variable
498 \brief Grandeur au centre des mailles de type entier
499*/
501
502/*!
503 \ingroup Variable
504 \brief Grandeur particulaire de type entier
505*/
507
508/*!
509 \ingroup Variable
510 \brief Grandeur de DDL de type entier
511*/
513/*!
514 \ingroup Variable
515 \brief Grandeur de type entier 32 bits
516*/
518/*!
519 \ingroup Variable
520 \brief Grandeur de type entier 32 bits
521*/
523
524/*---------------------------------------------------------------------------*/
525/*---------------------------------------------------------------------------*/
526/*!
527 \ingroup Variable
528 \brief Grandeur au noeud de type entier 16 bits
529*/
531
532/*!
533 \ingroup Variable
534 \brief Grandeur au noeud de type entier 16 bits
535*/
537
538/*!
539 \ingroup Variable
540 \brief Grandeur aux faces de type entier 16 bits
541*/
543
544/*!
545 \ingroup Variable
546 \brief Grandeur au centre des mailles de type entier 16 bits
547*/
549
550/*!
551 \ingroup Variable
552 \brief Grandeur particulaire de type entier 16 bits
553*/
555
556/*!
557 \ingroup Variable
558 \brief Grandeur de DDL de type entier 16 bits
559*/
561
562
563/*---------------------------------------------------------------------------*/
564/*---------------------------------------------------------------------------*/
565/*!
566 \ingroup Variable
567 \brief Grandeur au noeud de type entier 32 bits
568*/
570
571/*!
572 \ingroup Variable
573 \brief Grandeur au noeud de type entier 32 bits
574*/
576
577/*!
578 \ingroup Variable
579 \brief Grandeur aux faces de type entier 32 bits
580*/
582
583/*!
584 \ingroup Variable
585 \brief Grandeur au centre des mailles de type entier 32 bits
586*/
588
589/*!
590 \ingroup Variable
591 \brief Grandeur particulaire de type entier 32 bits
592*/
594
595/*!
596 \ingroup Variable
597 \brief Grandeur de DDL de type entier 32 bits
598*/
600
601/*---------------------------------------------------------------------------*/
602/*---------------------------------------------------------------------------*/
603/*!
604 \ingroup Variable
605 \brief Grandeur de type entier 64 bits
606*/
608
609/*!
610 \ingroup Variable
611 \brief Grandeur au noeud de type entier 64 bits
612*/
614
615/*!
616 \ingroup Variable
617 \brief Grandeur au noeud de type entier 64 bits
618*/
620
621/*!
622 \ingroup Variable
623 \brief Grandeur aux faces de type entier 64 bits
624*/
626
627/*!
628 \ingroup Variable
629 \brief Grandeur au centre des mailles de type entier 64 bits
630*/
632
633/*!
634 \ingroup Variable
635 \brief Grandeur particulaire de type entier 64 bits
636*/
638
639
640/*!
641 \ingroup Variable
642 \brief Grandeur de DDL de type entier 64 bits
643*/
645
646/*---------------------------------------------------------------------------*/
647/*---------------------------------------------------------------------------*/
648/*!
649 \ingroup Variable
650 \brief Grandeur au noeud de type entier naturel
651 \deprecated Utiliser #VariableNodeInteger à la place
652*/
654
655/*!
656 \ingroup Variable
657 \brief Grandeur aux faces de type entier naturel
658 \deprecated Utiliser #VariableFaceInteger à la place
659*/
661
662/*!
663 \ingroup Variable
664 \brief Grandeur au centre des mailles de type entier naturel
665 \deprecated Utiliser #VariableCellInteger à la place
666*/
668
669/*---------------------------------------------------------------------------*/
670/*---------------------------------------------------------------------------*/
671/*!
672 \ingroup Variable
673 \brief Grandeur de type entier 64 bits
674*/
676
677/*!
678 \ingroup Variable
679 \brief Grandeur au noeud de type octet
680*/
682
683/*!
684 \ingroup Variable
685 \brief Grandeur au noeud de type octet
686*/
688
689/*!
690 \ingroup Variable
691 \brief Grandeur aux faces de type octet
692*/
694
695/*!
696 \ingroup Variable
697 \brief Grandeur au centre des mailles de type octet
698*/
700
701/*!
702 \ingroup Variable
703 \brief Grandeur particulaire de type octet
704*/
706
707
708/*!
709 \ingroup Variable
710 \brief Grandeur de DDL de type octet
711*/
713
714/*---------------------------------------------------------------------------*/
715/*---------------------------------------------------------------------------*/
716/*!
717 \ingroup Variable
718 \brief Grandeur au noeud de type booléen
719*/
721
722/*!
723 \ingroup Variable
724 \brief Grandeur au noeud de type booléen
725*/
727
728/*!
729 \ingroup Variable
730 \brief Grandeur aux faces de type booléen
731*/
733
734/*!
735 \ingroup Variable
736 \brief Grandeur au centre des mailles de type booléen
737*/
739
740/*!
741 \ingroup Variable
742 \brief Grandeur particulaire de type booléen
743*/
745
746
747/*!
748 \ingroup Variable
749 \brief Grandeur de DDL de type booleen
750*/
752
753/*!---------------------------------------------------------------------------*/
754/*!---------------------------------------------------------------------------*/
755
756/*!
757 \ingroup Variable
758 \brief Grandeur au noeud de type tableau de réel
759*/
761
762/*!
763 \ingroup Variable
764 \brief Grandeur au noeud de type tableau de réel
765*/
767
768/*!
769 \ingroup Variable
770 \brief Grandeur aux faces de type tableau de réel
771*/
773
774/*!
775 \ingroup Variable
776 \brief Grandeur au centre des mailles de type tableau de réel
777*/
779
780/*!
781 \ingroup Variable
782 \brief Grandeur particulaire de type tableau de r?el
783*/
785
786
787/*!
788 \ingroup Variable
789 \brief Grandeur de DDL de type tableau de reels
790*/
792
793/*---------------------------------------------------------------------------*/
794/*---------------------------------------------------------------------------*/
795/*!
796 \ingroup Variable
797 \brief Grandeur au noeud de type tableau de coordonnées
798*/
800
801/*!
802 \ingroup Variable
803 \brief Grandeur au noeud de type tableau de coordonnées
804*/
806
807/*!
808 \ingroup Variable
809 \brief Grandeur aux faces de type tableau de coordonnées
810*/
812
813/*!
814 \ingroup Variable
815 \brief Grandeur au centre des mailles de type tableau de coordonnées
816*/
818
819/*!
820 \ingroup Variable
821 \brief Grandeur particulaire de type tableau de coordonnées
822*/
824
825
826
827/*!
828 \ingroup Variable
829 \brief Grandeur de DDL de type tableau de coordonnees
830*/
832
833/*---------------------------------------------------------------------------*/
834/*---------------------------------------------------------------------------*/
835/*!
836 \ingroup Variable
837 \brief Grandeur au noeud de type tableau de coordonnées
838*/
840
841/*!
842 \ingroup Variable
843 \brief Grandeur aux faces de type tableau de coordonnées
844*/
846
847/*!
848 \ingroup Variable
849 \brief Grandeur au centre des mailles de type tableau de coordonnées
850*/
852
853/*!
854 \ingroup Variable
855 \brief Grandeur particulaire de type tableau de coordonnées
856*/
858
859
860/*!
861 \ingroup Variable
862 \brief Grandeur de DDL de type tableau de reels
863*/
865
866/*---------------------------------------------------------------------------*/
867/*---------------------------------------------------------------------------*/
868/*!
869 \ingroup Variable
870 \brief Grandeur au noeud de type tableau de tenseur de réels
871*/
873
874/*!
875 \ingroup Variable
876 \brief Grandeur aux faces de type tableau de tenseur de réels
877*/
879
880/*!
881 \ingroup Variable
882 \brief Grandeur au centre des mailles de type tableau de tenseur de réels
883*/
885
886/*!
887 \ingroup Variable
888 \brief Grandeur particulaire de type tableau de tenseur de r?els
889*/
891
892
893/*!
894 \ingroup Variable
895 \brief Grandeur de DDL de type tableau de tenseur de reels
896*/
898
899/*---------------------------------------------------------------------------*/
900/*---------------------------------------------------------------------------*/
901/*!
902 \ingroup Variable
903 \brief Grandeur au noeud de type tableau de tenseur de réels
904*/
906
907/*!
908 \ingroup Variable
909 \brief Grandeur aux faces de type tableau de tenseur de réels
910*/
912
913/*!
914 \ingroup Variable
915 \brief Grandeur au centre des mailles de type tableau de tenseur de réels
916*/
918
919/*!
920 \ingroup Variable
921 \brief Grandeur particulaire de type tableau de tenseur de réels
922*/
924
925
926/*!
927 \ingroup Variable
928 \brief Grandeur de DDL de type tableau de tenseur de reels
929*/
931
932/*---------------------------------------------------------------------------*/
933/*---------------------------------------------------------------------------*/
934/*!
935 \ingroup Variable
936 \brief Grandeur au noeud de type tableau d'entiers
937*/
939
940/*!
941 \ingroup Variable
942 \brief Grandeur aux faces de type tableau d'entiers
943*/
945
946/*!
947 \ingroup Variable
948 \brief Grandeur au centre des mailles de type tableau d'entiers
949*/
951
952/*!
953 \ingroup Variable
954 \brief Grandeur particulaire de type tableau d'entiers
955*/
957
958
959/*!
960 \ingroup Variable
961 \brief Grandeur de DDL de type tableau d'entiers
962*/
964
965/*---------------------------------------------------------------------------*/
966/*---------------------------------------------------------------------------*/
967/*!
968 \ingroup Variable
969 \brief Grandeur au noeud de type tableau d'entiers 16 bits
970*/
972
973/*!
974 \ingroup Variable
975 \brief Grandeur aux faces de type tableau d'entiers 16 bits
976*/
978
979/*!
980 \ingroup Variable
981 \brief Grandeur au centre des mailles de type tableau d'entiers 16 bits
982*/
984
985/*!
986 \ingroup Variable
987 \brief Grandeur particulaire de type tableau d'entiers 16 bits
988*/
990
991
992/*!
993 \ingroup Variable
994 \brief Grandeur de DDL de type tableau d'entiers 16 bits
995*/
997
998/*---------------------------------------------------------------------------*/
999/*---------------------------------------------------------------------------*/
1000/*!
1001 \ingroup Variable
1002 \brief Grandeur au noeud de type tableau d'entiers
1003*/
1005
1006/*!
1007 \ingroup Variable
1008 \brief Grandeur aux faces de type tableau d'entiers
1009*/
1011
1012/*!
1013 \ingroup Variable
1014 \brief Grandeur au centre des mailles de type tableau d'entiers
1015*/
1017
1018/*!
1019 \ingroup Variable
1020 \brief Grandeur particulaire de type tableau d'entiers
1021*/
1023
1024
1025/*!
1026 \ingroup Variable
1027 \brief Grandeur de DDL de type tableau d'entiers 32 bits
1028*/
1030
1031/*---------------------------------------------------------------------------*/
1032/*---------------------------------------------------------------------------*/
1033/*!
1034 \ingroup Variable
1035 \brief Grandeur au noeud de type tableau d'entiers
1036*/
1038
1039/*!
1040 \ingroup Variable
1041 \brief Grandeur aux faces de type tableau d'entiers
1042*/
1044
1045/*!
1046 \ingroup Variable
1047 \brief Grandeur au centre des mailles de type tableau d'entiers
1048*/
1050
1051/*!
1052 \ingroup Variable
1053 \brief Grandeur particulaire de type tableau d'entiers
1054*/
1056
1057
1058/*!
1059 \ingroup Variable
1060 \brief Grandeur de DDL de type tableau d'entiers 64 bits
1061*/
1063
1064/*!
1065 \ingroup Variable
1066 \brief Grandeur de DDL de type tableau d'entiers 64 bits
1067*/
1069
1070/*---------------------------------------------------------------------------*/
1071/*---------------------------------------------------------------------------*/
1072/*!
1073 \ingroup Variable
1074 \brief Grandeur au noeud de type tableau d'octet
1075*/
1077
1078/*!
1079 \ingroup Variable
1080 \brief Grandeur aux faces de type tableau d'octet
1081*/
1083
1084/*!
1085 \ingroup Variable
1086 \brief Grandeur au centre des mailles de type tableau d'octet
1087*/
1089
1090/*!
1091 \ingroup Variable
1092 \brief Grandeur particulaire de type tableau d'octets
1093*/
1095
1096
1097/*!
1098 \ingroup Variable
1099 \brief Grandeur de DDL de type tableau d'octets
1100*/
1102
1103/*---------------------------------------------------------------------------*/
1104/*---------------------------------------------------------------------------*/
1105/*!
1106 \ingroup Variable
1107 \brief Grandeur au noeud de type tableau de booléen
1108*/
1110
1111/*!
1112 \ingroup Variable
1113 \brief Grandeur aux faces de type tableau de booléen
1114*/
1116
1117/*!
1118 \ingroup Variable
1119 \brief Grandeur au centre des mailles de type tableau de booléen
1120*/
1122
1123/*!
1124 \ingroup Variable
1125 \brief Grandeur particulaire de type tableau de booléen
1126*/
1128
1129
1130/*!
1131 \ingroup Variable
1132 \brief Grandeur de DDL de type tableau de booleens
1133*/
1135
1136/*!---------------------------------------------------------------------------*/
1137/*!---------------------------------------------------------------------------*/
1138
1139/*!---------------------------------------------------------------------------*/
1140/*!---------------------------------------------------------------------------*/
1141
1142/*!
1143 \ingroup Variable partielle
1144 \brief Grandeur de type réel
1145*/
1147
1148/*!
1149 \ingroup Variable partielle
1150 \brief Grandeur au noeud de type réel
1151*/
1153
1154/*!
1155 \ingroup Variable partielle
1156 \brief Grandeur au noeud de type réel
1157*/
1159
1160/*!
1161 \ingroup Variable partielle
1162 \brief Grandeur aux faces de type réel
1163*/
1165
1166/*!
1167 \ingroup Variable partielle
1168 \brief Grandeur au centre des mailles de type réel
1169*/
1171
1172/*!
1173 \ingroup Variable partielle
1174 \brief Grandeur particulaire de type réel
1175*/
1177
1178
1179/*!
1180 \ingroup Variable partielle
1181 \brief Grandeur de DDL de type reel
1182*/
1184
1185/*---------------------------------------------------------------------------*/
1186/*---------------------------------------------------------------------------*/
1187
1188/*!
1189 \ingroup Variable partielle
1190 \brief Grandeur de type coordonnées 2D
1191*/
1193
1194/*!
1195 \ingroup Variable partielle
1196 \brief Grandeur au noeud de type coordonnées
1197*/
1199
1200/*!
1201 \ingroup Variable partielle
1202 \brief Grandeur au noeud de type coordonnées
1203*/
1205
1206/*!
1207 \ingroup Variable partielle
1208 \brief Grandeur aux faces de type coordonnées
1209*/
1211
1212/*!
1213 \ingroup Variable partielle
1214 \brief Grandeur au centre des mailles de type coordonnées
1215*/
1217
1218/*!
1219 \ingroup Variable partielle
1220 \brief Grandeur particulaire de type coordonnées
1221*/
1223
1224
1225/*!
1226 \ingroup Variable partielle
1227 \brief Grandeur de DDL de type coordonnees
1228*/
1230
1231/*---------------------------------------------------------------------------*/
1232/*---------------------------------------------------------------------------*/
1233/*!
1234 \ingroup Variable partielle
1235 \brief Grandeur de type coordonnées 3D
1236*/
1238
1239/*!
1240 \ingroup Variable partielle
1241 \brief Grandeur au noeud de type coordonnées
1242*/
1244
1245/*!
1246 \ingroup Variable partielle
1247 \brief Grandeur au noeud de type coordonnées
1248*/
1250
1251/*!
1252 \ingroup Variable partielle
1253 \brief Grandeur aux faces de type coordonnées
1254*/
1256
1257/*!
1258 \ingroup Variable partielle
1259 \brief Grandeur au centre des mailles de type coordonnées
1260*/
1262
1263/*!
1264 \ingroup Variable partielle
1265 \brief Grandeur particulaire de type coordonnées
1266*/
1268
1269
1270/*!
1271 \ingroup Variable partielle
1272 \brief Grandeur de DDL de type coordonnees
1273*/
1275
1276/*---------------------------------------------------------------------------*/
1277/*---------------------------------------------------------------------------*/
1278/*!
1279 \ingroup Variable partielle
1280 \brief Grandeur de type tenseur de réels
1281*/
1283
1284/*!
1285 \ingroup Variable partielle
1286 \brief Grandeur au noeud de type tenseur de réels
1287*/
1289
1290/*!
1291 \ingroup Variable partielle
1292 \brief Grandeur au noeud de type tenseur de réels
1293*/
1295
1296/*!
1297 \ingroup Variable partielle
1298 \brief Grandeur aux faces de type tenseur de réels
1299*/
1301
1302/*!
1303 \ingroup Variable partielle
1304 \brief Grandeur au centre des mailles de type tenseur de réels
1305*/
1307
1308/*!
1309 \ingroup Variable partielle
1310 \brief Grandeur particulaire de type tenseur de réels
1311*/
1313
1314
1315/*!
1316 \ingroup Variable partielle
1317 \brief Grandeur de DDL de type tenseur de reels
1318*/
1320
1321/*---------------------------------------------------------------------------*/
1322/*---------------------------------------------------------------------------*/
1323/*!
1324 \ingroup Variable partielle
1325 \brief Grandeur de type tenseur de réels
1326*/
1328
1329/*!
1330 \ingroup Variable partielle
1331 \brief Grandeur au noeud de type tenseur de réels
1332*/
1334
1335/*!
1336 \ingroup Variable partielle
1337 \brief Grandeur au noeud de type tenseur de réels
1338*/
1340
1341/*!
1342 \ingroup Variable partielle
1343 \brief Grandeur aux faces de type tenseur de réels
1344*/
1346
1347/*!
1348 \ingroup Variable partielle
1349 \brief Grandeur au centre des mailles de type tenseur de réels
1350*/
1352
1353/*!
1354 \ingroup Variable partielle
1355 \brief Grandeur particulaire de type tenseur de réels
1356*/
1358
1359
1360/*!
1361 \ingroup Variable partielle
1362 \brief Grandeur de DDL de type tenseur de reels
1363*/
1365
1366/*---------------------------------------------------------------------------*/
1367/*---------------------------------------------------------------------------*/
1368/*!
1369 \ingroup Variable partielle
1370 \brief Grandeur de type entier
1371*/
1373
1374/*!
1375 \ingroup Variable partielle
1376 \brief Grandeur au noeud de type entier
1377*/
1379
1380/*!
1381 \ingroup Variable partielle
1382 \brief Grandeur au noeud de type entier
1383*/
1385
1386/*!
1387 \ingroup Variable partielle
1388 \brief Grandeur aux faces de type entier
1389*/
1391
1392/*!
1393 \ingroup Variable partielle
1394 \brief Grandeur au centre des mailles de type entier
1395*/
1397
1398/*!
1399 \ingroup Variable partielle
1400 \brief Grandeur particulaire de type entier
1401*/
1403
1404
1405/*!
1406 \ingroup Variable partielle
1407 \brief Grandeur de DDL de type entier
1408*/
1410
1411/*---------------------------------------------------------------------------*/
1412/*---------------------------------------------------------------------------*/
1413/*!
1414 \ingroup Variable partielle
1415 \brief Grandeur de type entier 32 bits
1416*/
1418
1419/*!
1420 \ingroup Variable partielle
1421 \brief Grandeur au noeud de type entier 32 bits
1422*/
1424
1425/*!
1426 \ingroup Variable partielle
1427 \brief Grandeur au noeud de type entier 32 bits
1428*/
1430
1431/*!
1432 \ingroup Variable partielle
1433 \brief Grandeur aux faces de type entier 32 bits
1434*/
1436
1437/*!
1438 \ingroup Variable partielle
1439 \brief Grandeur au centre des mailles de type entier 32 bits
1440*/
1442
1443/*!
1444 \ingroup Variable partielle
1445 \brief Grandeur particulaire de type entier 32 bits
1446*/
1448
1449
1450/*!
1451 \ingroup Variable partielle
1452 \brief Grandeur de DDL de type entier 32 bits
1453*/
1455
1456/*---------------------------------------------------------------------------*/
1457/*---------------------------------------------------------------------------*/
1458/*!
1459 \ingroup Variable partielle
1460 \brief Grandeur de type entier 16 bits
1461*/
1463
1464/*!
1465 \ingroup Variable partielle
1466 \brief Grandeur au noeud de type entier 16 bits
1467*/
1469
1470/*!
1471 \ingroup Variable partielle
1472 \brief Grandeur au noeud de type entier 16 bits
1473*/
1475
1476/*!
1477 \ingroup Variable partielle
1478 \brief Grandeur aux faces de type entier 16 bits
1479*/
1481
1482/*!
1483 \ingroup Variable partielle
1484 \brief Grandeur au centre des mailles de type entier 16 bits
1485*/
1487
1488/*!
1489 \ingroup Variable partielle
1490 \brief Grandeur particulaire de type entier 16 bits
1491*/
1493
1494
1495/*!
1496 \ingroup Variable partielle
1497 \brief Grandeur de DDL de type entier 16 bits
1498*/
1500
1501/*---------------------------------------------------------------------------*/
1502/*---------------------------------------------------------------------------*/
1503/*!
1504 \ingroup Variable
1505 \brief Grandeur de type entier 64 bits
1506*/
1508
1509/*!
1510 \ingroup Variable partielle
1511 \brief Grandeur au noeud de type entier 64 bits
1512*/
1514
1515/*!
1516 \ingroup Variable partielle
1517 \brief Grandeur au noeud de type entier 64 bits
1518*/
1520
1521/*!
1522 \ingroup Variable partielle
1523 \brief Grandeur aux faces de type entier 64 bits
1524*/
1526
1527/*!
1528 \ingroup Variable partielle
1529 \brief Grandeur au centre des mailles de type entier 64 bits
1530*/
1532
1533/*!
1534 \ingroup Variable partielle
1535 \brief Grandeur particulaire de type entier 64 bits
1536*/
1538
1539
1540/*!
1541 \ingroup Variable partielle
1542 \brief Grandeur de DDL de type entier 64 bits
1543*/
1545
1546/*---------------------------------------------------------------------------*/
1547/*---------------------------------------------------------------------------*/
1548/*!
1549 \ingroup Variable partielle
1550 \brief Grandeur de type entier 64 bits
1551*/
1553
1554/*!
1555 \ingroup Variable partielle
1556 \brief Grandeur au noeud de type octet
1557*/
1559
1560/*!
1561 \ingroup Variable partielle
1562 \brief Grandeur au noeud de type octet
1563*/
1565
1566/*!
1567 \ingroup Variable partielle
1568 \brief Grandeur aux faces de type octet
1569*/
1571
1572/*!
1573 \ingroup Variable partielle
1574 \brief Grandeur au centre des mailles de type octet
1575*/
1577
1578/*!
1579 \ingroup Variable partielle
1580 \brief Grandeur particulaire de type octet
1581*/
1583
1584
1585/*!
1586 \ingroup Variable partielle
1587 \brief Grandeur de DDL de type octet
1588*/
1590
1591/*---------------------------------------------------------------------------*/
1592/*---------------------------------------------------------------------------*/
1593/*!
1594 \ingroup Variable partielle
1595 \brief Grandeur au noeud de type booléen
1596*/
1598
1599/*!
1600 \ingroup Variable partielle
1601 \brief Grandeur au noeud de type booléen
1602*/
1604
1605/*!
1606 \ingroup Variable partielle
1607 \brief Grandeur aux faces de type booléen
1608*/
1610
1611/*!
1612 \ingroup Variable partielle
1613 \brief Grandeur au centre des mailles de type booléen
1614*/
1616
1617/*!
1618 \ingroup Variable partielle
1619 \brief Grandeur particulaire de type booléen
1620*/
1622
1623/*!
1624 \ingroup Variable partielle
1625 \brief Grandeur de DDL de type booleen
1626*/
1628
1629/*---------------------------------------------------------------------------*/
1630/*---------------------------------------------------------------------------*/
1631
1632/*---------------------------------------------------------------------------*/
1633/*---------------------------------------------------------------------------*/
1634
1635/*!
1636 \ingroup Variable partielle
1637 \brief Grandeur de type tableau de réels
1638*/
1640
1641/*!
1642 \ingroup Variable partielle
1643 \brief Grandeur au noeud de type tableau de réels
1644*/
1646
1647/*!
1648 \ingroup Variable partielle
1649 \brief Grandeur au noeud de type tableau de réels
1650*/
1652
1653/*!
1654 \ingroup Variable partielle
1655 \brief Grandeur aux faces de type tableau de réels
1656*/
1658
1659/*!
1660 \ingroup Variable partielle
1661 \brief Grandeur au centre des mailles de type tableau de réels
1662*/
1664
1665/*!
1666 \ingroup Variable partielle
1667 \brief Grandeur particulaire de type tableau de réels
1668*/
1670
1671
1672/*!
1673 \ingroup Variable partielle
1674 \brief Grandeur de DDL de type tableau de reels
1675*/
1677
1678/*---------------------------------------------------------------------------*/
1679/*---------------------------------------------------------------------------*/
1680/*!
1681 \ingroup Variable partielle
1682 \brief Grandeur de type tableau de coordonnées 2D
1683*/
1685
1686/*!
1687 \ingroup Variable partielle
1688 \brief Grandeur au noeud de type tableau de coordonnées
1689*/
1691
1692/*!
1693 \ingroup Variable partielle
1694 \brief Grandeur au noeud de type tableau de coordonnées
1695*/
1697
1698/*!
1699 \ingroup Variable partielle
1700 \brief Grandeur aux faces de type tableau de coordonnées
1701*/
1703
1704/*!
1705 \ingroup Variable partielle
1706 \brief Grandeur au centre des mailles de type tableau de coordonnées
1707*/
1709
1710/*!
1711 \ingroup Variable partielle
1712 \brief Grandeur particulaire de type tableau de coordonnées
1713*/
1715
1716
1717/*!
1718 \ingroup Variable partielle
1719 \brief Grandeur de DDL de type tableau de coordonnees
1720*/
1722
1723/*---------------------------------------------------------------------------*/
1724/*---------------------------------------------------------------------------*/
1725/*!
1726 \ingroup Variable partielle
1727 \brief Grandeur de type tableau de coordonnées 3D
1728*/
1730
1731/*!
1732 \ingroup Variable partielle
1733 \brief Grandeur au noeud de type tableau de coordonnées
1734*/
1736
1737/*!
1738 \ingroup Variable partielle
1739 \brief Grandeur au noeud de type tableau de coordonnées
1740*/
1742
1743/*!
1744 \ingroup Variable partielle
1745 \brief Grandeur aux faces de type tableau de coordonnées
1746*/
1748
1749/*!
1750 \ingroup Variable partielle
1751 \brief Grandeur au centre des mailles de type tableau de coordonnées
1752*/
1754
1755/*!
1756 \ingroup Variable partielle
1757 \brief Grandeur particulaire de type tableau de coordonnées
1758*/
1760
1761
1762/*!
1763 \ingroup Variable partielle
1764 \brief Grandeur de DDL de type tableau de coordonnees
1765*/
1767
1768/*---------------------------------------------------------------------------*/
1769/*---------------------------------------------------------------------------*/
1770/*!
1771 \ingroup Variable partielle
1772 \brief Grandeur de type tableau de tenseur de réels
1773*/
1775
1776/*!
1777 \ingroup Variable partielle
1778 \brief Grandeur au noeud de type tableau de tenseur de réels
1779*/
1781
1782/*!
1783 \ingroup Variable partielle
1784 \brief Grandeur au noeud de type tableau de tenseur de réels
1785*/
1787
1788/*!
1789 \ingroup Variable partielle
1790 \brief Grandeur aux faces de type tableau de tenseur de réels
1791*/
1793
1794/*!
1795 \ingroup Variable partielle
1796 \brief Grandeur au centre des mailles de type tableau de tenseur de réels
1797*/
1799
1800/*!
1801 \ingroup Variable partielle
1802 \brief Grandeur particulaire de type tableau de tenseur de réels
1803*/
1805
1806
1807/*!
1808 \ingroup Variable partielle
1809 \brief Grandeur de DDL de type tableau de tenseur de reels
1810*/
1812
1813/*---------------------------------------------------------------------------*/
1814/*---------------------------------------------------------------------------*/
1815/*!
1816 \ingroup Variable partielle
1817 \brief Grandeur de type tableau de tenseur de réels
1818*/
1820
1821/*!
1822 \ingroup Variable partielle
1823 \brief Grandeur au noeud de type tableau de tenseur de réels
1824*/
1826
1827/*!
1828 \ingroup Variable partielle
1829 \brief Grandeur au noeud de type tableau de tenseur de réels
1830*/
1832
1833/*!
1834 \ingroup Variable partielle
1835 \brief Grandeur aux faces de type tableau de tenseur de réels
1836*/
1838
1839/*!
1840 \ingroup Variable partielle
1841 \brief Grandeur au centre des mailles de type tableau de tenseur de réels
1842*/
1844
1845/*!
1846 \ingroup Variable partielle
1847 \brief Grandeur particulaire de type tableau de tenseur de réels
1848*/
1850
1851
1852/*!
1853 \ingroup Variable partielle
1854 \brief Grandeur de DDL de type tableau de tenseur de reels
1855*/
1857
1858/*---------------------------------------------------------------------------*/
1859/*---------------------------------------------------------------------------*/
1860/*!
1861 \ingroup Variable partielle
1862 \brief Grandeur de type tableau d'entiers
1863*/
1865
1866/*!
1867 \ingroup Variable partielle
1868 \brief Grandeur au noeud de type tableau d'entiers
1869*/
1871
1872/*!
1873 \ingroup Variable partielle
1874 \brief Grandeur au noeud de type tableau d'entiers
1875*/
1877
1878/*!
1879 \ingroup Variable partielle
1880 \brief Grandeur aux faces de type tableau d'entiers
1881*/
1883
1884/*!
1885 \ingroup Variable partielle
1886 \brief Grandeur au centre des mailles de type tableau d'entiers
1887*/
1889
1890/*!
1891 \ingroup Variable partielle
1892 \brief Grandeur particulaire de type tableau d'entiers
1893*/
1895
1896
1897/*!
1898 \ingroup Variable partielle
1899 \brief Grandeur de DDL de type tableau d'entiers
1900*/
1902
1903/*---------------------------------------------------------------------------*/
1904/*---------------------------------------------------------------------------*/
1905/*!
1906 \ingroup Variable partielle
1907 \brief Grandeur de type tableau d'entiers 16 bits
1908*/
1910
1911/*!
1912 \ingroup Variable partielle
1913 \brief Grandeur au noeud de type tableau d'entiers 16 bits
1914*/
1916
1917/*!
1918 \ingroup Variable partielle
1919 \brief Grandeur au noeud de type tableau d'entiers 16 bits
1920*/
1922
1923/*!
1924 \ingroup Variable partielle
1925 \brief Grandeur aux faces de type tableau d'entiers 16 bits
1926*/
1928
1929/*!
1930 \ingroup Variable partielle
1931 \brief Grandeur au centre des mailles de type tableau d'entiers 16 bits
1932*/
1934
1935/*!
1936 \ingroup Variable partielle
1937 \brief Grandeur particulaire de type tableau d'entiers 16 bits
1938*/
1940
1941
1942/*!
1943 \ingroup Variable partielle
1944 \brief Grandeur de DDL de type tableau d'entiers 16 bits
1945*/
1947
1948/*---------------------------------------------------------------------------*/
1949/*---------------------------------------------------------------------------*/
1950/*!
1951 \ingroup Variable partielle
1952 \brief Grandeur de type tableau d'entiers 32 bits
1953*/
1955
1956/*!
1957 \ingroup Variable partielle
1958 \brief Grandeur au noeud de type tableau d'entiers 32 bits
1959*/
1961
1962/*!
1963 \ingroup Variable partielle
1964 \brief Grandeur au noeud de type tableau d'entiers 32 bits
1965*/
1967
1968/*!
1969 \ingroup Variable partielle
1970 \brief Grandeur aux faces de type tableau d'entiers 32 bits
1971*/
1973
1974/*!
1975 \ingroup Variable partielle
1976 \brief Grandeur au centre des mailles de type tableau d'entiers 32 bits
1977*/
1979
1980/*!
1981 \ingroup Variable partielle
1982 \brief Grandeur particulaire de type tableau d'entiers 32 bits
1983*/
1985
1986
1987/*!
1988 \ingroup Variable partielle
1989 \brief Grandeur de DDL de type tableau d'entiers 32 bits
1990*/
1992
1993/*---------------------------------------------------------------------------*/
1994/*---------------------------------------------------------------------------*/
1995/*!
1996 \ingroup Variable
1997 \brief Grandeur de type tableau d'entiers 64 bits
1998*/
2000
2001/*!
2002 \ingroup Variable partielle
2003 \brief Grandeur au noeud de type tableau d'entiers 64 bits
2004*/
2006
2007/*!
2008 \ingroup Variable partielle
2009 \brief Grandeur au noeud de type tableau d'entiers 64 bits
2010*/
2012
2013/*!
2014 \ingroup Variable partielle
2015 \brief Grandeur aux faces de type tableau d'entiers 64 bits
2016*/
2018
2019/*!
2020 \ingroup Variable partielle
2021 \brief Grandeur au centre des mailles de type tableau d'entiers 64 bits
2022*/
2024
2025/*!
2026 \ingroup Variable partielle
2027 \brief Grandeur particulaire de type tableau d'entiers 64 bits
2028*/
2030
2031
2032/*!
2033 \ingroup Variable partielle
2034 \brief Grandeur de DDL de type tableau d'entiers 64 bits
2035*/
2037
2038/*---------------------------------------------------------------------------*/
2039/*---------------------------------------------------------------------------*/
2040/*!
2041 \ingroup Variable partielle
2042 \brief Grandeur de type tableau d'entiers 64 bits
2043*/
2045
2046/*!
2047 \ingroup Variable partielle
2048 \brief Grandeur au noeud de type tableau d'octets
2049*/
2051
2052/*!
2053 \ingroup Variable partielle
2054 \brief Grandeur au noeud de type tableau d'octets
2055*/
2057
2058/*!
2059 \ingroup Variable partielle
2060 \brief Grandeur aux faces de type tableau d'octets
2061*/
2063
2064/*!
2065 \ingroup Variable partielle
2066 \brief Grandeur au centre des mailles de type tableau d'octets
2067*/
2069
2070/*!
2071 \ingroup Variable partielle
2072 \brief Grandeur particulaire de type tableau d'octets
2073*/
2075
2076
2077/*!
2078 \ingroup Variable partielle
2079 \brief Grandeur de DDL de type tableau d'octets
2080*/
2082
2083/*---------------------------------------------------------------------------*/
2084/*---------------------------------------------------------------------------*/
2085/*!
2086 \ingroup Variable partielle
2087 \brief Grandeur au noeud de type tableau de booléens
2088*/
2090
2091/*!
2092 \ingroup Variable partielle
2093 \brief Grandeur au noeud de type tableau de booléens
2094*/
2096
2097/*!
2098 \ingroup Variable partielle
2099 \brief Grandeur aux faces de type tableau de booléens
2100*/
2102
2103/*!
2104 \ingroup Variable partielle
2105 \brief Grandeur au centre des mailles de type tableau de booléens
2106*/
2108
2109/*!
2110 \ingroup Variable partielle
2111 \brief Grandeur particulaire de type tableau de booléens
2112*/
2114
2115/*!
2116 \ingroup Variable partielle
2117 \brief Grandeur de DDL de type tableau de booleens
2118*/
2120
2121/*---------------------------------------------------------------------------*/
2122/*---------------------------------------------------------------------------*/
2123
2124template<typename ItemType,typename DataType> class SharedMeshVariableScalarRefT;
2125
2126/*---------------------------------------------------------------------------*/
2127/*---------------------------------------------------------------------------*/
2128
2129/*!
2130 \ingroup Variable
2131 \brief Grandeur au noeud de type réel
2132*/
2134
2135/*!
2136 \ingroup SharedVariable
2137 \brief Grandeur au noeud de type réel
2138*/
2140
2141/*!
2142 \ingroup SharedVariable
2143 \brief Grandeur aux faces de type réel
2144*/
2146
2147/*!
2148 \ingroup SharedVariable
2149 \brief Grandeur au centre des mailles de type réel
2150*/
2152
2153/*!
2154 \ingroup SharedVariable
2155 \brief Grandeur particulaire de type réel
2156*/
2158
2159
2160/*!
2161 \ingroup SharedVariable
2162 \brief Grandeur de DDL de type reel
2163*/
2165
2166/*!
2167 \ingroup SharedVariable
2168 \brief Grandeur au centre des mailles de type rel
2169*/
2171
2172/*---------------------------------------------------------------------------*/
2173/*---------------------------------------------------------------------------*/
2174
2175/*!
2176 \ingroup SharedVariable
2177 \brief Grandeur au noeud de type coordonnées
2178*/
2180
2181/*!
2182 \ingroup SharedVariable
2183 \brief Grandeur au noeud de type coordonnées
2184*/
2186
2187/*!
2188 \ingroup SharedVariable
2189 \brief Grandeur aux faces de type coordonnées
2190*/
2192
2193/*!
2194 \ingroup SharedVariable
2195 \brief Grandeur au centre des mailles de type coordonnées
2196*/
2198
2199/*!
2200 \ingroup SharedVariable
2201 \brief Grandeur particulaire de type coordonnées
2202*/
2204
2205
2206/*!
2207 \ingroup SharedVariable
2208 \brief Grandeur de DDL de type coordonnees
2209*/
2211
2212/*---------------------------------------------------------------------------*/
2213/*---------------------------------------------------------------------------*/
2214/*!
2215 \ingroup SharedVariable
2216 \brief Grandeur de type coordonn?es 3D
2217*/
2219
2220/*!
2221 \ingroup SharedVariable
2222 \brief Grandeur au noeud de type coordonnées
2223*/
2225
2226/*!
2227 \ingroup SharedVariable
2228 \brief Grandeur au noeud de type coordonnées
2229*/
2231
2232/*!
2233 \ingroup SharedVariable
2234 \brief Grandeur aux faces de type coordonnées
2235*/
2237
2238/*!
2239 \ingroup SharedVariable
2240 \brief Grandeur au centre des mailles de type coordonnées
2241*/
2243
2244/*!
2245 \ingroup SharedVariable
2246 \brief Grandeur particulaire de type coordonnées
2247*/
2249
2250
2251/*!
2252 \ingroup SharedVariable
2253 \brief Grandeur de DDL de type coordonnees
2254*/
2256
2257/*---------------------------------------------------------------------------*/
2258/*---------------------------------------------------------------------------*/
2259/*!
2260 \ingroup SharedVariable
2261 \brief Grandeur de type tenseur de r?els
2262*/
2264
2265/*!
2266 \ingroup SharedVariable
2267 \brief Grandeur au noeud de type tenseur de réels
2268*/
2270
2271/*!
2272 \ingroup SharedVariable
2273 \brief Grandeur au noeud de type tenseur de réels
2274*/
2276
2277/*!
2278 \ingroup SharedVariable
2279 \brief Grandeur aux faces de type tenseur de réels
2280*/
2282
2283/*!
2284 \ingroup SharedVariable
2285 \brief Grandeur au centre des mailles de type tenseur de réels
2286*/
2288
2289/*!
2290 \ingroup SharedVariable
2291 \brief Grandeur particulaire de type tenseur de réels
2292*/
2294
2295/*!
2296 \ingroup SharedVariable
2297 \brief Grandeur de DDL de type tenseur de reels
2298*/
2300
2301/*---------------------------------------------------------------------------*/
2302/*---------------------------------------------------------------------------*/
2303/*!
2304 \ingroup SharedVariable
2305 \brief Grandeur de type tenseur de r?els
2306*/
2308
2309/*!
2310 \ingroup SharedVariable
2311 \brief Grandeur au noeud de type tenseur de réels
2312*/
2314
2315/*!
2316 \ingroup SharedVariable
2317 \brief Grandeur au noeud de type tenseur de réels
2318*/
2320
2321/*!
2322 \ingroup SharedVariable
2323 \brief Grandeur aux faces de type tenseur de réels
2324*/
2326
2327/*!
2328 \ingroup SharedVariable
2329 \brief Grandeur au centre des mailles de type tenseur de réels
2330*/
2332
2333/*!
2334 \ingroup SharedVariable
2335 \brief Grandeur particulaire de type tenseur de réels
2336*/
2338
2339
2340/*!
2341 \ingroup SharedVariable
2342 \brief Grandeur de DDL de type tenseur de reels
2343*/
2345
2346/*---------------------------------------------------------------------------*/
2347/*---------------------------------------------------------------------------*/
2348/*!
2349 \ingroup SharedVariable
2350 \brief Grandeur de type entier
2351*/
2353
2354/*!
2355 \ingroup SharedVariable
2356 \brief Grandeur au noeud de type entier
2357*/
2359
2360/*!
2361 \ingroup SharedVariable
2362 \brief Grandeur au noeud de type entier
2363*/
2365
2366/*!
2367 \ingroup SharedVariable
2368 \brief Grandeur aux faces de type entier
2369*/
2371
2372/*!
2373 \ingroup SharedVariable
2374 \brief Grandeur au centre des mailles de type entier
2375*/
2377
2378/*!
2379 \ingroup SharedVariable
2380 \brief Grandeur particulaire de type entier
2381*/
2383
2384
2385/*!
2386 \ingroup SharedVariable
2387 \brief Grandeur de DDL de type entier
2388*/
2390
2391/*---------------------------------------------------------------------------*/
2392/*---------------------------------------------------------------------------*/
2393/*!
2394 \ingroup SharedVariable
2395 \brief Grandeur de type entier 32 bits
2396*/
2398
2399/*!
2400 \ingroup SharedVariable
2401 \brief Grandeur au noeud de type entier 32 bits
2402*/
2404
2405/*!
2406 \ingroup SharedVariable
2407 \brief Grandeur au noeud de type entier 32 bits
2408*/
2410
2411/*!
2412 \ingroup SharedVariable
2413 \brief Grandeur aux faces de type entier 32 bits
2414*/
2416
2417/*!
2418 \ingroup SharedVariable
2419 \brief Grandeur au centre des mailles de type entier 32 bits
2420*/
2422
2423/*!
2424 \ingroup SharedVariable
2425 \brief Grandeur particulaire de type entier 32 bits
2426*/
2428
2429
2430/*!
2431 \ingroup SharedVariable
2432 \brief Grandeur de DDL de type entier 32 bits
2433*/
2435
2436/*---------------------------------------------------------------------------*/
2437/*---------------------------------------------------------------------------*/
2438/*!
2439 \ingroup SharedVariable
2440 \brief Grandeur de type entier 16 bits
2441*/
2443
2444/*!
2445 \ingroup SharedVariable
2446 \brief Grandeur au noeud de type entier 16 bits
2447*/
2449
2450/*!
2451 \ingroup SharedVariable
2452 \brief Grandeur au noeud de type entier 16 bits
2453*/
2455
2456/*!
2457 \ingroup SharedVariable
2458 \brief Grandeur aux faces de type entier 16 bits
2459*/
2461
2462/*!
2463 \ingroup SharedVariable
2464 \brief Grandeur au centre des mailles de type entier 16 bits
2465*/
2467
2468/*!
2469 \ingroup SharedVariable
2470 \brief Grandeur particulaire de type entier 16 bits
2471*/
2473
2474
2475/*!
2476 \ingroup SharedVariable
2477 \brief Grandeur de DDL de type entier 16 bits
2478*/
2480
2481/*---------------------------------------------------------------------------*/
2482/*---------------------------------------------------------------------------*/
2483/*!
2484 \ingroup SharedVariable
2485 \brief Grandeur de type entier 64 bits
2486*/
2488
2489/*!
2490 \ingroup SharedVariable
2491 \brief Grandeur au noeud de type entier 64 bits
2492*/
2494
2495/*!
2496 \ingroup SharedVariable
2497 \brief Grandeur au noeud de type entier 64 bits
2498*/
2500
2501/*!
2502 \ingroup SharedVariable
2503 \brief Grandeur aux faces de type entier 64 bits
2504*/
2506
2507/*!
2508 \ingroup SharedVariable
2509 \brief Grandeur au centre des mailles de type entier 64 bits
2510*/
2512
2513/*!
2514 \ingroup SharedVariable
2515 \brief Grandeur particulaire de type entier 64 bits
2516*/
2518
2519
2520/*!
2521 \ingroup SharedVariable
2522 \brief Grandeur de DDL de type entier 64 bits
2523*/
2525
2526/*---------------------------------------------------------------------------*/
2527/*---------------------------------------------------------------------------*/
2528
2529/*!
2530 \ingroup SharedVariable
2531 \brief Grandeur au noeud de type entier naturel
2532 \deprecated Utiliser #VariableNodeInteger à la place
2533*/
2535
2536/*!
2537 \ingroup SharedVariable
2538 \brief Grandeur aux faces de type entier naturel
2539 \deprecated Utiliser #VariableFaceInteger à la place
2540*/
2542
2543/*!
2544 \ingroup SharedVariable
2545 \brief Grandeur au centre des mailles de type entier naturel
2546 \deprecated Utiliser #VariableCellInteger à la place
2547*/
2549
2550/*---------------------------------------------------------------------------*/
2551/*---------------------------------------------------------------------------*/
2552/*!
2553 \ingroup SharedVariable
2554 \brief Grandeur de type entier 64 bits
2555*/
2557
2558/*!
2559 \ingroup SharedVariable
2560 \brief Grandeur de type entier 64 bits
2561*/
2563
2564/*!
2565 \ingroup SharedVariable
2566 \brief Grandeur au noeud de type octet
2567*/
2569
2570/*!
2571 \ingroup SharedVariable
2572 \brief Grandeur au noeud de type octet
2573*/
2575
2576/*!
2577 \ingroup SharedVariable
2578 \brief Grandeur aux faces de type octet
2579*/
2581
2582/*!
2583 \ingroup SharedVariable
2584 \brief Grandeur au centre des mailles de type octet
2585*/
2587
2588/*!
2589 \ingroup SharedVariable
2590 \brief Grandeur particulaire de type octet
2591*/
2593
2594
2595/*!
2596 \ingroup SharedVariable
2597 \brief Grandeur de DDL de type octet
2598*/
2600
2601/*---------------------------------------------------------------------------*/
2602/*---------------------------------------------------------------------------*/
2603/*!
2604 \ingroup SharedVariable
2605 \brief Grandeur au noeud de type booléen
2606*/
2608
2609/*!
2610 \ingroup SharedVariable
2611 \brief Grandeur au noeud de type booléen
2612*/
2614
2615/*!
2616 \ingroup SharedVariable
2617 \brief Grandeur aux faces de type booléen
2618*/
2620
2621/*!
2622 \ingroup SharedVariable
2623 \brief Grandeur au centre des mailles de type booléen
2624*/
2626
2627/*!
2628 \ingroup SharedVariable
2629 \brief Grandeur particulaire de type booléen
2630*/
2632
2633/*!
2634 \ingroup SharedVariable
2635 \brief Grandeur de DDL de type booleen
2636*/
2638
2639/*---------------------------------------------------------------------------*/
2640/*---------------------------------------------------------------------------*/
2641
2642ARCANE_END_NAMESPACE
2643
2644/*---------------------------------------------------------------------------*/
2645/*---------------------------------------------------------------------------*/
2646
2647#endif
2648
Variable partielle scalaire sur un type d'entité du maillage.
Variable partielle scalaire sur un type d'entité du maillage.
Variable scalaire sur un type d'entité du maillage.
Variable scalaire sur un type d'entité du maillage.
Variable scalaire sur un type d'entité du maillage.
Variable tableau sur un type d'entité du maillage.
Variable scalaire sur un type d'entité du maillage.
Variable tableau bi dimensionnel.
Référence à une variable scalaire.
MeshPartialVariableArrayRefT< Cell, Int64 > PartialVariableCellArrayInt64
Grandeur au centre des mailles de type tableau d'entiers 64 bits.
MeshVariableScalarRefT< Face, Real2x2 > VariableFaceReal2x2
Grandeur aux faces de type tenseur de réels.
MeshVariableArrayRefT< DoF, Real3x3 > VariableDoFArrayReal3x3
Grandeur de DDL de type tableau de tenseur de reels.
MeshVariableScalarRefT< Edge, Int64 > VariableEdgeInt64
Grandeur au noeud de type entier 64 bits.
MeshPartialVariableArrayRefT< Node, Real3x3 > PartialVariableNodeArrayReal3x3
Grandeur au noeud de type tableau de tenseur de réels.
MeshPartialVariableArrayRefT< Particle, Real > PartialVariableParticleArrayReal
Grandeur particulaire de type tableau de réels.
MeshPartialVariableScalarRefT< Face, Int32 > PartialVariableFaceInt32
Grandeur aux faces de type entier 32 bits.
MeshVariableScalarRefT< DoF, Integer > VariableDoFInteger
Grandeur de DDL de type entier.
MeshVariableScalarRefT< Face, Integer > VariableFaceInteger
Grandeur aux faces de type entier.
MeshVariableScalarRefT< DoF, Int32 > VariableDoFInt32
Grandeur de DDL de type entier 32 bits.
MeshPartialVariableScalarRefT< Node, Int16 > PartialVariableNodeInt16
Grandeur au noeud de type entier 16 bits.
MeshVariableScalarRefT< DoF, Real2x2 > VariableDoFReal2x2
Grandeur de DDL de type tenseur de reels.
MeshPartialVariableScalarRefT< Node, Byte > PartialVariableNodeBool
Grandeur au noeud de type booléen.
MeshVariableArrayRefT< Edge, Real > VariableEdgeArrayReal
Grandeur au noeud de type tableau de réel.
MeshPartialVariableArrayRefT< Face, Int32 > PartialVariableFaceArrayInt32
Grandeur aux faces de type tableau d'entiers 32 bits.
MeshVariableScalarRefT< Edge, Real > VariableEdgeReal
Grandeur au noeud de type réel.
MeshVariableArrayRefT< Face, Real2x2 > VariableFaceArrayReal2x2
Grandeur aux faces de type tableau de tenseur de réels.
MeshPartialVariableArrayRefT< Edge, Real3 > PartialVariableEdgeArrayReal3
Grandeur au noeud de type tableau de coordonnées.
MeshPartialVariableScalarRefT< DoF, Int16 > PartialVariableDoFInt16
Grandeur de DDL de type entier 16 bits.
MeshPartialVariableScalarRefT< Face, Int64 > PartialVariableFaceInt64
Grandeur aux faces de type entier 64 bits.
MeshVariableArrayRefT< Node, Real2x2 > VariableNodeArrayReal2x2
Grandeur au noeud de type tableau de tenseur de réels.
MeshVariableScalarRefT< Edge, Byte > VariableEdgeByte
Grandeur au noeud de type octet.
MeshPartialVariableScalarRefT< Particle, Real2x2 > PartialVariableParticleReal2x2
Grandeur particulaire de type tenseur de réels.
MeshPartialVariableScalarRefT< Node, Real3 > PartialVariableNodeReal3
Grandeur au noeud de type coordonnées.
VariableRefScalarT< Real3 > VariableScalarReal3
Variable scalaire de type coordonnée (x,y,z)
MeshPartialVariableArrayRefT< Edge, Int16 > PartialVariableEdgeArrayInt16
Grandeur au noeud de type tableau d'entiers 16 bits.
MeshVariableScalarRefT< Edge, Real2 > VariableEdgeReal2
Grandeur au noeud de type coordonnées.
MeshVariableScalarRefT< Cell, Int64 > VariableCellInt64
Grandeur au centre des mailles de type entier 64 bits.
MeshPartialVariableScalarRefT< Node, Real > PartialVariableNodeReal
Grandeur au noeud de type réel.
MeshVariableArrayRefT< Particle, Integer > VariableParticleArrayInteger
Grandeur particulaire de type tableau d'entiers.
MeshPartialVariableArrayRefT< Face, Real3 > PartialVariableFaceArrayReal3
Grandeur aux faces de type tableau de coordonnées.
MeshPartialVariableScalarRefT< Cell, Real > PartialVariableCellReal
Grandeur au centre des mailles de type réel.
MeshPartialVariableScalarRefT< Cell, Int64 > PartialVariableCellInt64
Grandeur au centre des mailles de type entier 64 bits.
MeshPartialVariableArrayRefT< Node, Int32 > PartialVariableNodeArrayInt32
Grandeur au noeud de type tableau d'entiers 32 bits.
ItemPartialVariableArrayRefT< Integer > PartialVariableItemArrayInteger
Grandeur de type tableau d'entiers.
MeshVariableArrayRefT< DoF, Int32 > VariableDoFArrayInt32
Grandeur de DDL de type tableau d'entiers 16 bits.
MeshPartialVariableArrayRefT< DoF, Byte > PartialVariableDoFArrayByte
Grandeur de DDL de type tableau d'octets.
MeshVariableArrayRefT< Face, Integer > VariableFaceArrayInteger
Grandeur aux faces de type tableau d'entiers.
MeshVariableArrayRefT< Node, Real3x3 > VariableNodeArrayReal3x3
Grandeur au noeud de type tableau de tenseur de réels.
MeshPartialVariableArrayRefT< DoF, Int32 > PartialVariableDoFArrayInt32
Grandeur de DDL de type tableau d'entiers 32 bits.
MeshPartialVariableScalarRefT< DoF, Integer > PartialVariableDoFInteger
Grandeur de DDL de type entier.
MeshPartialVariableArrayRefT< Cell, Integer > PartialVariableCellArrayInteger
Grandeur au centre des mailles de type tableau d'entiers.
MeshPartialVariableScalarRefT< Edge, Real2x2 > PartialVariableEdgeReal2x2
Grandeur au noeud de type tenseur de réels.
MeshVariableScalarRefT< Edge, Int32 > VariableEdgeInt32
Grandeur au noeud de type entier 32 bits.
MeshVariableArrayRefT< Edge, Real2 > VariableEdgeArrayReal2
Grandeur au noeud de type tableau de coordonnées.
SharedMeshVariableScalarRefT< Node, Real > SharedVariableNodeReal
Grandeur au noeud de type réel.
MeshVariableScalarRefT< Edge, Real2x2 > VariableEdgeReal2x2
Grandeur au noeud de type tenseur de réels.
MeshPartialVariableScalarRefT< DoF, Real3x3 > PartialVariableDoFReal3x3
Grandeur de DDL de type tenseur de reels.
MeshPartialVariableScalarRefT< Cell, Byte > PartialVariableCellByte
Grandeur au centre des mailles de type octet.
MeshPartialVariableArrayRefT< DoF, Integer > PartialVariableDoFArrayInteger
Grandeur de DDL de type tableau d'entiers.
MeshPartialVariableScalarRefT< DoF, Byte > PartialVariableDoFBool
Grandeur de DDL de type booleen.
MeshPartialVariableScalarRefT< Particle, Integer > PartialVariableParticleInteger
Grandeur particulaire de type entier.
MeshVariableScalarRefT< DoF, Real3 > VariableDoFReal3
Grandeur de DDL de type coordonnees.
MeshVariableScalarRefT< Edge, Int16 > VariableEdgeInt16
Grandeur au noeud de type entier 16 bits.
VariableRefArrayT< Real > VariableArrayReal
Variable tableau de type réels.
VariableRefArray2T< Real3 > VariableArray2Real3
Variable tableau à deux dimensions de type coordonnées (x,y,z)
MeshVariableArrayRefT< Face, Int16 > VariableFaceArrayInt16
Grandeur aux faces de type tableau d'entiers 16 bits.
MeshPartialVariableArrayRefT< Cell, Real > PartialVariableCellArrayReal
Grandeur au centre des mailles de type tableau de réels.
MeshPartialVariableScalarRefT< DoF, Int64 > PartialVariableDoFInt64
Grandeur de DDL de type entier 64 bits.
ItemVariableScalarRefT< Integer > VariableItemInteger
Grandeur de type entier.
VariableRefArray2T< Int16 > VariableArray2Int16
Variable tableau à deux dimensions de type entier 16 bits.
MeshPartialVariableArrayRefT< Node, Real > PartialVariableNodeArrayReal
Grandeur au noeud de type tableau de réels.
MeshPartialVariableArrayRefT< Particle, Real2 > PartialVariableParticleArrayReal2
Grandeur particulaire de type tableau de coordonnées.
MeshVariableArrayRefT< DoF, Integer > VariableDoFArrayInteger
Grandeur de DDL de type tableau d'entiers.
MeshVariableScalarRefT< DoF, Real2 > VariableDoFReal2
Grandeur de DDL de type coordonnees.
MeshVariableScalarRefT< Face, Int16 > VariableFaceInt16
Grandeur aux faces de type entier 16 bits.
MeshVariableArrayRefT< Node, Byte > VariableNodeArrayByte
Grandeur au noeud de type tableau d'octet.
MeshVariableArrayRefT< Node, Real2 > VariableNodeArrayReal2
Grandeur au noeud de type tableau de coordonnées.
VariableRefArray2T< Integer > VariableArray2Integer
Variable tableau à deux dimensions de type entier.
MeshVariableArrayRefT< Face, Int32 > VariableFaceArrayInt32
Grandeur aux faces de type tableau d'entiers.
MeshVariableArrayRefT< Particle, Real3 > VariableParticleArrayReal3
Grandeur particulaire de type tableau de coordonnées.
MeshPartialVariableScalarRefT< Face, Real3 > PartialVariableFaceReal3
Grandeur aux faces de type coordonnées.
VariableRefArrayT< Real3x3 > VariableArrayReal3x3
Variable tableau de type tenseur de réels.
MeshPartialVariableScalarRefT< Particle, Real3 > PartialVariableParticleReal3
Grandeur particulaire de type coordonnées.
MeshPartialVariableScalarRefT< Cell, Real3x3 > PartialVariableCellReal3x3
Grandeur au centre des mailles de type tenseur de réels.
MeshPartialVariableArrayRefT< Node, Int16 > PartialVariableNodeArrayInt16
Grandeur au noeud de type tableau d'entiers 16 bits.
MeshPartialVariableScalarRefT< Node, Integer > PartialVariableNodeInteger
Grandeur au noeud de type entier.
MeshPartialVariableArrayRefT< Face, Real2x2 > PartialVariableFaceArrayReal2x2
Grandeur aux faces de type tableau de tenseur de réels.
MeshVariableArrayRefT< Face, Real2 > VariableFaceArrayReal2
Grandeur aux faces de type tableau de coordonnées.
MeshVariableScalarRefT< Particle, Real3x3 > VariableParticleReal3x3
Grandeur particulaire de type tenseur de réels.
MeshVariableArrayRefT< Node, Integer > VariableNodeArrayInteger
Grandeur au noeud de type tableau d'entiers.
MeshVariableScalarRefT< Cell, Real2x2 > VariableCellReal2x2
Grandeur au centre des mailles de type tenseur de réels.
VariableRefArray2T< Byte > VariableArray2Byte
Variable tableau à deux dimensions de type byte.
VariableRefArray2T< Real2x2 > VariableArray2Real2x2
Variable tableau à deux dimensions de type tenseur de réels 3x3.
MeshPartialVariableScalarRefT< DoF, Int32 > PartialVariableDoFInt32
Grandeur de DDL de type entier 32 bits.
MeshVariableScalarRefT< Node, Real > VariableNodeReal
Grandeur au noeud de type réel.
MeshPartialVariableScalarRefT< Node, Real2 > PartialVariableNodeReal2
Grandeur au noeud de type coordonnées.
MeshPartialVariableArrayRefT< Node, Real3 > PartialVariableNodeArrayReal3
Grandeur au noeud de type tableau de coordonnées.
MeshPartialVariableArrayRefT< Particle, Real3x3 > PartialVariableParticleArrayReal3x3
Grandeur particulaire de type tableau de tenseur de réels.
MeshVariableScalarRefT< Face, Real > VariableFaceReal
Grandeur aux faces de type réel.
MeshPartialVariableArrayRefT< Particle, Real2x2 > PartialVariableParticleArrayReal2x2
Grandeur particulaire de type tableau de tenseur de réels.
VariableRefScalarT< Byte > VariableScalarByte
Variable scalaire de type byte.
MeshPartialVariableScalarRefT< DoF, Real3 > PartialVariableDoFReal3
Grandeur de DDL de type coordonnees.
MeshPartialVariableScalarRefT< Edge, Integer > PartialVariableEdgeInteger
Grandeur au noeud de type entier.
MeshVariableArrayRefT< Particle, Real2 > VariableParticleArrayReal2
Grandeur particulaire de type tableau de coordonnées.
MeshVariableScalarRefT< Cell, Byte > VariableCellByte
Grandeur au centre des mailles de type octet.
MeshPartialVariableArrayRefT< Particle, Byte > PartialVariableParticleArrayByte
Grandeur particulaire de type tableau d'octets.
MeshVariableScalarRefT< Particle, Real2x2 > VariableParticleReal2x2
Grandeur particulaire de type tenseur de réels.
MeshVariableScalarRefT< Face, Byte > VariableFaceBool
Grandeur aux faces de type booléen.
MeshPartialVariableScalarRefT< DoF, Byte > PartialVariableDoFByte
Grandeur de DDL de type octet.
MeshPartialVariableScalarRefT< Edge, Int64 > PartialVariableEdgeInt64
Grandeur au noeud de type entier 64 bits.
MeshVariableScalarRefT< Cell, Byte > VariableCellBool
Grandeur au centre des mailles de type booléen.
VariableRefArray2T< Int64 > VariableArray2Int64
Variable tableau à deux dimensions de type entier 64 bits.
VariableRefArray2T< Real2 > VariableArray2Real2
Variable tableau à deux dimensions de type coordonnées (x,y)
MeshVariableArrayRefT< DoF, Real3 > VariableDoFArrayReal3
Grandeur de DDL de type tableau de reels.
MeshVariableScalarRefT< Particle, Int64 > VariableParticleInt64
Grandeur particulaire de type entier 64 bits.
MeshPartialVariableArrayRefT< Edge, Int32 > PartialVariableEdgeArrayInt32
Grandeur au noeud de type tableau d'entiers 32 bits.
MeshPartialVariableArrayRefT< Edge, Real2x2 > PartialVariableEdgeArrayReal2x2
Grandeur au noeud de type tableau de tenseur de réels.
MeshVariableScalarRefT< Node, Real2x2 > VariableNodeReal2x2
Grandeur au noeud de type tenseur de réels.
VariableRefScalarT< String > VariableScalarString
Variable scalaire de type chaine de caractère.
VariableRefArrayT< Integer > VariableArrayInteger
Variable tableau de type entier.
MeshPartialVariableArrayRefT< Cell, Int32 > PartialVariableCellArrayInt32
Grandeur au centre des mailles de type tableau d'entiers 32 bits.
MeshVariableScalarRefT< Node, Byte > VariableNodeBool
Grandeur au noeud de type booléen.
MeshVariableArrayRefT< Particle, Byte > VariableParticleArrayByte
Grandeur particulaire de type tableau d'octets.
MeshPartialVariableArrayRefT< Particle, Int64 > PartialVariableParticleArrayInt64
Grandeur particulaire de type tableau d'entiers 64 bits.
MeshVariableScalarRefT< DoF, Int16 > VariableDoFInt16
Grandeur de DDL de type entier 16 bits.
MeshVariableScalarRefT< Cell, Integer > VariableCellInteger
Grandeur au centre des mailles de type entier.
MeshPartialVariableScalarRefT< Face, Integer > PartialVariableFaceInteger
Grandeur aux faces de type entier.
MeshPartialVariableScalarRefT< Edge, Real3 > PartialVariableEdgeReal3
Grandeur au noeud de type coordonnées.
VariableRefScalarT< Real3x3 > VariableScalarReal3x3
Variable scalaire de type tenseur 3x3.
MeshPartialVariableArrayRefT< Cell, Byte > PartialVariableCellArrayBool
Grandeur au centre des mailles de type tableau de booléens.
MeshVariableScalarRefT< Face, Real2 > VariableFaceReal2
Grandeur aux faces de type coordonnées.
MeshVariableScalarRefT< Node, Integer > VariableNodeInteger
Grandeur au noeud de type entier.
MeshVariableArrayRefT< Node, Byte > VariableNodeArrayBool
Grandeur au noeud de type tableau de booléen.
VariableRefArrayT< Byte > VariableArrayByte
Variable tableau de type byte.
MeshVariableScalarRefT< DoF, Int64 > VariableDoFInt64
Grandeur de DDL de type entier 64 bits.
MeshPartialVariableScalarRefT< Particle, Byte > PartialVariableParticleByte
Grandeur particulaire de type octet.
MeshVariableArrayRefT< Face, Byte > VariableFaceArrayBool
Grandeur aux faces de type tableau de booléen.
MeshVariableArrayRefT< Cell, Byte > VariableCellArrayByte
Grandeur au centre des mailles de type tableau d'octet.
MeshPartialVariableScalarRefT< Cell, Int16 > PartialVariableCellInt16
Grandeur au centre des mailles de type entier 16 bits.
MeshPartialVariableArrayRefT< Node, Int64 > PartialVariableNodeArrayInt64
Grandeur au noeud de type tableau d'entiers 64 bits.
MeshPartialVariableScalarRefT< Cell, Real3 > PartialVariableCellReal3
Grandeur au centre des mailles de type coordonnées.
MeshVariableScalarRefT< Edge, Real3x3 > VariableEdgeReal3x3
Grandeur au noeud de type tenseur de réels.
MeshPartialVariableArrayRefT< Particle, Real3 > PartialVariableParticleArrayReal3
Grandeur particulaire de type tableau de coordonnées.
MeshVariableScalarRefT< Face, Byte > VariableFaceByte
Grandeur aux faces de type octet.
MeshPartialVariableArrayRefT< Particle, Byte > PartialVariableParticleArrayBool
Grandeur particulaire de type tableau de booléens.
MeshPartialVariableScalarRefT< Particle, Real > PartialVariableParticleReal
Grandeur particulaire de type réel.
MeshVariableScalarRefT< Node, Real2 > VariableNodeReal2
Grandeur au noeud de type coordonnées.
MeshVariableScalarRefT< Edge, Integer > VariableEdgeInteger
Grandeur au noeud de type entier.
MeshVariableScalarRefT< Particle, Byte > VariableParticleByte
Grandeur particulaire de type octet.
MeshVariableArrayRefT< Particle, Int64 > VariableParticleArrayInt64
Grandeur particulaire de type tableau d'entiers.
MeshPartialVariableScalarRefT< Node, Int64 > PartialVariableNodeInt64
Grandeur au noeud de type entier 64 bits.
VariableRefArrayT< Real2x2 > VariableArrayReal2x2
Variable tableau de type tenseur 2x2.
MeshVariableArrayRefT< Face, Real3x3 > VariableFaceArrayReal3x3
Grandeur aux faces de type tableau de tenseur de réels.
MeshVariableScalarRefT< Node, Int32 > VariableNodeInt32
Grandeur au noeud de type entier 32 bits.
MeshPartialVariableArrayRefT< Edge, Real3x3 > PartialVariableEdgeArrayReal3x3
Grandeur au noeud de type tableau de tenseur de réels.
MeshPartialVariableArrayRefT< Node, Real2 > PartialVariableNodeArrayReal2
Grandeur au noeud de type tableau de coordonnées.
VariableRefArrayT< Real3 > VariableArrayReal3
Variable tableau de type coordonnées (x,y,z)
MeshVariableArrayRefT< Cell, Byte > VariableCellArrayBool
Grandeur au centre des mailles de type tableau de booléen.
MeshPartialVariableArrayRefT< Particle, Integer > PartialVariableParticleArrayInteger
Grandeur particulaire de type tableau d'entiers.
MeshPartialVariableArrayRefT< Edge, Real2 > PartialVariableEdgeArrayReal2
Grandeur au noeud de type tableau de coordonnées.
MeshPartialVariableArrayRefT< Face, Integer > PartialVariableFaceArrayInteger
Grandeur aux faces de type tableau d'entiers.
MeshVariableArrayRefT< Face, Byte > VariableFaceArrayByte
Grandeur aux faces de type tableau d'octet.
VariableRefArrayT< String > VariableArrayString
Variable tableau de type chaîne de caractères.
MeshVariableArrayRefT< DoF, Int64 > VariableDoFArrayInt64
Grandeur de DDL de type tableau d'entiers 64 bits.
MeshVariableArrayRefT< Particle, Byte > VariableParticleArrayBool
Grandeur particulaire de type tableau de booléen.
MeshVariableScalarRefT< Cell, Int16 > VariableCellInt16
Grandeur au centre des mailles de type entier 16 bits.
MeshPartialVariableScalarRefT< Particle, Int16 > PartialVariableParticleInt16
Grandeur particulaire de type entier 16 bits.
MeshPartialVariableArrayRefT< Particle, Int16 > PartialVariableParticleArrayInt16
Grandeur particulaire de type tableau d'entiers 16 bits.
MeshPartialVariableArrayRefT< DoF, Real3x3 > PartialVariableDoFArrayReal3x3
Grandeur de DDL de type tableau de tenseur de reels.
VariableRefArray2T< Real3x3 > VariableArray2Real3x3
Variable tableau à deux dimensions de type tenseur de réels 3x3.
MeshPartialVariableArrayRefT< Cell, Int16 > PartialVariableCellArrayInt16
Grandeur au centre des mailles de type tableau d'entiers 16 bits.
MeshPartialVariableScalarRefT< DoF, Real2 > PartialVariableDoFReal2
Grandeur de DDL de type coordonnees.
MeshVariableScalarRefT< Particle, Real2 > VariableParticleReal2
Grandeur particulaire de type coordonnées.
MeshVariableArrayRefT< Node, Real3 > VariableNodeArrayReal3
Grandeur au noeud de type tableau de coordonnées.
MeshPartialVariableArrayRefT< Face, Int64 > PartialVariableFaceArrayInt64
Grandeur aux faces de type tableau d'entiers 64 bits.
MeshPartialVariableScalarRefT< Particle, Real2 > PartialVariableParticleReal2
Grandeur particulaire de type coordonnées.
MeshPartialVariableArrayRefT< DoF, Real3 > PartialVariableDoFArrayReal3
Grandeur de DDL de type tableau de coordonnees.
MeshPartialVariableArrayRefT< Face, Byte > PartialVariableFaceArrayByte
Grandeur aux faces de type tableau d'octets.
MeshPartialVariableArrayRefT< Node, Real2x2 > PartialVariableNodeArrayReal2x2
Grandeur au noeud de type tableau de tenseur de réels.
VariableRefArray2T< Int32 > VariableArray2Int32
Variable tableau à deux dimensions de type entier 32 bits.
MeshPartialVariableScalarRefT< DoF, Real2x2 > PartialVariableDoFReal2x2
Grandeur de DDL de type tenseur de reels.
MeshVariableArrayRefT< DoF, Byte > VariableDoFArrayByte
Grandeur de DDL de type tableau d'octets.
MeshVariableArrayRefT< Cell, Int16 > VariableCellArrayInt16
Grandeur au centre des mailles de type tableau d'entiers 16 bits.
MeshVariableArrayRefT< Cell, Real2x2 > VariableCellArrayReal2x2
Grandeur au centre des mailles de type tableau de tenseur de réels.
MeshPartialVariableArrayRefT< Edge, Real > PartialVariableEdgeArrayReal
Grandeur au noeud de type tableau de réels.
MeshVariableArrayRefT< Particle, Int32 > VariableParticleArrayInt32
Grandeur particulaire de type tableau d'entiers.
VariableRefScalarT< Int16 > VariableScalarInt16
Variable scalaire de type entier 16 bits.
MeshPartialVariableScalarRefT< Edge, Real2 > PartialVariableEdgeReal2
Grandeur au noeud de type coordonnées.
MeshPartialVariableArrayRefT< Face, Real3x3 > PartialVariableFaceArrayReal3x3
Grandeur aux faces de type tableau de tenseur de réels.
MeshPartialVariableScalarRefT< Particle, Real3x3 > PartialVariableParticleReal3x3
Grandeur particulaire de type tenseur de réels.
MeshVariableArrayRefT< DoF, Real2x2 > VariableDoFArrayReal2x2
Grandeur de DDL de type tableau de tenseur de reels.
MeshPartialVariableArrayRefT< DoF, Real2 > PartialVariableDoFArrayReal2
Grandeur de DDL de type tableau de coordonnees.
MeshPartialVariableScalarRefT< Particle, Int32 > PartialVariableParticleInt32
Grandeur particulaire de type entier 32 bits.
MeshPartialVariableScalarRefT< Particle, Byte > PartialVariableParticleBool
Grandeur particulaire de type booléen.
MeshPartialVariableArrayRefT< Face, Real > PartialVariableFaceArrayReal
Grandeur aux faces de type tableau de réels.
MeshPartialVariableScalarRefT< Face, Byte > PartialVariableFaceBool
Grandeur aux faces de type booléen.
MeshVariableScalarRefT< DoF, Byte > VariableDoFByte
Grandeur de DDL de type octet.
MeshPartialVariableScalarRefT< Face, Int16 > PartialVariableFaceInt16
Grandeur aux faces de type entier 16 bits.
MeshVariableArrayRefT< DoF, Real > VariableDoFArrayReal
Grandeur de DDL de type tableau de reels.
MeshPartialVariableArrayRefT< Particle, Int32 > PartialVariableParticleArrayInt32
Grandeur particulaire de type tableau d'entiers 32 bits.
MeshPartialVariableArrayRefT< Face, Real2 > PartialVariableFaceArrayReal2
Grandeur aux faces de type tableau de coordonnées.
MeshVariableScalarRefT< Cell, Real3x3 > VariableCellReal3x3
Grandeur au centre des mailles de type tenseur de réels.
MeshVariableArrayRefT< Node, Int64 > VariableNodeArrayInt64
Grandeur au noeud de type tableau d'entiers.
MeshPartialVariableArrayRefT< Cell, Real3x3 > PartialVariableCellArrayReal3x3
Grandeur au centre des mailles de type tableau de tenseur de réels.
MeshPartialVariableScalarRefT< Cell, Byte > PartialVariableCellBool
Grandeur au centre des mailles de type booléen.
MeshVariableScalarRefT< Particle, Integer > VariableParticleInteger
Grandeur particulaire de type entier.
MeshVariableArrayRefT< Face, Int64 > VariableFaceArrayInt64
Grandeur aux faces de type tableau d'entiers.
MeshVariableScalarRefT< Edge, Real3 > VariableEdgeReal3
Grandeur au noeud de type coordonnées.
MeshVariableScalarRefT< Face, Real3x3 > VariableFaceReal3x3
Grandeur aux faces de type tenseur de réels.
MeshPartialVariableArrayRefT< Cell, Real2 > PartialVariableCellArrayReal2
Grandeur au centre des mailles de type tableau de coordonnées.
MeshPartialVariableScalarRefT< Edge, Real3x3 > PartialVariableEdgeReal3x3
Grandeur au noeud de type tenseur de réels.
MeshPartialVariableScalarRefT< Face, Real2x2 > PartialVariableFaceReal2x2
Grandeur aux faces de type tenseur de réels.
MeshVariableArrayRefT< Particle, Real2x2 > VariableParticleArrayReal2x2
Grandeur particulaire de type tableau de tenseur de r?els.
MeshPartialVariableArrayRefT< Edge, Byte > PartialVariableEdgeArrayByte
Grandeur au noeud de type tableau d'octets.
MeshVariableArrayRefT< Particle, Int16 > VariableParticleArrayInt16
Grandeur particulaire de type tableau d'entiers 16 bits.
MeshVariableArrayRefT< Face, Real3 > VariableFaceArrayReal3
Grandeur aux faces de type tableau de coordonnées.
MeshVariableArrayRefT< Node, Int32 > VariableNodeArrayInt32
Grandeur au noeud de type tableau d'entiers.
MeshPartialVariableScalarRefT< Edge, Byte > PartialVariableEdgeByte
Grandeur au noeud de type octet.
MeshPartialVariableScalarRefT< Edge, Byte > PartialVariableEdgeBool
Grandeur au noeud de type booléen.
MeshPartialVariableScalarRefT< Edge, Int32 > PartialVariableEdgeInt32
Grandeur au noeud de type entier 32 bits.
MeshPartialVariableArrayRefT< Edge, Int64 > PartialVariableEdgeArrayInt64
Grandeur au noeud de type tableau d'entiers 64 bits.
MeshVariableArrayRefT< Cell, Real2 > VariableCellArrayReal2
Grandeur au centre des mailles de type tableau de coordonnées.
MeshPartialVariableArrayRefT< Face, Int16 > PartialVariableFaceArrayInt16
Grandeur aux faces de type tableau d'entiers 16 bits.
MeshPartialVariableScalarRefT< Face, Real2 > PartialVariableFaceReal2
Grandeur aux faces de type coordonnées.
MeshPartialVariableArrayRefT< Node, Integer > PartialVariableNodeArrayInteger
Grandeur au noeud de type tableau d'entiers.
MeshPartialVariableScalarRefT< Cell, Real2 > PartialVariableCellReal2
Grandeur au centre des mailles de type coordonnées.
MeshVariableArrayRefT< Node, Int16 > VariableNodeArrayInt16
Grandeur au noeud de type tableau d'entiers 16 bits.
MeshVariableArrayRefT< Cell, Int32 > VariableCellArrayInt32
Grandeur au centre des mailles de type tableau d'entiers.
MeshPartialVariableArrayRefT< DoF, Int16 > PartialVariableDoFArrayInt16
Grandeur de DDL de type tableau d'entiers 16 bits.
MeshVariableScalarRefT< Particle, Int16 > VariableParticleInt16
Grandeur particulaire de type entier 16 bits.
MeshPartialVariableScalarRefT< Cell, Int32 > PartialVariableCellInt32
Grandeur au centre des mailles de type entier 32 bits.
MeshVariableScalarRefT< Node, Int16 > VariableNodeInt16
Grandeur au noeud de type entier 16 bits.
MeshVariableArrayRefT< Cell, Integer > VariableCellArrayInteger
Grandeur au centre des mailles de type tableau d'entiers.
MeshVariableArrayRefT< Cell, Real3x3 > VariableCellArrayReal3x3
Grandeur au centre des mailles de type tableau de tenseur de réels.
MeshPartialVariableArrayRefT< Cell, Real3 > PartialVariableCellArrayReal3
Grandeur au centre des mailles de type tableau de coordonnées.
VariableRefArray2T< Real > VariableArray2Real
Variable tableau à deux dimensions de type réels.
MeshPartialVariableArrayRefT< Cell, Byte > PartialVariableCellArrayByte
Grandeur au centre des mailles de type tableau d'octets.
MeshPartialVariableScalarRefT< Face, Real > PartialVariableFaceReal
Grandeur aux faces de type réel.
MeshPartialVariableScalarRefT< Face, Byte > PartialVariableFaceByte
Grandeur aux faces de type octet.
MeshVariableArrayRefT< Node, Real > VariableNodeArrayReal
Grandeur au noeud de type tableau de réel.
MeshPartialVariableScalarRefT< Node, Real2x2 > PartialVariableNodeReal2x2
Grandeur au noeud de type tenseur de réels.
MeshPartialVariableArrayRefT< DoF, Real > PartialVariableDoFArrayReal
Grandeur de DDL de type tableau de reels.
MeshVariableArrayRefT< Face, Real > VariableFaceArrayReal
Grandeur aux faces de type tableau de réel.
VariableRefArrayT< Real2 > VariableArrayReal2
Variable tableau de type coordonnées (x,y)
MeshPartialVariableArrayRefT< Edge, Integer > PartialVariableEdgeArrayInteger
Grandeur au noeud de type tableau d'entiers.
MeshVariableArrayRefT< DoF, Byte > VariableDoFArrayBool
Grandeur de DDL de type tableau de booleens.
MeshVariableScalarRefT< DoF, Real > VariableDoFReal
Grandeur de DDL de type reel.
MeshPartialVariableScalarRefT< Edge, Real > PartialVariableEdgeReal
Grandeur au noeud de type réel.
MeshVariableScalarRefT< DoF, Byte > VariableDoFBool
Grandeur de DDL de type booleen.
MeshPartialVariableArrayRefT< DoF, Int64 > PartialVariableDoFArrayInt64
Grandeur de DDL de type tableau d'entiers 64 bits.
MeshPartialVariableScalarRefT< DoF, Real > PartialVariableDoFReal
Grandeur de DDL de type reel.
MeshVariableArrayRefT< Cell, Int64 > VariableCellArrayInt64
Grandeur au centre des mailles de type tableau d'entiers.
MeshVariableScalarRefT< Node, Int64 > VariableNodeInt64
Grandeur au noeud de type entier 64 bits.
MeshPartialVariableScalarRefT< Cell, Integer > PartialVariableCellInteger
Grandeur au centre des mailles de type entier.
VariableRefScalarT< Real2x2 > VariableScalarReal2x2
Variable scalaire de type tenseur 2x2.
MeshVariableArrayRefT< Cell, Real > VariableCellArrayReal
Grandeur au centre des mailles de type tableau de réel.
MeshPartialVariableScalarRefT< Node, Byte > PartialVariableNodeByte
Grandeur au noeud de type octet.
MeshVariableScalarRefT< Face, Int64 > VariableFaceInt64
Grandeur aux faces de type entier 64 bits.
MeshPartialVariableScalarRefT< Node, Real3x3 > PartialVariableNodeReal3x3
Grandeur au noeud de type tenseur de réels.
MeshVariableScalarRefT< Particle, Byte > VariableParticleBool
Grandeur particulaire de type booléen.
MeshPartialVariableArrayRefT< DoF, Real2x2 > PartialVariableDoFArrayReal2x2
Grandeur de DDL de type tableau de tenseur de reels.
MeshVariableArrayRefT< Particle, Real > VariableParticleArrayReal
Grandeur particulaire de type tableau de r?el.
MeshPartialVariableArrayRefT< Cell, Real2x2 > PartialVariableCellArrayReal2x2
Grandeur au centre des mailles de type tableau de tenseur de réels.
MeshPartialVariableScalarRefT< Face, Real3x3 > PartialVariableFaceReal3x3
Grandeur aux faces de type tenseur de réels.
MeshPartialVariableArrayRefT< Node, Byte > PartialVariableNodeArrayBool
Grandeur au noeud de type tableau de booléens.
MeshVariableScalarRefT< Cell, Real2 > VariableCellReal2
Grandeur au centre des mailles de type coordonnées.
MeshPartialVariableScalarRefT< Node, Int32 > PartialVariableNodeInt32
Grandeur au noeud de type entier 32 bits.
MeshVariableScalarRefT< Node, Byte > VariableNodeByte
Grandeur au noeud de type octet.
MeshVariableScalarRefT< Node, Real3x3 > VariableNodeReal3x3
Grandeur au noeud de type tenseur de réels.
MeshVariableArrayRefT< Particle, Real3x3 > VariableParticleArrayReal3x3
Grandeur particulaire de type tableau de tenseur de réels.
MeshPartialVariableScalarRefT< Edge, Int16 > PartialVariableEdgeInt16
Grandeur au noeud de type entier 16 bits.
VariableRefScalarT< Int64 > VariableScalarInt64
Variable scalaire de type entier 64 bits.
MeshPartialVariableArrayRefT< Edge, Byte > PartialVariableEdgeArrayBool
Grandeur au noeud de type tableau de booléens.
VariableRefScalarT< Real2 > VariableScalarReal2
Variable scalaire de type coordonnée (x,y)
ItemPartialVariableScalarRefT< Integer > PartialVariableItemInteger
Grandeur de type entier.
MeshPartialVariableArrayRefT< DoF, Byte > PartialVariableDoFArrayBool
Grandeur de DDL de type tableau de booleens.
MeshPartialVariableScalarRefT< Particle, Int64 > PartialVariableParticleInt64
Grandeur particulaire de type entier 64 bits.
MeshVariableScalarRefT< DoF, Real3x3 > VariableDoFReal3x3
Grandeur de DDL de type tenseur de reels.
MeshPartialVariableArrayRefT< Node, Byte > PartialVariableNodeArrayByte
Grandeur au noeud de type tableau d'octets.
MeshVariableArrayRefT< DoF, Real2 > VariableDoFArrayReal2
Grandeur de DDL de type tableau de coordonnees.
MeshPartialVariableArrayRefT< Face, Byte > PartialVariableFaceArrayBool
Grandeur aux faces de type tableau de booléens.
MeshVariableScalarRefT< Edge, Byte > VariableEdgeBool
Grandeur au noeud de type booléen.
MeshPartialVariableScalarRefT< Cell, Real2x2 > PartialVariableCellReal2x2
Grandeur au centre des mailles de type tenseur de réels.
SharedMeshVariableScalarRefT< Face, Int32 > SharedVariableFaceInt32
Grandeur aux faces de type entier 32 bits.
SharedMeshVariableScalarRefT< Cell, Real2x2 > SharedVariableCellReal2x2
Grandeur au centre des mailles de type tenseur de réels.
SharedMeshVariableScalarRefT< Node, Int64 > SharedVariableNodeInt64
Grandeur au noeud de type entier 64 bits.
SharedMeshVariableScalarRefT< Node, Int32 > SharedVariableNodeInt32
Grandeur au noeud de type entier 32 bits.
SharedMeshVariableScalarRefT< DoF, Byte > SharedVariableDoFByte
Grandeur de DDL de type octet.
SharedMeshVariableScalarRefT< Face, Real2x2 > SharedVariableFaceReal2x2
Grandeur aux faces de type tenseur de réels.
SharedMeshVariableScalarRefT< Face, Integer > SharedVariableFaceInteger
Grandeur aux faces de type entier.
SharedItemVariableScalarRefT< Real3 > SharedVariableItemReal3
Grandeur de type coordonn?es 3D.
SharedMeshVariableScalarRefT< Face, Real2 > SharedVariableFaceReal2
Grandeur aux faces de type coordonnées.
SharedMeshVariableScalarRefT< Face, Byte > SharedVariableFaceBool
Grandeur aux faces de type booléen.
SharedMeshVariableScalarRefT< Cell, Int16 > SharedVariableCellInt16
Grandeur au centre des mailles de type entier 16 bits.
SharedMeshVariableScalarRefT< DoF, Real2x2 > SharedVariableDoFReal2x2
Grandeur de DDL de type tenseur de reels.
SharedMeshVariableScalarRefT< Cell, Byte > SharedVariableCellBool
Grandeur au centre des mailles de type booléen.
SharedItemVariableScalarRefT< Real3x3 > SharedVariableItemReal3x3
Grandeur de type tenseur de r?els.
SharedMeshVariableScalarRefT< Edge, Int32 > SharedVariableEdgeInt32
Grandeur au noeud de type entier 32 bits.
SharedMeshVariableScalarRefT< Particle, Real3 > SharedVariableParticleReal3
Grandeur particulaire de type coordonnées.
SharedMeshVariableScalarRefT< Particle, Byte > SharedVariableParticleByte
Grandeur particulaire de type octet.
SharedMeshVariableScalarRefT< DoF, Real3x3 > SharedVariableDoFReal3x3
Grandeur de DDL de type tenseur de reels.
SharedMeshVariableScalarRefT< Edge, Real2 > SharedVariableEdgeReal2
Grandeur au noeud de type coordonnées.
SharedMeshVariableScalarRefT< DoF, Real > SharedVariableDoFReal
Grandeur de DDL de type reel.
SharedMeshVariableScalarRefT< Cell, Byte > SharedVariableCellByte
Grandeur au centre des mailles de type octet.
SharedMeshVariableScalarRefT< Particle, Real2 > SharedVariableParticleReal2
Grandeur particulaire de type coordonnées.
SharedMeshVariableScalarRefT< Edge, Int64 > SharedVariableEdgeInt64
Grandeur au noeud de type entier 64 bits.
SharedMeshVariableScalarRefT< Face, Real > SharedVariableFaceReal
Grandeur aux faces de type réel.
SharedMeshVariableScalarRefT< DoF, Int64 > SharedVariableDoFInt64
Grandeur de DDL de type entier 64 bits.
SharedMeshVariableScalarRefT< Node, Real3 > SharedVariableNodeReal3
Grandeur au noeud de type coordonnées.
SharedMeshVariableScalarRefT< Node, Byte > SharedVariableNodeBool
Grandeur au noeud de type booléen.
SharedItemVariableScalarRefT< Int16 > SharedVariableItemInt16
Grandeur de type entier 16 bits.
SharedMeshVariableScalarRefT< Cell, Real2 > SharedVariableCellReal2
Grandeur au centre des mailles de type coordonnées.
SharedMeshVariableScalarRefT< DoF, Real3 > SharedVariableDoFReal3
Grandeur de DDL de type coordonnees.
SharedMeshVariableScalarRefT< Particle, Real3x3 > SharedVariableParticleReal3x3
Grandeur particulaire de type tenseur de réels.
SharedMeshVariableScalarRefT< Node, Real2x2 > SharedVariableNodeReal2x2
Grandeur au noeud de type tenseur de réels.
SharedMeshVariableScalarRefT< DoF, Integer > SharedVariableDoFInteger
Grandeur de DDL de type entier.
SharedMeshVariableScalarRefT< Node, Int16 > SharedVariableNodeInt16
Grandeur au noeud de type entier 16 bits.
SharedItemVariableScalarRefT< Byte > SharedVariableItemByte
Grandeur de type entier 64 bits.
SharedMeshVariableScalarRefT< Particle, Int64 > SharedVariableParticleInt64
Grandeur particulaire de type entier 64 bits.
SharedMeshVariableScalarRefT< Particle, Real2x2 > SharedVariableParticleReal2x2
Grandeur particulaire de type tenseur de réels.
SharedMeshVariableScalarRefT< Node, Byte > SharedVariableNodeByte
Grandeur au noeud de type octet.
SharedMeshVariableScalarRefT< DoF, Byte > SharedVariableDoFBool
Grandeur de DDL de type booleen.
SharedMeshVariableScalarRefT< Edge, Real > SharedVariableEdgeReal
Grandeur au noeud de type réel.
SharedMeshVariableScalarRefT< Face, Real3x3 > SharedVariableFaceReal3x3
Grandeur aux faces de type tenseur de réels.
SharedMeshVariableScalarRefT< Cell, Real3 > SharedVariableCellReal3
Grandeur au centre des mailles de type coordonnées.
SharedMeshVariableScalarRefT< Edge, Real2x2 > SharedVariableEdgeReal2x2
Grandeur au noeud de type tenseur de réels.
SharedMeshVariableScalarRefT< Cell, Integer > SharedVariableCellInteger
Grandeur au centre des mailles de type entier.
SharedMeshVariableScalarRefT< DoF, Real2 > SharedVariableDoFReal2
Grandeur de DDL de type coordonnees.
SharedMeshVariableScalarRefT< Particle, Int32 > SharedVariableParticleInt32
Grandeur particulaire de type entier 32 bits.
SharedMeshVariableScalarRefT< Edge, Byte > SharedVariableEdgeBool
Grandeur au noeud de type booléen.
SharedMeshVariableScalarRefT< Edge, Integer > SharedVariableEdgeInteger
Grandeur au noeud de type entier.
SharedMeshVariableScalarRefT< DoF, Int16 > SharedVariableDoFInt16
Grandeur de DDL de type entier 16 bits.
SharedMeshVariableScalarRefT< Cell, Real3x3 > SharedVariableCellReal3x3
Grandeur au centre des mailles de type tenseur de réels.
SharedMeshVariableScalarRefT< Cell, Int64 > SharedVariableCellInt64
Grandeur au centre des mailles de type entier 64 bits.
SharedMeshVariableScalarRefT< Face, Byte > SharedVariableFaceByte
Grandeur aux faces de type octet.
SharedMeshVariableScalarRefT< Particle, Real > SharedVariableParticleReal
Grandeur particulaire de type réel.
SharedMeshVariableScalarRefT< Node, Real2 > SharedVariableNodeReal2
Grandeur au noeud de type coordonnées.
SharedMeshVariableScalarRefT< Edge, Int16 > SharedVariableEdgeInt16
Grandeur au noeud de type entier 16 bits.
SharedItemVariableScalarRefT< Int32 > SharedVariableItemInt32
Grandeur de type entier 32 bits.
SharedMeshVariableScalarRefT< Node, Real3x3 > SharedVariableNodeReal3x3
Grandeur au noeud de type tenseur de réels.
SharedMeshVariableScalarRefT< Face, Real3 > SharedVariableFaceReal3
Grandeur aux faces de type coordonnées.
SharedMeshVariableScalarRefT< Cell, Int32 > SharedVariableCellInt32
Grandeur au centre des mailles de type entier 32 bits.
SharedMeshVariableScalarRefT< Particle, Int16 > SharedVariableParticleInt16
Grandeur particulaire de type entier 16 bits.
SharedMeshVariableScalarRefT< Particle, Integer > SharedVariableParticleInteger
Grandeur particulaire de type entier.
SharedItemVariableScalarRefT< Real2x2 > SharedVariableItemReal2x2
Grandeur de type tenseur de r?els.
SharedMeshVariableScalarRefT< Node, Integer > SharedVariableNodeInteger
Grandeur au noeud de type entier.
SharedMeshVariableScalarRefT< DoF, Int32 > SharedVariableDoFInt32
Grandeur de DDL de type entier 32 bits.
SharedMeshVariableScalarRefT< Face, Int16 > SharedVariableFaceInt16
Grandeur aux faces de type entier 16 bits.
SharedMeshVariableScalarRefT< Cell, Real > SharedVariableCellReal
Grandeur au centre des mailles de type réel.
SharedMeshVariableScalarRefT< Face, Int64 > SharedVariableFaceInt64
Grandeur aux faces de type entier 64 bits.
SharedItemVariableScalarRefT< Integer > SharedVariableItemInteger
Grandeur de type entier.
SharedMeshVariableScalarRefT< Edge, Real3 > SharedVariableEdgeReal3
Grandeur au noeud de type coordonnées.
SharedMeshVariableScalarRefT< Particle, Byte > SharedVariableParticleBool
Grandeur particulaire de type booléen.
SharedMeshVariableScalarRefT< Edge, Byte > SharedVariableEdgeByte
Grandeur au noeud de type octet.
SharedItemVariableScalarRefT< Int64 > SharedVariableItemInt64
Grandeur de type entier 64 bits.
SharedMeshVariableScalarRefT< Edge, Real3x3 > SharedVariableEdgeReal3x3
Grandeur au noeud de type tenseur de réels.