2
0
Fork 0
Verif_Herezh/Batterie/FONCTION_UNIQUE/SORTIES/Test_R_sortie_tenseur/plaque.her

81 lines
2.7 KiB
Text

#############################################################################
# #
# STAMM #
# (maillage automatique de pieces simples) #
#############################################################################
# Copyright © 1997-2013 Gerard Rio, gerard.rio@univ-ubs.fr #
# All rights reserved. http://www-lg2m.univ-ubs.fr/~rio #
# #
#############################################################################
# version 03.29 , compatible avec la version Herezh++6.576
# ----------------------------------------------------------------
# | construction automatique d'un maillage 2D |
# | pour une utilisation par herezh++ |
# ----------------------------------------------------------------
# rectangle de dimension : 10 x 5 ( 1 x 1 elements )
# geometrie rectangulaire, decoupage triangulaire, interpolation lineaire.
nom_maillage plaque
noeuds ------------
4 NOEUDS
#---------------------------------------------------------------
#|NO DU| X | Y | Z |
#|NOEUD| | | |
#---------------------------------------------------------------
1 0 0 0
2 0 5 0
3 10 0 0
4 10 5 0
# references des noeuds
N_O 1 2
N_S 1 3
N_E 3 4
N_N 2 4
N_SO 1
N_SE 3
N_NE 4
N_NO 2
N_to 1 2 3 4
# les elements
elements ----------
2 ELEMENTS
#----------------------------------------------------------------------
#| NO | | |
#|ELTS | type element | Noeuds |
#----------------------------------------------------------------------
1 TRIANGLE LINEAIRE 1 3 2
2 TRIANGLE LINEAIRE 3 4 2
# references des elements
A_O 1 3
A_S 1 1
A_E 2 1
A_N 2 2
F_to 1 1 2 1
E_O 1
E_S 1
E_E 2
E_N 2
E_SO 1
E_SE 1 2
E_NE 2
E_NO 1 2
F_O 1 1 2 1
F_S 1 1 2 1
F_E 1 1 2 1
F_N 1 1 2 1
E_to 1 2