| Author |
Comment/Response |
Alfonso
|
07/08/12 03:49am
In Response To 'Re: Re: Re: Numerical integration over an arbit...' --------- Hi Michael,
Thank you very much!
This Is what I was looking for!!
Commonly, mesher tools output two filles for each triangulation. The first file is a list of nodes, such as:
Node ID. X_coord. Y_coor.
1 ... ...
2 ... ...
3 ... ...
The second file is the connectivity, relating each triangular element to three node ids:
Element Id. Node 1. Node 2. Node 3.
1 2 3 1
2 2 4 3
...
So i will import into mathematica two matrices. I guess this notation will make the menagement of the indexes more easy during loops on triangles.
Thanks!!
Alfonso
URL: , |
|