$$$$ MAILVORO NOTICE SH236661 13/11/25 21:15:09 7869 DATE 13/11/25 Procedure MAILVORO ------------------ TAB2 = MAILVORO TAB1 ENV1 (NBDIV) (COEF1); Description : ------------- The MAILVORO procedure realized the volume mesh of a Voronoi tessellation. Contents : ---------- Input : ------- TAB1 = TABLE type object, describes a Voronoi tessellation, obtained by calling the VORO operator (see manual VORO); ENV1 = MAILLAGE type object, mesh of a closed surface, oriented, connected and made up of TRI3 elements type, for delimiting the Voronoi tessellation. NBDIV = ENTIER type object, number of elements expected in cell diameter, by default equal to 6; COEF1 = FLOTTANT type object, used to define the removing criterion of small edges . By default COEF1 is equal to (1/3) ; Output : -------- TAB2 = TABLE type object describes the Voronoi tessellation mesh *) Description of the table TAB2 : TAB2 . 'MAIL' = MAILLAGE type object, global mesh,TET4 elements ; TAB2 . 'CELL' = TABLE type object, describes the mesh cells ; TAB2 . 'FACS' = TABLE type object, describes the mesh faces ; TAB2 . 'ARTS' = TABLE type object, describes the mesh edges ; *) Description of TAB2 . 'CELL' : TAB2 . 'CELL' = TABLE type object containing POINT type indexes corresponding to the cells centers. TAB2 . 'CELL' . Pk . 'MAIL' = MAILLAGE type object, mesh cell centered in Pk (TET4 elements type). TAB2 . 'CELL' . Pk . 'FACS' = LISTENTI type object,number list of the faces of the cell centered on Pk. TAB2 . 'CELL' . Pk . 'VOIS' = MAILLAGE type object, Neighboring points of Pk (POI1 elements type). TAB2 . 'CELL' . Pk . 'COUL' = MOT type object, the color associated to the cell of center Pk. *) Description of TAB2 . 'FACS' : TAB2 . 'CELL' = TABLE type object containing ENTIER type indexes corresponding to the faces number. TAB2 . 'FACS' . i . 'MAIL' = MAILLAGE type object, mesh of the face number i (TRI3 type element). TAB2 . 'CELL' . i . 'ARTS' = LISTENTI type object, list of numbers of the edges of the face i. *) Description of TAB2 . 'ARTS' : TAB2 . 'ARTS' = TABLE type object containing ENTIER type indexes corresponding to the edges number. TAB2 . 'ARTS' . i = MAILLAGE type object, mesh of the edge i (SEG2 element type).
© Cast3M 2003 - All rights reserved.
Disclaimer