Log of /trunk/doc/examples
Directory Listing
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
(15 years, 11 months 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 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 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
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
575 -
Directory Listing
Modified
Fri Mar 3 03:33:07 2006 UTC
(17 years 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.