Log of /trunk/doc
Directory Listing
Revision
1324 -
Directory Listing
Modified
Sun Sep 30 23:35:17 2007 UTC
(13 years, 6 months ago)
by
ksteube
Interval mesh type has been removed from the User Guide
Adjusted getVersion method
Revision
1318 -
Directory Listing
Modified
Wed Sep 26 04:39:14 2007 UTC
(13 years, 6 months ago)
by
ksteube
A very quick edit of chapter 3 of the User Guide. More editing needed.
Revision
1316 -
Directory Listing
Modified
Tue Sep 25 03:18:30 2007 UTC
(13 years, 6 months ago)
by
ksteube
Quickly edited chapters 1 and 2 of the User Guide, but it needs more work.
Ran entire document through spell checker.
Revision
1216 -
Directory Listing
Modified
Thu Jul 12 06:20:08 2007 UTC
(13 years, 9 months ago)
by
ksteube
Build now works on systems where doxygen is not available.
Repaired target scons guide_html_index to create HTML user guide.
Revision
1215 -
Directory Listing
Modified
Thu Jul 12 01:14:55 2007 UTC
(13 years, 9 months ago)
by
ksteube
Repaired all targets for: scons docs
It runs all these targets: release_examples guide_pdf api_epydoc api_doxygen
Revision
1214 -
Directory Listing
Modified
Wed Jul 11 04:21:45 2007 UTC
(13 years, 9 months ago)
by
ksteube
Add image missing from user guide
Revision
1212 -
Directory Listing
Modified
Thu Jul 5 00:41:19 2007 UTC
(13 years, 9 months ago)
by
jongui
Made some minor changes to the guide.
Revision
1211 -
Directory Listing
Modified
Wed Jul 4 05:16:46 2007 UTC
(13 years, 9 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
(13 years, 9 months ago)
by
jongui
Made some minor changes.
Revision
1208 -
Directory Listing
Modified
Mon Jul 2 04:46:10 2007 UTC
(13 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
(13 years, 9 months ago)
by
jongui
Updated the guide further.
Revision
1205 -
Directory Listing
Modified
Fri Jun 29 04:44:04 2007 UTC
(13 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
(13 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
(13 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
(13 years, 9 months ago)
by
jongui
Added a pyvisi readme file for internal use (by Ken).
Revision
1199 -
Directory Listing
Modified
Wed Jun 20 05:01:30 2007 UTC
(13 years, 9 months ago)
by
jongui
- Updated the epydocs and guide.
Deleted redundant files and methods.
Tidied up the codes.
Revision
1197 -
Directory Listing
Modified
Mon Jun 18 02:08:34 2007 UTC
(13 years, 10 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
(13 years, 10 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
(13 years, 10 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
(13 years, 10 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
(13 years, 10 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
(13 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
(13 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
(13 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
(13 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
(13 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
(13 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
(13 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
1154 -
Directory Listing
Modified
Fri May 18 02:46:32 2007 UTC
(13 years, 11 months ago)
by
jongui
Updated the in-line documentation and guide.
Revision
1153 -
Directory Listing
Modified
Thu May 17 06:33:54 2007 UTC
(13 years, 11 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
(13 years, 11 months ago)
by
jongui
Added the new images.
Revision
1148 -
Directory Listing
Modified
Wed May 16 22:45:33 2007 UTC
(13 years, 11 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
(13 years, 11 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
(13 years, 11 months ago)
by
jongui
Removed the old version of pyvisi.
Revision
1143 -
Directory Listing
Modified
Wed May 16 04:49:55 2007 UTC
(13 years, 11 months ago)
by
jongui
some cleanup.
Revision
1133 -
Directory Listing
Modified
Tue May 8 07:19:33 2007 UTC
(13 years, 11 months ago)
by
gross
Changes needed for windows. This still does not work on and has not run on linux and the altix.
There are a few changes in names in the scons script, in particular _libs is used rather than _lib and _libs is always a list. By default on windows MSVC is used. The location of python is at C:\Program Files\python<version>, boost at C:\Program Files\boost and netcdf at C:\Program Files\netcdf.
Revision
1115 -
Directory Listing
Modified
Sun Apr 22 07:18:30 2007 UTC
(13 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
1112 -
Directory Listing
Modified
Thu Apr 19 06:31:49 2007 UTC
(14 years ago)
by
jongui
Made some updates to the guide.
Revision
1111 -
Directory Listing
Modified
Thu Apr 19 05:28:19 2007 UTC
(14 years ago)
by
jongui
Some clean up.
Revision
1110 -
Directory Listing
Modified
Thu Apr 19 05:24:28 2007 UTC
(14 years ago)
by
jongui
Some test for the logo.
Revision
1108 -
Directory Listing
Modified
Thu Apr 19 04:02:11 2007 UTC
(14 years 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
(14 years ago)
by
jongui
Some updates.
Revision
1102 -
Directory Listing
Modified
Tue Apr 17 07:16:49 2007 UTC
(14 years ago)
by
jongui
some cleanup.
Revision
1101 -
Directory Listing
Modified
Tue Apr 17 07:11:02 2007 UTC
(14 years ago)
by
jongui
Added some test for reading escript objects.
Revision
1100 -
Directory Listing
Modified
Tue Apr 17 05:36:24 2007 UTC
(14 years 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
(14 years ago)
by
jongui
Upated some examples.
Revision
1097 -
Directory Listing
Modified
Mon Apr 16 23:03:55 2007 UTC
(14 years ago)
by
jongui
Added more examples reading directly from escript objects.
Revision
1095 -
Directory Listing
Modified
Mon Apr 16 06:32:24 2007 UTC
(14 years 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
(14 years 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
(14 years ago)
by
jongui
Fixed a minor bug related to clipping vector and tensor data.
Revision
1091 -
Directory Listing
Modified
Fri Apr 13 01:26:22 2007 UTC
(14 years ago)
by
jongui
More updates to the guide.
Revision
1085 -
Directory Listing
Modified
Thu Apr 12 05:36:31 2007 UTC
(14 years ago)
by
jongui
More minor fixes to Camera.
Revision
1084 -
Directory Listing
Modified
Thu Apr 12 05:19:22 2007 UTC
(14 years ago)
by
jongui
Updated the guide and fixed a minor bug with the use of the Camera.
Revision
1082 -
Directory Listing
Modified
Wed Apr 11 22:33:52 2007 UTC
(14 years ago)
by
jongui
Made some updates to the guide.
Revision
1081 -
Directory Listing
Modified
Wed Apr 11 06:13:46 2007 UTC
(14 years ago)
by
jongui
Made some updates to the guide.
Revision
1079 -
Directory Listing
Modified
Tue Apr 10 04:27:31 2007 UTC
(14 years ago)
by
jongui
Updated more epydocs and the user guide. At this stage, a DataCollector should only be used to read either point data or cell data but not both. If both point and cell data are read using the same DataCollector, the object rendered may be incorrect.
Revision
1078 -
Directory Listing
Modified
Thu Apr 5 06:18:47 2007 UTC
(14 years ago)
by
jongui
Added and updated some epydocs.
Revision
1076 -
Directory Listing
Modified
Wed Apr 4 06:40:33 2007 UTC
(14 years ago)
by
jongui
Some updates.
Revision
1075 -
Directory Listing
Modified
Tue Apr 3 02:47:39 2007 UTC
(14 years ago)
by
jongui
Some minor cleanup.
Revision
1066 -
Directory Listing
Modified
Wed Mar 28 00:59:19 2007 UTC
(14 years ago)
by
ksteube
Second draft of pycad document...probably needs more work
Revision
1058 -
Directory Listing
Modified
Fri Mar 23 04:06:56 2007 UTC
(14 years ago)
by
jongui
Locator argument fixed.
Revision
1051 -
Directory Listing
Modified
Wed Mar 21 21:56:54 2007 UTC
(14 years ago)
by
jongui
Velocity module does not work properly with all types of files yet.
Revision
1045 -
Directory Listing
Modified
Tue Mar 20 01:30:58 2007 UTC
(14 years, 1 month ago)
by
gross
some modifications on the pycad implementation to make it easier to build
interfaces for other mesh generators. The script statement generation is now
done by the Design and not the Primitive classes.
Revision
1044 -
Directory Listing
Modified
Mon Mar 19 07:29:31 2007 UTC
(14 years, 1 month ago)
by
gross
clear name tagging is supported now.
Revision
1035 -
Directory Listing
Modified
Fri Mar 16 04:54:17 2007 UTC
(14 years, 1 month ago)
by
jongui
Performed some cleanup of old files.
Revision
1004 -
Directory Listing
Modified
Thu Mar 1 04:57:31 2007 UTC
(14 years, 1 month ago)
by
jongui
Updated the epydocs, comments and organized codes to ease readability.
Revision
1002 -
Directory Listing
Modified
Wed Feb 28 06:51:33 2007 UTC
(14 years, 1 month ago)
by
jongui
Included some try/except statements for error checking and some documentation. Also fixed a bug in DataCollector.
Revision
1001 -
Directory Listing
Modified
Wed Feb 28 01:15:27 2007 UTC
(14 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
999 -
Directory Listing
Modified
Tue Feb 27 08:12:37 2007 UTC
(14 years, 1 month ago)
by
gross
start to put some pycad documentation into the users guide
Revision
993 -
Directory Listing
Modified
Fri Feb 23 06:39:38 2007 UTC
(14 years, 1 month ago)
by
gross
problem with undefined value fixed.
Revision
983 -
Directory Listing
Modified
Tue Feb 20 02:49:08 2007 UTC
(14 years, 1 month ago)
by
gross
full Data object dump and load now available. Tests added.
Revision
971 -
Directory Listing
Modified
Wed Feb 14 04:40:49 2007 UTC
(14 years, 2 months ago)
by
ksteube
Had to undo commit to new MPI branch. The changes went into the original and
not the branch. The files committed here are exactly the same as revision 969.
Revision
969 -
Directory Listing
Modified
Tue Feb 13 23:02:23 2007 UTC
(14 years, 2 months ago)
by
ksteube
Parallelization using MPI for solution of implicit problems.
Parallelization for explicit problems has already been accomplished in
the main SVN branch.
This is incomplete and is not ready for use.
Revision
961 -
Directory Listing
Modified
Tue Feb 13 01:58:48 2007 UTC
(14 years, 2 months ago)
by
jongui
Tidied up some codes
Revision
889 -
Directory Listing
Modified
Tue Nov 7 23:42:31 2006 UTC
(14 years, 5 months ago)
by
jongui
drivers added
Revision
886 -
Directory Listing
Modified
Thu Nov 2 01:34:58 2006 UTC
(14 years, 5 months ago)
by
jongui
- Fixed a couple of minor bugs but the bug relating to the plane normal still exists.
- Updated the documentation.
Revision
882 -
Directory Listing
Modified
Fri Oct 27 08:15:33 2006 UTC
(14 years, 5 months ago)
by
jongui
Fixed some bugs in the camera module but yet to fix bugs in the plane module.
Revision
879 -
Directory Listing
Modified
Wed Oct 25 03:56:34 2006 UTC
(14 years, 5 months ago)
by
jongui
First prototype of pyvisi is almost done (testing to be done).
Added all the epydocs and latex files.
Revision
809 -
Directory Listing
Modified
Sun Aug 13 22:10:03 2006 UTC
(14 years, 8 months ago)
by
gross
update of user guide'
Revision
808 -
Directory Listing
Modified
Fri Aug 11 01:25:16 2006 UTC
(14 years, 8 months ago)
by
ksteube
Can now build escript and use doxygen on shake71
Revision
804 -
Directory Listing
Modified
Thu Aug 10 01:12:16 2006 UTC
(14 years, 8 months ago)
by
gross
the new function swap_axes + tests added. (It replaces swap).
Revision
790 -
Directory Listing
Modified
Wed Jul 26 23:12:34 2006 UTC
(14 years, 8 months ago)
by
bcumming
changes to escript/py_src/pdetools.py and /escript/src/Data.h/.cpp to
make the Locator work in MPI. escript::Data::mindp now returns a 3 tuple,
with the MPI rank of the process on which the minimum value occurs
included. escript::Data::convertToNumArrayFromDPNo also takes the ProcNo
to perform the MPI reduction.
This had to be implemented in both the MPI and non-MPI versions to allow
the necesary changes to the Python code in pdetools.py. In the non-MPI
version ProcNo is set to 0. This works for the explicit scripts tested
thus far, however if it causes problems in your scripts contact Ben or
Lutz, or revert the three files (pdetools.py, Data.h and Data.cpp) to
the previous version.
Revision
771 -
Directory Listing
Modified
Tue Jul 4 05:39:42 2006 UTC
(14 years, 9 months ago)
by
ksteube
deleted test files
Revision
770 -
Directory Listing
Modified
Tue Jul 4 05:37:36 2006 UTC
(14 years, 9 months ago)
by
ksteube
Ken's initial import
Revision
757 -
Directory Listing
Modified
Mon Jun 26 13:12:56 2006 UTC
(14 years, 9 months ago)
by
woo409
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)
Revision
737 -
Directory Listing
Modified
Wed Jun 14 04:00:41 2006 UTC
(14 years, 10 months ago)
by
ksteube
Added a caution to be sure to set OMP_NUM_THREADS,
if unset you will get too many threads.
Also fixed a few spelling mistakes.
Revision
736 -
Directory Listing
Modified
Wed Jun 14 03:49:58 2006 UTC
(14 years, 10 months ago)
by
ksteube
Fixed a couple spelling errors
Revision
734 -
Directory Listing
Modified
Tue Jun 13 03:55:25 2006 UTC
(14 years, 10 months ago)
by
ksteube
Removed test file
Revision
733 -
Directory Listing
Modified
Tue Jun 13 03:55:10 2006 UTC
(14 years, 10 months ago)
by
ksteube
Test file
Revision
723 -
Directory Listing
Modified
Wed May 3 10:29:16 2006 UTC
(14 years, 11 months ago)
by
gross
some installation notes added to users guide
Revision
722 -
Directory Listing
Modified
Mon May 1 11:49:18 2006 UTC
(14 years, 11 months ago)
by
gross
abstract added in users guide added
Revision
712 -
Directory Listing
Modified
Thu Apr 27 02:08:50 2006 UTC
(14 years, 11 months ago)
by
elspeth
Fixed build of epydoc documentation. Now builds html in relase/doc/epydoc .
Revision
708 -
Directory Listing
Modified
Mon Apr 24 03:40:49 2006 UTC
(14 years, 11 months ago)
by
gross
missing file added
Revision
707 -
Directory Listing
Modified
Wed Apr 12 23:58:02 2006 UTC
(15 years ago)
by
gross
latex build documentation is working now
Revision
704 -
Directory Listing
Modified
Thu Apr 6 02:27:37 2006 UTC
(15 years ago)
by
gross
some missing files (but they will be removed later)
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(15 years ago)
by
robwdcock
+ 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
660 -
Directory Listing
Modified
Fri Mar 24 08:43:21 2006 UTC
(15 years ago)
by
gross
that does not look to bad now although more stuff could be added.
Revision
653 -
Directory Listing
Modified
Fri Mar 24 07:34:34 2006 UTC
(15 years ago)
by
gross
linearPDE docu fixed
Revision
643 -
Directory Listing
Modified
Fri Mar 24 00:28:41 2006 UTC
(15 years ago)
by
elspeth
More copyright info added.
Revision
625 -
Directory Listing
Modified
Thu Mar 23 00:41:25 2006 UTC
(15 years ago)
by
gross
some updates and linearPDE.tex switched off
Revision
606 -
Directory Listing
Modified
Mon Mar 20 23:34:00 2006 UTC
(15 years ago)
by
gross
documentation on pyvisi added
Revision
599 -
Directory Listing
Modified
Fri Mar 17 05:48:59 2006 UTC
(15 years, 1 month ago)
by
gross
update on escript function
Revision
598 -
Directory Listing
Modified
Fri Mar 17 05:00:24 2006 UTC
(15 years, 1 month ago)
by
gross
edable versions
Revision
597 -
Directory Listing
Modified
Fri Mar 17 04:42:57 2006 UTC
(15 years, 1 month ago)
by
gross
Revision
593 -
Directory Listing
Modified
Tue Mar 14 02:50:27 2006 UTC
(15 years, 1 month ago)
by
gross
updates on escript documentation (unfinished)
Revision
592 -
Directory Listing
Modified
Mon Mar 13 04:04:26 2006 UTC
(15 years, 1 month ago)
by
lkettle
Adding some figure for online documentation (3D Wave Propagation).
Revision
586 -
Directory Listing
Modified
Fri Mar 10 01:24:27 2006 UTC
(15 years, 1 month ago)
by
lkettle
corrected error in natural b.c.
Revision
582 -
Directory Listing
Modified
Wed Mar 8 05:54:06 2006 UTC
(15 years, 1 month ago)
by
lkettle
Changed example script for wave.py to a point source wave propagation problem in 3D.
Revision
581 -
Directory Listing
Modified
Wed Mar 8 05:48:51 2006 UTC
(15 years, 1 month ago)
by
lkettle
changes to section 2.3 on 3D wave propagation in online reference guide and added some figures
Revision
579 -
Directory Listing
Modified
Tue Mar 7 01:28:23 2006 UTC
(15 years, 1 month ago)
by
gross
new section on lame equation completed
Revision
578 -
Directory Listing
Modified
Mon Mar 6 06:12:04 2006 UTC
(15 years, 1 month ago)
by
gross
new section in the tutorial
Revision
575 -
Directory Listing
Modified
Fri Mar 3 03:33:07 2006 UTC
(15 years, 1 month ago)
by
lkettle
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
573 -
Directory Listing
Modified
Thu Mar 2 00:42:53 2006 UTC
(15 years, 1 month ago)
by
lkettle
I have made a few changes to the documentation for the online reference
guide for the Poisson and diffusion examples.
Revision
572 -
Directory Listing
Modified
Wed Mar 1 04:40:10 2006 UTC
(15 years, 1 month ago)
by
gross
some fixes to get Latex compiled
Revision
569 -
Directory Listing
Modified
Tue Feb 28 05:34:37 2006 UTC
(15 years, 1 month ago)
by
gross
modified presentation of LinearPDE
Revision
568 -
Directory Listing
Modified
Tue Feb 28 03:59:06 2006 UTC
(15 years, 1 month ago)
by
gross
update
Revision
567 -
Directory Listing
Modified
Tue Feb 28 03:58:05 2006 UTC
(15 years, 1 month ago)
by
gross
updates examples
Revision
566 -
Directory Listing
Modified
Tue Feb 28 03:52:29 2006 UTC
(15 years, 1 month ago)
by
gross
rename
Revision
565 -
Directory Listing
Modified
Mon Feb 27 00:04:17 2006 UTC
(15 years, 1 month ago)
by
gross
some updates
Revision
498 -
Directory Listing
Modified
Tue Feb 7 01:53:47 2006 UTC
(15 years, 2 months ago)
by
jgs
can now specify target "build_docs" in order to build
epydoc and doxygen documentation
Revision
489 -
Directory Listing
Modified
Thu Feb 2 06:27:15 2006 UTC
(15 years, 2 months ago)
by
jgs
fix message file paths
Revision
488 -
Directory Listing
Modified
Thu Feb 2 06:19:23 2006 UTC
(15 years, 2 months ago)
by
jgs
build rundoxygen/runepydoc scripts on the fly based on platform dependant locations of these utilities
Revision
485 -
Directory Listing
Modified
Thu Feb 2 04:21:02 2006 UTC
(15 years, 2 months ago)
by
jgs
change scons files to match new esys_options based format
Revision
369 -
Directory Listing
Modified
Fri Dec 16 00:51:22 2005 UTC
(15 years, 4 months ago)
by
cochrane
Building of API documentation now works. Both epydoc- and doxygen-generated
docs are built.
Revision
354 -
Directory Listing
Modified
Wed Dec 14 04:46:17 2005 UTC
(15 years, 4 months ago)
by
cochrane
Fixed paths for new running of docs autobuild.
Revision
343 -
Directory Listing
Modified
Tue Dec 13 03:39:42 2005 UTC
(15 years, 4 months ago)
by
jgs
create build directory structure for documentation
Revision
327 -
Directory Listing
Modified
Wed Dec 7 04:32:28 2005 UTC
(15 years, 4 months ago)
by
gross
make them run again
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(15 years, 5 months ago)
by
jgs
Copied from:
trunk/esys2/doc revision 154
move all directories from trunk/esys2 into trunk and remove esys2
Revision
149 -
Directory Listing
Modified
Thu Sep 1 03:31:39 2005 UTC
(15 years, 7 months ago)
by
jgs
Original Path:
trunk/esys2/doc
Merge of development branch dev-02 back to main trunk on 2005-09-01
Revision
122 -
Directory Listing
Modified
Thu Jun 9 05:38:05 2005 UTC
(15 years, 10 months ago)
by
jgs
Original Path:
trunk/esys2/doc
Merge of development branch back to main trunk on 2005-06-09
Revision
121 -
Directory Listing
Modified
Fri May 6 04:26:16 2005 UTC
(15 years, 11 months ago)
by
jgs
Original Path:
trunk/esys2/doc
Merge of development branch back to main trunk on 2005-05-06
Revision
107 -
Directory Listing
Modified
Thu Jan 27 06:21:48 2005 UTC
(16 years, 2 months ago)
by
jgs
Original Path:
trunk/esys2/doc
commit of branch dev-01 back to main trunk on 2005-01-27