Log of /trunk/doc/examples
Directory Listing
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, 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
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.