Hi!
I need to generate positions and connections for a 2d grid which
is in polar coordinates and has r logarithmically spaced [I'm
writing an input module for custom MHD generated data]. For now
I explicitly enumerate all positions in the grid (as documentation
does not mention other than cartesian coordinates at all) and
create connections using
DXMakeGridConnectionsV(2, &{ nx, ny });
which does work, but lacks the connections from phi=0 to phi=360.
I discovered DXNewMeshArrayV now and would ask if it would work to
combine two paths, one circular and one straight to form the
connections or how to add the missing connections by hand (I assume
DXMakeGridConnectionsV does use quads?), i.e. how exactly is the
connections array laid out? (or where in the documentation I can
find about internal representation of the connections/points arrays)
Thank you very much, Richard.
--
Richard Guenther <[EMAIL PROTECTED]>
WWW: http://www.anatom.uni-tuebingen.de/~richi/
The GLAME Project: http://www.glame.de/