Log of /tags/trunk_2074_checkpoint/doc/examples
Directory Listing
Revision
2075 -
Directory Listing
Modified
Thu Nov 20 11:19:16 2008 UTC
(12 years, 4 months ago)
by
phornby
I am about to make trivial, but extensive changes on the trunk.
This is a temporary checkpoint in case I need to revert.
Revision
2034 -
Directory Listing
Modified
Thu Nov 13 03:03:42 2008 UTC
(12 years, 5 months ago)
by
artak
Original Path:
trunk/doc/examples
variable <set> is initilized to get rid of compiler warnning errors. finley/src/Quadrature.c
Revision
1569 -
Directory Listing
Modified
Sat May 24 04:51:38 2008 UTC
(12 years, 10 months ago)
by
ksteube
Original Path:
trunk/doc/examples
Config for new installation at APAC with offscreen rendering
Revision
1568 -
Directory Listing
Modified
Sat May 24 03:15:08 2008 UTC
(12 years, 10 months ago)
by
ksteube
Original Path:
trunk/doc/examples
Some testing on ac.apac.edu.au, more work needed
New pyvisi example offscreen.py for offscreen rendering
Revision
1387 -
Directory Listing
Modified
Fri Jan 11 07:45:26 2008 UTC
(13 years, 3 months ago)
by
trankine
Original Path:
temp/doc/examples
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
1215 -
Directory Listing
Modified
Thu Jul 12 01:14:55 2007 UTC
(13 years, 9 months ago)
by
ksteube
Original Path:
trunk/doc/examples
Repaired all targets for: scons docs
It runs all these targets: release_examples guide_pdf api_epydoc api_doxygen
Revision
1211 -
Directory Listing
Modified
Wed Jul 4 05:16:46 2007 UTC
(13 years, 9 months ago)
by
jongui
Original Path:
trunk/doc/examples
- Fixed some minor bugs.
- Added a new feature called 'MapOnScalarClipWithRotation' that clips a two-dimensional data with a scalar value and subsequently rotating it to create a three-dimensional effect.
- Corresponding examples, test cases and documentation of the new module have also been added.
Revision
1208 -
Directory Listing
Modified
Mon Jul 2 04:46:10 2007 UTC
(13 years, 9 months ago)
by
jongui
Original Path:
trunk/doc/examples
Made some changes to the Carpet module. When 3D data is used, a cut will be performed using a plane before deformation occurs on the plane. However, if 2D data is used a cut will NOT be performed and deformation will instead occur immediately.
Pyvisi distinguishes 2D from 3D data by retrieving the length of the z-axis. A 2D data will have a z-axis length of zero while a 3D data will have a z-axis length of non-zero. There are exceptions to these rules where some 2D data may have a non-zero z-axis length. However, such exceptions are not taken into account at this stage.
Revision
1205 -
Directory Listing
Modified
Fri Jun 29 04:44:04 2007 UTC
(13 years, 9 months ago)
by
jongui
Original Path:
trunk/doc/examples
- Fixed a minor bug in the Velocity module.
- Added the Rectangle module which enables rectangles to be created.
- Added corresponding examples and test cases for the Rectangle.
- Updated the guide and necessary epydocs.
Revision
1197 -
Directory Listing
Modified
Mon Jun 18 02:08:34 2007 UTC
(13 years, 9 months ago)
by
jongui
Original Path:
trunk/doc/examples
Update the way movies are generated. Please refer to the examples.
The user can now either specify the image range(first and last images inclusive):
mov.imageRange(input_directory = PYVISI_EXAMPLE_IMAGES_PATH,
first_image = IMAGE_NAME + "000938.jpg",
last_image = IMAGE_NAME + "000948.jpg")
mov.makeMovie(os.path.join(PYVISI_EXAMPLE_IMAGES_PATH, "movie.mpg"))
or the user can specify a list of images:
lst = ['image1.jpg', 'image5.jpg', 'image7.jpg]
mov.imageList(input_directory = PYVISI_EXAMPLE_IMAGES_PATH, image_list = lst)
mov.makeMovie(os.path.join(PYVISI_EXAMPLE_IMAGES_PATH, "movie.mpg"))
Revision
1194 -
Directory Listing
Modified
Thu Jun 14 05:53:49 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
- Fixed a minor bug in the Camera module.
- Added some extra capability to the Movie module.
- The Camera module now has the capability to perform parallel projection by calling the 'parallelProjectionOn' method.
- The Camera at this stage is only capable of zooming towards the rendered object using 'dolly'. However, it appears that 'dolly' cannot be used to perform zooming out.
Revision
1191 -
Directory Listing
Modified
Tue Jun 12 05:54:41 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
A movie can now be generated within the python script itself by creating an instace of 'Movie'. The 'Movie' instance will in turn execute the 'ppmtompeg' command. The corresponding tests and examples have also been added.
Revision
1189 -
Directory Listing
Modified
Thu Jun 7 05:31:25 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
A Scalar Bar can now be displayed by creating an instance of a 'Legend'. The Scalar Bar can either show the scalar data range or vector data range. Corresponding examples and tests have also been added.
Revision
1171 -
Directory Listing
Modified
Fri May 25 06:55:05 2007 UTC
(13 years, 10 months ago)
by
gross
Original Path:
trunk/doc/examples
some modifications to the tests to consider the new integration schemes for tri and tet
Revision
1169 -
Directory Listing
Modified
Fri May 25 03:44:14 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
Added another example that shows the use of multiple modules in a script together.
Revision
1168 -
Directory Listing
Modified
Thu May 24 05:36:42 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
Pyvisi now has the capability to save the rendered objects as VRML (.wrl) and OpenInventor (.iv) file types. Corresponding tests have also been added.
Revision
1167 -
Directory Listing
Modified
Thu May 24 01:04:17 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
Deleted remaining scenes from the test cases and updated the guide.
Revision
1163 -
Directory Listing
Modified
Wed May 23 23:56:39 2007 UTC
(13 years, 10 months ago)
by
gross
Original Path:
trunk/doc/examples
import of DISPLAY environment variable into scons ENV added. This is required to run pyvisi tests under XGL
Revision
1158 -
Directory Listing
Modified
Tue May 22 04:24:01 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
Made some changes to fix the memory leak problem. However, the problem still persists for run_escript_with_lazy_evaluation.py, run_streamline.py and run_streamline_with_lazy_evaluation.py.
Revision
1153 -
Directory Listing
Modified
Thu May 17 06:33:54 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
Made some minor modifications and fixed minor bugs. Most tests appear to pass on the Altix although there are two tests which occasionally throw an error related to memory corruption.
Revision
1148 -
Directory Listing
Modified
Wed May 16 22:45:33 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/doc/examples
Added the updated files for pyvisi and removed some incorrect reference images.
Revision
1147 -
Directory Listing
Modified
Wed May 16 06:39:11 2007 UTC
(13 years, 10 months ago)
by
ksteube
Original Path:
trunk/doc/examples
Added back in some files that were accidentally deleted.
Revision
1115 -
Directory Listing
Modified
Sun Apr 22 07:18:30 2007 UTC
(13 years, 11 months ago)
by
jongui
Original Path:
trunk/doc/examples
The problem regarding the increasing use of memory when Map is instantiated is partially fixed. Some problems still persists when the Map instance invoke methods.
Therefore, the run_map.py auto test have been disabled for the time being.
Revision
1108 -
Directory Listing
Modified
Thu Apr 19 04:02:11 2007 UTC
(13 years, 11 months ago)
by
jongui
Original Path:
trunk/doc/examples
Added modules that allows logos (i.e. access logo) to be inserted together with the rendered object. An example on how to use the 'Logo' class has also been provided.
Revision
1100 -
Directory Listing
Modified
Tue Apr 17 05:36:24 2007 UTC
(13 years, 11 months ago)
by
jongui
Original Path:
trunk/doc/examples
Fixed the problem related to the use of point and cell data. Both point and cell data should now be able to work properly together. i.e. plotting a velocity field using 'vector point data' but coloring the arrows using 'scalar cell data'.
Revision
1097 -
Directory Listing
Modified
Mon Apr 16 23:03:55 2007 UTC
(13 years, 11 months ago)
by
jongui
Original Path:
trunk/doc/examples
Added more examples reading directly from escript objects.
Revision
1095 -
Directory Listing
Modified
Mon Apr 16 06:32:24 2007 UTC
(13 years, 11 months ago)
by
jongui
Original Path:
trunk/doc/examples
Added some example scripts reading directly from escript objects.
Revision
1094 -
Directory Listing
Modified
Mon Apr 16 06:04:25 2007 UTC
(13 years, 11 months ago)
by
jongui
Original Path:
trunk/doc/examples
Fixed the bug related to the use of the 'setData' method in the DataCollector. Reading directly from escript objects should now work.
Revision
1093 -
Directory Listing
Modified
Sun Apr 15 23:58:53 2007 UTC
(13 years, 11 months ago)
by
jongui
Original Path:
trunk/doc/examples
Fixed a minor bug related to clipping vector and tensor data.
Revision
1084 -
Directory Listing
Modified
Thu Apr 12 05:19:22 2007 UTC
(14 years ago)
by
jongui
Original Path:
trunk/doc/examples
Updated the guide and fixed a minor bug with the use of the Camera.
Revision
1004 -
Directory Listing
Modified
Thu Mar 1 04:57:31 2007 UTC
(14 years, 1 month ago)
by
jongui
Original Path:
trunk/doc/examples
Updated the epydocs, comments and organized codes to ease readability.
Revision
1001 -
Directory Listing
Modified
Wed Feb 28 01:15:27 2007 UTC
(14 years, 1 month ago)
by
jongui
Original Path:
trunk/doc/examples
Added diffusion_with_pyvisi.py, but the reading of multiple temporary files (created in the background) appears not to work properly. The first file is always displayed.
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(15 years ago)
by
robwdcock
Original Path:
trunk/doc/user/examples
+ NEW BUILD SYSTEM
This commit contains the new build system with cross-platform support.
Most things work are before though you can have more control.
ENVIRONMENT settings have changed:
+ You no longer require LD_LIBRARY_PATH or PYTHONPATH to point to the
esysroot for building and testing performed via scons
+ ACcESS altix users: It is recommended you change your modules to load
the latest intel compiler and other libraries required by boost to match
the setup in svn (you can override). The correct modules are as follows
module load intel_cc.9.0.026
export
MODULEPATH=${MODULEPATH}:/data/raid2/toolspp4/modulefiles/gcc-3.3.6
module load boost/1.33.0/python-2.4.1
module load python/2.4.1
module load numarray/1.3.3
Revision
582 -
Directory Listing
Modified
Wed Mar 8 05:54:06 2006 UTC
(15 years, 1 month ago)
by
lkettle
Original Path:
trunk/doc/user/examples
Changed example script for wave.py to a point source wave propagation problem in 3D.
Revision
575 -
Directory Listing
Modified
Fri Mar 3 03:33:07 2006 UTC
(15 years, 1 month ago)
by
lkettle
Original Path:
trunk/doc/user/examples
I have changed some of the documentation and added more explanations for
the online reference guide for esys13. I have modified two of the
example source codes to write out the results for Helmholtz problem and
changed one variable name in the diffusion.py code to avoid confusion.