/[escript]/trunk/doc/examples
ViewVC logotype

Log of /trunk/doc/examples

View Directory Listing Directory Listing


Sticky Revision:

Revision 1569 - Directory Listing
Modified Sat May 24 04:51:38 2008 UTC (14 years, 10 months ago) by ksteube
Config for new installation at APAC with offscreen rendering


Revision 1568 - Directory Listing
Modified Sat May 24 03:15:08 2008 UTC (14 years, 10 months ago) by ksteube
Some testing on ac.apac.edu.au, more work needed
New pyvisi example offscreen.py for offscreen rendering


Revision 1388 - Directory Listing
Modified Fri Jan 11 07:45:58 2008 UTC (15 years, 2 months ago) by trankine
And get the *(&(*&(* name right

Revision 1387 - Directory Listing
Modified Fri Jan 11 07:45:26 2008 UTC (15 years, 2 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 1384 - Directory Listing
Modified Fri Jan 11 02:29:38 2008 UTC (15 years, 2 months ago) by phornby
Original Path: temp_trunk_copy/doc/examples
Make a temp copy of the trunk before checking in the windows changes



Revision 1215 - Directory Listing
Modified Thu Jul 12 01:14:55 2007 UTC (15 years, 8 months ago) by ksteube
Repaired all targets for: scons docs
It runs all these targets: release_examples guide_pdf api_epydoc api_doxygen


Revision 1212 - Directory Listing
Modified Thu Jul 5 00:41:19 2007 UTC (15 years, 8 months ago) by jongui
Made some minor changes to the guide.

Revision 1211 - Directory Listing
Modified Wed Jul 4 05:16:46 2007 UTC (15 years, 8 months ago) by jongui
- 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 1210 - Directory Listing
Modified Tue Jul 3 05:47:34 2007 UTC (15 years, 9 months ago) by jongui
Made some minor changes.

Revision 1208 - Directory Listing
Modified Mon Jul 2 04:46:10 2007 UTC (15 years, 9 months ago) by jongui
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 1206 - Directory Listing
Modified Fri Jun 29 06:09:19 2007 UTC (15 years, 9 months ago) by jongui
Updated the guide further.

Revision 1205 - Directory Listing
Modified Fri Jun 29 04:44:04 2007 UTC (15 years, 9 months ago) by jongui
- 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 1203 - Directory Listing
Modified Thu Jun 21 23:17:16 2007 UTC (15 years, 9 months ago) by jongui
Made some minor changes to the exampels.

Revision 1202 - Directory Listing
Modified Thu Jun 21 04:44:17 2007 UTC (15 years, 9 months ago) by jongui
Minor change to the movie example.

Revision 1201 - Directory Listing
Modified Thu Jun 21 04:42:56 2007 UTC (15 years, 9 months ago) by jongui
Added a pyvisi readme file for internal use (by Ken).

Revision 1197 - Directory Listing
Modified Mon Jun 18 02:08:34 2007 UTC (15 years, 9 months ago) by jongui
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 (15 years, 9 months ago) by jongui
- 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 (15 years, 9 months ago) by jongui
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 1190 - Directory Listing
Modified Fri Jun 8 05:47:25 2007 UTC (15 years, 9 months ago) by jongui
Fixed a minor bug in the scene module.

Revision 1189 - Directory Listing
Modified Thu Jun 7 05:31:25 2007 UTC (15 years, 9 months ago) by jongui
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 (15 years, 10 months ago) by gross
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 (15 years, 10 months ago) by jongui
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 (15 years, 10 months ago) by jongui
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 (15 years, 10 months ago) by jongui
Deleted remaining scenes from the test cases and updated the guide.

Revision 1163 - Directory Listing
Modified Wed May 23 23:56:39 2007 UTC (15 years, 10 months ago) by gross
import of DISPLAY environment variable into scons ENV added. This is required to run pyvisi tests under XGL

Revision 1161 - Directory Listing
Modified Wed May 23 04:17:52 2007 UTC (15 years, 10 months ago) by jongui
Made some minor updates to the test.

Revision 1158 - Directory Listing
Modified Tue May 22 04:24:01 2007 UTC (15 years, 10 months ago) by jongui
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 (15 years, 10 months ago) by jongui
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 1150 - Directory Listing
Modified Thu May 17 00:42:34 2007 UTC (15 years, 10 months ago) by jongui
Added the new images.

Revision 1148 - Directory Listing
Modified Wed May 16 22:45:33 2007 UTC (15 years, 10 months ago) by jongui
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 (15 years, 10 months ago) by ksteube
Added back in some files that were accidentally deleted.


Revision 1146 - Directory Listing
Modified Wed May 16 05:07:02 2007 UTC (15 years, 10 months ago) by jongui
Removed the old version of pyvisi.

Revision 1143 - Directory Listing
Modified Wed May 16 04:49:55 2007 UTC (15 years, 10 months ago) by jongui
some cleanup.

Revision 1115 - Directory Listing
Modified Sun Apr 22 07:18:30 2007 UTC (15 years, 11 months ago) by jongui
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 1111 - Directory Listing
Modified Thu Apr 19 05:28:19 2007 UTC (15 years, 11 months ago) by jongui
Some clean up.

Revision 1110 - Directory Listing
Modified Thu Apr 19 05:24:28 2007 UTC (15 years, 11 months ago) by jongui
Some test for the logo.

Revision 1108 - Directory Listing
Modified Thu Apr 19 04:02:11 2007 UTC (15 years, 11 months ago) by jongui
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 1103 - Directory Listing
Modified Wed Apr 18 04:31:06 2007 UTC (15 years, 11 months ago) by jongui
Some updates.

Revision 1102 - Directory Listing
Modified Tue Apr 17 07:16:49 2007 UTC (15 years, 11 months ago) by jongui
some cleanup.

Revision 1101 - Directory Listing
Modified Tue Apr 17 07:11:02 2007 UTC (15 years, 11 months ago) by jongui
Added some test for reading escript objects.

Revision 1100 - Directory Listing
Modified Tue Apr 17 05:36:24 2007 UTC (15 years, 11 months ago) by jongui
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 1099 - Directory Listing
Modified Tue Apr 17 01:45:08 2007 UTC (15 years, 11 months ago) by jongui
Upated some examples.

Revision 1097 - Directory Listing
Modified Mon Apr 16 23:03:55 2007 UTC (15 years, 11 months ago) by jongui
Added more examples reading directly from escript objects.

Revision 1095 - Directory Listing
Modified Mon Apr 16 06:32:24 2007 UTC (15 years, 11 months ago) by jongui
Added some example scripts reading directly from escript objects.

Revision 1094 - Directory Listing
Modified Mon Apr 16 06:04:25 2007 UTC (15 years, 11 months ago) by jongui
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 (15 years, 11 months ago) by jongui
Fixed a minor bug related to clipping vector and tensor data.

Revision 1085 - Directory Listing
Modified Thu Apr 12 05:36:31 2007 UTC (15 years, 11 months ago) by jongui
More minor fixes to Camera.

Revision 1084 - Directory Listing
Modified Thu Apr 12 05:19:22 2007 UTC (15 years, 11 months ago) by jongui
Updated the guide and fixed a minor bug with the use of the Camera.

Revision 1081 - Directory Listing
Modified Wed Apr 11 06:13:46 2007 UTC (15 years, 11 months ago) by jongui
Made some updates to the guide.

Revision 1076 - Directory Listing
Modified Wed Apr 4 06:40:33 2007 UTC (15 years, 11 months ago) by jongui
Some updates.

Revision 1075 - Directory Listing
Modified Tue Apr 3 02:47:39 2007 UTC (16 years ago) by jongui
Some minor cleanup.

Revision 1058 - Directory Listing
Modified Fri Mar 23 04:06:56 2007 UTC (16 years ago) by jongui
Locator argument fixed.

Revision 1004 - Directory Listing
Modified Thu Mar 1 04:57:31 2007 UTC (16 years, 1 month ago) by jongui
Updated the epydocs, comments and organized codes to ease readability.

Revision 1001 - Directory Listing
Modified Wed Feb 28 01:15:27 2007 UTC (16 years, 1 month ago) by jongui
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 808 - Directory Listing
Modified Fri Aug 11 01:25:16 2006 UTC (16 years, 7 months ago) by ksteube
Can now build escript and use doxygen on shake71



Revision 771 - Directory Listing
Modified Tue Jul 4 05:39:42 2006 UTC (16 years, 8 months ago) by ksteube
deleted test files



Revision 770 - Directory Listing
Modified Tue Jul 4 05:37:36 2006 UTC (16 years, 8 months ago) by ksteube
Ken's initial import

Revision 734 - Directory Listing
Modified Tue Jun 13 03:55:25 2006 UTC (16 years, 9 months ago) by ksteube
Removed test file



Revision 733 - Directory Listing
Modified Tue Jun 13 03:55:10 2006 UTC (16 years, 9 months ago) by ksteube
Test file



Revision 707 - Directory Listing
Modified Wed Apr 12 23:58:02 2006 UTC (16 years, 11 months ago) by gross
Copied from: trunk/doc/user/examples revision 705
latex build documentation is working now

Revision 682 - Directory Listing
Modified Mon Mar 27 02:43:09 2006 UTC (17 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 (17 years 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 579 - Directory Listing
Modified Tue Mar 7 01:28:23 2006 UTC (17 years ago) by gross
Original Path: trunk/doc/user/examples
new section on lame equation completed

Revision 578 - Directory Listing
Modified Mon Mar 6 06:12:04 2006 UTC (17 years ago) by gross
Original Path: trunk/doc/user/examples
new section in the tutorial

Revision 575 - Directory Listing
Modified Fri Mar 3 03:33:07 2006 UTC (17 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.


Revision 569 - Directory Listing
Modified Tue Feb 28 05:34:37 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/doc/user/examples
modified presentation of LinearPDE

Revision 567 - Directory Listing
Modified Tue Feb 28 03:58:05 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/doc/user/examples
updates examples

Revision 566 - Directory Listing
Modified Tue Feb 28 03:52:29 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/doc/user/examples
rename

Revision 565 - Directory Listing
Modified Mon Feb 27 00:04:17 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/doc/user/examples
some updates

Revision 327 - Directory Listing
Modified Wed Dec 7 04:32:28 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/doc/user/examples
make them run again

Revision 155 - Directory Listing
Modified Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/doc/user/examples
move all directories from trunk/esys2 into trunk and remove esys2


Revision 121 - Directory Listing
Modified Fri May 6 04:26:16 2005 UTC (17 years, 10 months ago) by jgs
Original Path: trunk/esys2/doc/user/examples
Merge of development branch back to main trunk on 2005-05-06


Revision 113 - Directory Listing
Modified Mon Feb 28 07:06:33 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/doc/user/examples
*** empty log message ***


Revision 110 - Directory Listing
Modified Mon Feb 14 04:14:42 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/doc/user/examples
*** empty log message ***


Revision 108 - Directory Listing
Modified Thu Jan 27 06:21:59 2005 UTC (18 years, 2 months ago) by jgs
Original Path: trunk/esys2/doc/user/examples
*** empty log message ***


Revision 102 - Directory Listing
Modified Wed Dec 15 07:08:39 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/doc/user/examples
*** empty log message ***


Revision 82 - Directory Listing
Added Tue Oct 26 06:53:54 2004 UTC (18 years, 5 months ago) by jgs
Original Path: trunk/esys2/doc/user/examples
Initial revision


  ViewVC Help
Powered by ViewVC 1.1.26