[opendx-users] problem with colors

2001-06-20 Thread Ted Sariyski
Hi, I have a problem with the colors, as if the colors depend on the position of the light source. A truly symmetrical solution doesn't seem symmetrical. If I rotate the image I can find a point of view from where it looks symmetrical because the colors change while rotating. Is there a way to

Re: [opendx-users] How to recombine several subgrids into a single grid?

2001-06-14 Thread Ted Sariyski
Hi, I am writing a script that should read the output from different processors, perform CollectMultiGrid and produce some images. The problem I have is that the number of the processors may change from run to run. I am looking for a construction that will combine the subgrids and return a single

[opendx-users] How to recombine several subgrids into a single grid?

2001-06-11 Thread Ted Sariyski
Hi, I use OpenDX to visualize the output from CRAFT CFD code running on a linux cluster. To be able to see how the solution converge/evolve I wrote a filter that reads the intermediate output from each process that works on a subdomain of the total grid and Collect them in a single set of

[opendx-users] How to avoid doubling of the connections

2001-05-21 Thread Ted Sariyski
Hi, I restored the full axi-symmetrical grid from a given irreducible segment. After restoring all the points I added one more surface S_{N+1} having the same grid point coordinates as the first surface S_1. Then I increased the number of points in the cyclic direction with one: object

Re: [opendx-users] How to look at the grid

2001-04-05 Thread Ted Sariyski
Where can I find an example how to use constantarray object? Thanks for your comments. Ted Chris Pelkie wrote: Pretty busy right now so I just scanned this. First, use data file filename format (not data follows) so you can push all the data over into one or more external files. Keeps the

Re: [opendx-users] How to look at the grid

2001-04-04 Thread Ted Sariyski
Presentations, Inc. 30 West Meadow Drive Ithaca, NY 14850 [EMAIL PROTECTED] -- Ted Sariyski Combustion Research and Flow Technology, Inc. 174 North Main Street Building 3, P.O.Box 1150 Dublin, PA 18917 Tel: (215) 249-9780 Fax: (215) 249-9796 [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [opendx-users] How to look at the grid

2001-04-02 Thread Ted Sariyski
] Computer Science Department http://www.cs.umt.edu/u/dthompsn Missoula, MT 59812 Work Phone : (406)257-8530 -- Ted Sariyski Combustion Research and Flow Technology, Inc. 174 North Main Street Building 3, P.O.Box 1150 Dublin

Re: [opendx-users] How to look at the grid

2001-04-02 Thread Ted Sariyski
the indices of the boundary, you're almost done. Chris Pelkie Vice President/Scientific Visualization Producer Conceptual Reality Presentations, Inc. 30 West Meadow Drive Ithaca, NY 14850 [EMAIL PROTECTED] -- Ted Sariyski Combustion Research and Flow Technology, Inc. 174 North Main Street

Re: [opendx-users] header for Fortran unformatted output

2001-02-12 Thread Ted Sariyski
Does it mean that each run will output instead of one two ~300 MB files? It would be so convenient to write just a header instead of duplicate the output for Data Explorer. Thanks anyway. Ted Richard Guenther wrote: On Sat, 10 Feb 2001, Ted Sariyski wrote: Hi, I am trying to write

RE: [opendx-users] graphics problem

2001-01-30 Thread Ted Sariyski
Hi, I experience very similar problem with ELSA GLORIA II on an Intel machine running RedHat7. Ted -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Niklas Wikstrom Sent: Tuesday, January 30, 2001 4:08 AM To: opendx2-users@lists.berlios.de Subject:

[opendx-users] how to pass arguments to a dx script

2001-01-25 Thread Ted Sariyski
Hi, Excuse my ignorance but what is ! feature? I checked the books but didn't find anything. I need to pass arguments to a dx script like: dx -script myscript.dx arg1 arg2 I tried in myscript.dx Echo($1,$2) and Echo(!1,!2) but got errors. How can I pass arguments to a dx script? Thanks. Ted

Re: [opendx-users] how to pass arguments to a dx script

2001-01-25 Thread Ted Sariyski
of data being accessed is large. Ted Sariyski [EMAIL PROTECTED]@opendx.watson.ibm.com on 01/25/2001 04:28:15 PM Please respond to opendx2-users@lists.berlios.de Sent by: [EMAIL PROTECTED] To: Peter D. Kirchner [EMAIL PROTECTED], opendx2-users@lists.berlios.de cc: Subject

Re: [opendx-users] how to keep the same region in a dynamicallygeneratedgrid

2001-01-24 Thread Ted Sariyski
other issues for playback). Ted Sariyski [EMAIL PROTECTED]@opendx.watson.ibm.com on 01/23/2001 05:46:48 PM Please respond to opendx2-users@lists.berlios.de Sent by: [EMAIL PROTECTED] To: opendx2-users@lists.berlios.de cc: Subject: Re: [opendx-users] how to keep the same region

Re: [opendx-users] how to build nested images

2001-01-23 Thread Ted Sariyski
it, but it may have involved sending an image to Image so was woefully slow.) Cheers, Chris Pelkie Vice President/Scientific Visualization Producer Conceptual Reality Presentations, Inc. 30 West Meadow Drive Ithaca, NY 14850 [EMAIL PROTECTED] -- Ted Sariyski Combustion Research and Flow

Re: [opendx-users] how to keep the same region in a dynamically generatedgrid

2001-01-23 Thread Ted Sariyski
to create connections from scattered points. There was some discussion earlier this month about some proposed enhancements to this functionality, which will probably be of interest. Ted Sariyski [EMAIL PROTECTED]@opendx.watson.ibm.com on 01/14/2001 11:01:38 PM Please respond to opendx2-users

Re: [opendx-users] link time errors

2001-01-03 Thread Ted Sariyski
/index.html lists the prerequisites for building dx. http://www.research.ibm.com/dx/cvs.html says how to get the source from cvs. hope this helps. Pete Ted Sariyski wrote: Hi, I am pretty new with OpenDX. I install and run OpenDX on an Intel/Linux cluster running RedHat6.2. I

RE: [opendx-users] link time errors

2001-01-03 Thread Ted Sariyski
is straightforward enough 2) runtime-loaded, allowing people to run your module without relinking their dxexecs, or 3) as outboard modules-- executables that communicate with dxexec through sockets. I would have to say that runtime loaded modules are the preferred mechanism. Pete Ted Sariyski wrote: Hi