[EMAIL PROTECTED] wrote: > Hello, > > I´m working on an Gmsh-Z88 interface. Z88 makes it possible to compute > stresses on gauss points. How can I display them with Gmsh, especially > for 4- and 10-Node tetrahedra? >
In Gmsh's native post-processing formats you could just save the data at the Gauss points, as a "Tensor Point" dataset. The disadvantage is that you lose the "elemental" nature of the data (you really only have data at points in space). If that's a problem you could use the MED format (http://www.code-aster.org/outils/med/), which supports Gauss points directly as a type of data. > > > Greetings, > > Michael Glockenmeier > > ---------------------------------------------- > Fa. Michael Glockenmeier > Dipl.-Ing. Michael Glockenmeier > Hauptstr. 55 c > D-86926 Greifenberg > Germany > > Tel ++49 (0) 8192/933 185 > Fax ++49 (0) 8192/933 186 > Email [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > --------------------------------------------- > > > ------------------------------------------------------------------------ > > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
