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

Log of /trunk/doc/user

View Directory Listing Directory Listing


Sticky Revision:

Revision 1045 - Directory Listing
Modified Tue Mar 20 01:30:58 2007 UTC (16 years 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 (16 years ago) by gross
clear name tagging is supported now.

Revision 1035 - Directory Listing
Modified Fri Mar 16 04:54:17 2007 UTC (16 years ago) by jongui
Performed some cleanup of old files.

Revision 1002 - Directory Listing
Modified Wed Feb 28 06:51:33 2007 UTC (16 years ago) by jongui
Included some try/except statements for error checking and some documentation. Also fixed a bug in DataCollector.

Revision 999 - Directory Listing
Modified Tue Feb 27 08:12:37 2007 UTC (16 years 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 (16 years, 1 month ago) by gross
problem with undefined value fixed.

Revision 983 - Directory Listing
Modified Tue Feb 20 02:49:08 2007 UTC (16 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 (16 years, 1 month 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 (16 years, 1 month 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 (16 years, 1 month ago) by jongui
Tidied up some codes

Revision 889 - Directory Listing
Modified Tue Nov 7 23:42:31 2006 UTC (16 years, 4 months ago) by jongui
drivers added

Revision 886 - Directory Listing
Modified Thu Nov 2 01:34:58 2006 UTC (16 years, 4 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 (16 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 (16 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 (16 years, 7 months ago) by gross
update of user guide'


Revision 804 - Directory Listing
Modified Thu Aug 10 01:12:16 2006 UTC (16 years, 7 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 (16 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 757 - Directory Listing
Modified Mon Jun 26 13:12:56 2006 UTC (16 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 (16 years, 9 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 (16 years, 9 months ago) by ksteube
Fixed a couple spelling errors



Revision 723 - Directory Listing
Modified Wed May 3 10:29:16 2006 UTC (16 years, 10 months ago) by gross
some installation notes added to users guide

Revision 722 - Directory Listing
Modified Mon May 1 11:49:18 2006 UTC (16 years, 10 months ago) by gross
abstract added in users guide added

Revision 712 - Directory Listing
Modified Thu Apr 27 02:08:50 2006 UTC (16 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 (16 years, 11 months ago) by gross
missing file added

Revision 707 - Directory Listing
Modified Wed Apr 12 23:58:02 2006 UTC (16 years, 11 months ago) by gross
latex build documentation is working now

Revision 682 - Directory Listing
Modified Mon Mar 27 02:43:09 2006 UTC (17 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 (17 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 (17 years ago) by gross
linearPDE docu fixed

Revision 625 - Directory Listing
Modified Thu Mar 23 00:41:25 2006 UTC (17 years ago) by gross
some updates and linearPDE.tex switched off

Revision 606 - Directory Listing
Modified Mon Mar 20 23:34:00 2006 UTC (17 years ago) by gross
documentation on pyvisi added

Revision 599 - Directory Listing
Modified Fri Mar 17 05:48:59 2006 UTC (17 years ago) by gross
update on escript function

Revision 598 - Directory Listing
Modified Fri Mar 17 05:00:24 2006 UTC (17 years ago) by gross
edable versions

Revision 597 - Directory Listing
Modified Fri Mar 17 04:42:57 2006 UTC (17 years ago) by gross


Revision 593 - Directory Listing
Modified Tue Mar 14 02:50:27 2006 UTC (17 years ago) by gross
updates on escript documentation (unfinished)

Revision 592 - Directory Listing
Modified Mon Mar 13 04:04:26 2006 UTC (17 years 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 (17 years ago) by lkettle
corrected error in natural b.c.


Revision 582 - Directory Listing
Modified Wed Mar 8 05:54:06 2006 UTC (17 years 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 (17 years 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 (17 years ago) by gross
new section on lame equation completed

Revision 578 - Directory Listing
Modified Mon Mar 6 06:12:04 2006 UTC (17 years ago) by gross
new section in the tutorial

Revision 575 - Directory Listing
Modified Fri Mar 3 03:33:07 2006 UTC (17 years 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 (17 years 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 (17 years ago) by gross
some fixes to get Latex compiled

Revision 569 - Directory Listing
Modified Tue Feb 28 05:34:37 2006 UTC (17 years ago) by gross
modified presentation of LinearPDE

Revision 568 - Directory Listing
Modified Tue Feb 28 03:59:06 2006 UTC (17 years ago) by gross
update

Revision 567 - Directory Listing
Modified Tue Feb 28 03:58:05 2006 UTC (17 years ago) by gross
updates examples

Revision 566 - Directory Listing
Modified Tue Feb 28 03:52:29 2006 UTC (17 years ago) by gross
rename

Revision 565 - Directory Listing
Modified Mon Feb 27 00:04:17 2006 UTC (17 years ago) by gross
some updates

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

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


Revision 149 - Directory Listing
Modified Thu Sep 1 03:31:39 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/doc/user
Merge of development branch dev-02 back to main trunk on 2005-09-01


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
Merge of development branch back to main trunk on 2005-05-06


Revision 117 - Directory Listing
Modified Fri Apr 1 05:48:57 2005 UTC (17 years, 11 months ago) by jgs
Original Path: trunk/esys2/doc/user
*** empty log message ***


Revision 113 - Directory Listing
Modified Mon Feb 28 07:06:33 2005 UTC (18 years ago) by jgs
Original Path: trunk/esys2/doc/user
*** 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
*** empty log message ***


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


Revision 107 - Directory Listing
Modified Thu Jan 27 06:21:48 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/doc/user
commit of branch dev-01 back to main trunk on 2005-01-27


Revision 104 - Directory Listing
Modified Fri Dec 17 07:43:12 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/doc/user
*** 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
*** empty log message ***


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


Revision 97 - Directory Listing
Modified Tue Dec 14 05:39:33 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/doc/user
*** 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
Initial revision


  ViewVC Help
Powered by ViewVC 1.1.26