2
0
Fork 0
Verif_Herezh/Batterie/FONCTION_UNIQUE/LOI_DE_COMPORTEMENT/Loi_Critere/Test_R_plis_biellettes/barre2.her

64 lines
2.2 KiB
Text
Raw Normal View History

nom_maillage barre2
#############################################################################
# #
# 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 d'element lineaire 1D |
# | pour une utilisation par herezh++ |
# ------------------------------------------------------------------
# barre de dimension : 100 ( 2 elements )
noeuds ------------
3 NOEUDS
#---------------------------------------------------------------
#|NO DU| X | Y | Z |
#|NOEUD| | | |
#---------------------------------------------------------------
1 0 0 0
2 50 0 0
3 100 0 0
# references des noeuds
N_deb 1
N_fi 3
N_to 1 2 3
N_milieu 2
# les elements
elements ----------
2 ELEMENTS
#--------------------------------------------------------------------
#| NO | | |
#|ELTS | type element | Noeuds |
#--------------------------------------------------------------------
1 POUT BIE1 1 2
2 POUT BIE1 2 3
# references des arretes
A_to 1 1 2 1
# references des elements
E_to 1 2