/[escript]/trunk/finley/py_src/factorywrappers.py
ViewVC logotype

Log of /trunk/finley/py_src/factorywrappers.py

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 7027 - (view) (annotate) - [select for diffs]
Modified Fri Aug 7 05:26:26 2020 UTC (2 years, 7 months ago) by uqaeller
File length: 4172 byte(s)
Diff to previous 6939
Merged in most of Mark's work

Revision 6939 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 03:37:18 2020 UTC (3 years, 1 month ago) by uqaeller
File length: 4171 byte(s)
Diff to previous 6878
Updated the copyright header.



Revision 6878 - (view) (annotate) - [select for diffs]
Modified Thu Aug 15 06:03:17 2019 UTC (3 years, 7 months ago) by aellery
File length: 4101 byte(s)
Diff to previous 6877
- Prototype of the EscriptToTVTK function in Weipa. 
- Moved the readthedocs yaml files to the tools folder



Revision 6877 - (view) (annotate) - [select for diffs]
Modified Fri Aug 9 06:10:21 2019 UTC (3 years, 7 months ago) by aellery
File length: 4786 byte(s)
Diff to previous 6876
Added some OMP pragmas to last commit

Revision 6876 - (view) (annotate) - [select for diffs]
Modified Fri Aug 9 06:00:29 2019 UTC (3 years, 7 months ago) by aellery
File length: 5314 byte(s)
Diff to previous 6651
Dudley and Finley now have a function, getTVTK, which returns two numpy arrays that contain the point information and connectivity information required by tVTK.

Example use:

domain=Rectangle(n0=10,n1=10)
points,connectivity = getTVTK(domain)



Revision 6651 - (view) (annotate) - [select for diffs]
Modified Wed Feb 7 02:12:08 2018 UTC (5 years, 1 month ago) by jfenwick
File length: 4102 byte(s)
Diff to previous 6523
Make everyone sad by touching all the files

Copyright dates update


Revision 6523 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 06:50:34 2017 UTC (6 years ago) by jfenwick
File length: 4102 byte(s)
Diff to previous 6112
UPDATE THE COPYRIGHT DATES


Revision 6112 - (view) (annotate) - [select for diffs]
Modified Thu Mar 31 09:40:10 2016 UTC (6 years, 11 months ago) by jfenwick
File length: 4102 byte(s)
Diff to previous 5863
Relicense all the things!



Revision 5863 - (view) (annotate) - [select for diffs]
Modified Wed Jan 13 02:25:48 2016 UTC (7 years, 2 months ago) by jfenwick
File length: 4122 byte(s)
Diff to previous 5706
Copyright dates updated.
\version for doxygen to read


Revision 5706 - (view) (annotate) - [select for diffs]
Modified Mon Jun 29 03:41:36 2015 UTC (7 years, 8 months ago) by sshaw
File length: 4122 byte(s)
Diff to previous 5705
all python files now force use of python3 prints and division syntax to stop sneaky errors appearing in py3 environs

Revision 5705 - (view) (annotate) - [select for diffs]
Modified Mon Jun 29 01:07:07 2015 UTC (7 years, 8 months ago) by sshaw
File length: 4073 byte(s)
Diff to previous 5593
no more tab characters in python files

Revision 5593 - (view) (annotate) - [select for diffs]
Modified Fri Apr 24 01:36:26 2015 UTC (7 years, 10 months ago) by jfenwick
File length: 4055 byte(s)
Diff to previous 5539
Fixing institution name to comply with policy

Revision 5539 - (view) (annotate) - [select for diffs]
Modified Tue Mar 17 05:56:07 2015 UTC (8 years ago) by jfenwick
File length: 4047 byte(s)
Diff to previous 5448
Made the docstrings for finley and dudley wrappers echo the docstrings from the c++drivers. Removed some old commented out boost.

Revision 5448 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 05:31:37 2015 UTC (8 years, 1 month ago) by jfenwick
File length: 3877 byte(s)
Diff to previous 4945
Updating all the dates

Revision 4945 - (view) (annotate) - [select for diffs]
Modified Thu May 15 09:07:06 2014 UTC (8 years, 10 months ago) by jfenwick
File length: 3877 byte(s)
Diff to previous 4934
Untested code for adding dirac points to finley domains. Still to do: load(), unit tests

Revision 4934 - (view) (annotate) - [select for diffs]
Modified Tue May 13 00:28:11 2014 UTC (8 years, 10 months ago) by jfenwick
File length: 2792 byte(s)
Diff to previous 4657
This commit is brought to you by the number 4934 and the tool "meld".
Merge of partially complete split world code from branch.




Revision 4657 - (view) (annotate) - [select for diffs]
Modified Thu Feb 6 06:12:20 2014 UTC (9 years, 1 month ago) by jfenwick
File length: 2572 byte(s)
Diff to previous 4154
I changed some files.
Updated copyright notices, added GeoComp.




Revision 4154 - (view) (annotate) - [select for diffs]
Modified Tue Jan 22 09:30:23 2013 UTC (10 years, 1 month ago) by jfenwick
File length: 2504 byte(s)
Diff to previous 4018
Round 1 of copyright fixes

Revision 4018 - (view) (annotate) - [select for diffs]
Modified Thu Oct 11 04:43:39 2012 UTC (10 years, 5 months ago) by jfenwick
File length: 2504 byte(s)
Diff to previous 3981
Used "new" raise syntax in a few places
Fixed some tabbing
Fixed some funnies involving changes to xrange/range
added a quick and nasty __hash__ function to Symbol
   def __hash__(self):
        return id(self)
This does mean that __hash__ and == do not match exactly.   Not sure if that matters for our purposes

Revision 3981 - (view) (annotate) - [select for diffs]
Modified Fri Sep 21 02:47:54 2012 UTC (10 years, 5 months ago) by jfenwick
File length: 2462 byte(s)
Diff to previous 3911
First pass of updating copyright notices

Revision 3911 - (view) (annotate) - [select for diffs]
Modified Thu Jun 14 01:01:03 2012 UTC (10 years, 9 months ago) by jfenwick
File length: 2400 byte(s)
Diff to previous 3907
Copyright changes

Revision 3907 - (view) (annotate) - [select for diffs]
Modified Fri Jun 8 01:20:09 2012 UTC (10 years, 9 months ago) by jfenwick
File length: 2390 byte(s)
Diff to previous 3901
Only switch on useElementsOnFace  by default where we actually support it


Revision 3901 - (view) (annotate) - [select for diffs]
Modified Wed May 23 08:09:45 2012 UTC (10 years, 9 months ago) by jfenwick
File length: 1959 byte(s)
Diff to previous 3892
Rectangle and Brick use rich face element by default. 
This is to address issue #653

Updated unit tests to explicitly not use them where they didn't
specify previoulsy



Revision 3892 - (view) (annotate) - [select for diffs]
Modified Tue Apr 10 08:57:23 2012 UTC (10 years, 11 months ago) by jfenwick
File length: 1959 byte(s)
Diff to previous 3558
Merged changes across from the attempt2 branch.
This version builds and passes python2 tests.
It also passes most python3 tests.




Revision 3558 - (view) (annotate) - [select for diffs]
Added Fri Aug 26 06:09:02 2011 UTC (11 years, 6 months ago) by jfenwick
File length: 1929 byte(s)
Merged changes from dirac.
Now the only way to add diracPoints is to use the constructor


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26