Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Merged in most of Mark's work
Updated the copyright header.
- Prototype of the EscriptToTVTK function in Weipa. - Moved the readthedocs yaml files to the tools folder
Added some OMP pragmas to last commit
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)
Make everyone sad by touching all the files Copyright dates update
UPDATE THE COPYRIGHT DATES
Relicense all the things!
Copyright dates updated. \version for doxygen to read
all python files now force use of python3 prints and division syntax to stop sneaky errors appearing in py3 environs
no more tab characters in python files
Fixing institution name to comply with policy
Made the docstrings for finley and dudley wrappers echo the docstrings from the c++drivers. Removed some old commented out boost.
Updating all the dates
Untested code for adding dirac points to finley domains. Still to do: load(), unit tests
This commit is brought to you by the number 4934 and the tool "meld". Merge of partially complete split world code from branch.
I changed some files. Updated copyright notices, added GeoComp.
Round 1 of copyright fixes
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
First pass of updating copyright notices
Copyright changes
Only switch on useElementsOnFace by default where we actually support it
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
Merged changes across from the attempt2 branch. This version builds and passes python2 tests. It also passes most python3 tests.
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.
ViewVC Help | |
Powered by ViewVC 1.1.26 |