]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
ajout tests
authoreficas <>
Wed, 6 Nov 2002 16:25:56 +0000 (16:25 +0000)
committereficas <>
Wed, 6 Nov 2002 16:25:56 +0000 (16:25 +0000)
Aster/Tests/incl.11 [new file with mode: 0644]
Aster/Tests/incl.12 [new file with mode: 0644]
Aster/Tests/incl.13 [new file with mode: 0644]
Aster/Tests/incl1.comm [new file with mode: 0644]
Aster/Tests/inclmat.comm [new file with mode: 0644]
Aster/Tests/inclmat2.comm [new file with mode: 0644]

diff --git a/Aster/Tests/incl.11 b/Aster/Tests/incl.11
new file mode 100644 (file)
index 0000000..2e89f00
--- /dev/null
@@ -0,0 +1 @@
+MA=LIRE_MAILLAGE()
diff --git a/Aster/Tests/incl.12 b/Aster/Tests/incl.12
new file mode 100644 (file)
index 0000000..6bdb45d
--- /dev/null
@@ -0,0 +1 @@
+MMA=LIRE_MAILLAGE()
diff --git a/Aster/Tests/incl.13 b/Aster/Tests/incl.13
new file mode 100644 (file)
index 0000000..3e1feee
--- /dev/null
@@ -0,0 +1 @@
+a=1/
diff --git a/Aster/Tests/incl1.comm b/Aster/Tests/incl1.comm
new file mode 100644 (file)
index 0000000..e68cf5a
--- /dev/null
@@ -0,0 +1,3 @@
+DEBUT()
+INCLUDE(UNITE=13)
+FIN()
diff --git a/Aster/Tests/inclmat.comm b/Aster/Tests/inclmat.comm
new file mode 100644 (file)
index 0000000..b05656a
--- /dev/null
@@ -0,0 +1,9 @@
+DEBUT()
+MA=LIRE_MAILLAGE()
+INCLUDE_MATERIAU(NOM_AFNOR='A42',
+                TYPE_MODELE='REF',
+                VARIANTE='C',
+                TYPE_VALE='NOMI',
+                NOM_MATER='MAT',
+               )
+FIN()
diff --git a/Aster/Tests/inclmat2.comm b/Aster/Tests/inclmat2.comm
new file mode 100644 (file)
index 0000000..b605ec5
--- /dev/null
@@ -0,0 +1,14 @@
+DEBUT()
+INCLUDE_MATERIAU(NOM_AFNOR='A42',
+                TYPE_MODELE='REF',
+                VARIANTE='C',
+                TYPE_VALE='NOMI',
+                NOM_MATER='M',
+               )
+INCLUDE_MATERIAU(NOM_AFNOR='A42',
+                TYPE_MODELE='REF',
+                VARIANTE='F',
+                TYPE_VALE='NOMI',
+                NOM_MATER='N',
+               )
+FIN()