Stephen Mardson McQuay
|
ea8821fbff
|
commented out the connectivity construction
|
2011-02-15 09:03:33 -07:00 |
|
|
ec73a6a04e
|
minor: mostly documentation and logging
|
2011-02-11 00:30:10 -08:00 |
|
Stephen Mardson McQuay
|
8fcb91ebd2
|
merge
|
2011-02-07 09:40:01 -07:00 |
|
Stephen Mardson McQuay
|
7a1ef49934
|
minor
|
2011-02-07 09:39:48 -07:00 |
|
|
c34f9c911a
|
testing other equations
|
2011-02-03 09:45:11 -07:00 |
|
|
6bfaa20d40
|
renamed test files
--HG--
rename : test/cubic.test.py => test/2dcubic.py
rename : test/quad.test.py => test/2dquadratic.py
rename : test/baker.test.py => test/baker2d.py
rename : test/baker.order.test.py => test/baker2dorder.py
rename : test/baker3D.test.py => test/baker3d.py
rename : test/qhull.test.py => test/qhull.py
|
2011-02-03 09:38:44 -07:00 |
|
|
26196cd14b
|
migrated test
|
2011-02-03 09:36:24 -07:00 |
|
|
9a439ef7c3
|
this test tends to succeed more often :)
|
2011-02-03 09:30:58 -07:00 |
|
|
33106985e1
|
working test, moving into a real test
|
2011-02-03 09:30:32 -07:00 |
|
|
c0003b58f7
|
minor: formatting
|
2011-02-03 09:30:12 -07:00 |
|
Stephen Mardson McQuay
|
6751a22adb
|
stubbed out a test for ordering
|
2011-02-02 18:40:23 -07:00 |
|
Stephen Mardson McQuay
|
2329479a64
|
minor
|
2011-02-02 11:52:53 -07:00 |
|
Stephen Mardson McQuay
|
046e24b67d
|
made the get_phis and qlinear functions work independant of dimension
|
2011-02-02 10:56:20 -07:00 |
|
|
f1cd3061d7
|
made the tests more meaningful (they don't false negative)
|
2011-01-29 14:59:32 -07:00 |
|
|
debfd4515a
|
nothing
|
2011-01-28 12:21:26 -07:00 |
|
|
c323511b05
|
added functionality for supporting the GL front-end
|
2011-01-26 23:01:18 -07:00 |
|
|
ba848f6924
|
if order doesn't matter, the test for baker stuff is back online
|
2011-01-26 22:52:39 -07:00 |
|
Stephen Mardson McQuay
|
53d555914e
|
used verts instead of points
|
2010-11-08 16:26:20 -07:00 |
|
Stephen Mardson McQuay
|
c6a9f38046
|
minor: removed useless improts, and changed used appropriate class variable
|
2010-11-08 16:25:59 -07:00 |
|
Stephen Mardson McQuay
|
2471f650bc
|
updated some imports
|
2010-11-08 16:25:09 -07:00 |
|
Stephen Mardson McQuay
|
93fec67cc7
|
refactored the term 'face' to 'cell' to match what I've found in literature
|
2010-11-08 15:07:48 -07:00 |
|
Stephen Mardson McQuay
|
075dd586a3
|
got annoyed by the egg folder, so have changed the name of the project
|
2010-11-08 15:04:41 -07:00 |
|
|
4954633cb1
|
need to investigate what I was smoking in interp.baker.get_error before I can revive my baker 2D tests
|
2010-11-01 20:44:18 -06:00 |
|
|
fb103a2dd6
|
changed default log roll size
|
2010-11-01 20:24:25 -06:00 |
|
|
e8d709ee66
|
fixed bug where faces_for_vert came back changed for subsequent calls to get_containing_simplex (was adding/removing from list alias, now I copy the list).
|
2010-11-01 20:24:12 -06:00 |
|
|
99b7dd6997
|
changed name of get_error func, and allowed for up to 6-th order interp. also, returning the phi multiplier for test case consumption
|
2010-11-01 20:22:58 -06:00 |
|
|
6f63173489
|
changed the location of the declaration of global vars
|
2010-11-01 20:21:47 -06:00 |
|
|
0f2581f04d
|
added very simple 3D gmsh for testing
|
2010-11-01 20:20:53 -06:00 |
|
|
8dff2747fd
|
still proving out the 3D gmsh class, added correct funcs (3D) to the driver
|
2010-11-01 20:20:05 -06:00 |
|
|
8c0eb66e0b
|
added a bunch of random point checks
|
2010-11-01 20:19:09 -06:00 |
|
Stephen Mardson McQuay
|
8e83439a6d
|
the exact funcs now log what they're doing when they're called
|
2010-11-01 15:54:12 -06:00 |
|
Stephen Mardson McQuay
|
a5cae0eebe
|
starting to implement 3D test case by brute force, very ugly
|
2010-11-01 15:53:37 -06:00 |
|
Stephen Mardson McQuay
|
d6421524f3
|
realized I didn't need the exact_func in the grid object
|
2010-11-01 15:53:06 -06:00 |
|
Stephen Mardson McQuay
|
456ecf759f
|
added one more 2D gmsh test case
|
2010-11-01 15:52:45 -06:00 |
|
Stephen Mardson McQuay
|
37f056e49b
|
added 3D gmsh case
|
2010-11-01 15:52:03 -06:00 |
|
Stephen Mardson McQuay
|
17b22c173d
|
added a 3d gmsh test script
|
2010-11-01 15:51:40 -06:00 |
|
Stephen Mardson McQuay
|
81f1c6557a
|
added interactive prompt bootstraping code
|
2010-11-01 15:51:16 -06:00 |
|
Stephen Mardson McQuay
|
3aefd7b75c
|
made one test approximate
|
2010-11-01 15:50:54 -06:00 |
|
Stephen Mardson McQuay
|
656394e747
|
updated for directory structure changes
|
2010-10-29 21:34:15 -06:00 |
|
Stephen Mardson McQuay
|
22a8855a99
|
removed the old baker error routines
|
2010-10-29 21:05:21 -06:00 |
|
Stephen Mardson McQuay
|
bcf1622f35
|
added a generic get simplex and points function to the grid
|
2010-10-29 12:43:18 -06:00 |
|
Stephen Mardson McQuay
|
57685a1c04
|
smblog -> log ... again
|
2010-10-29 12:42:05 -06:00 |
|
Stephen Mardson McQuay
|
e9fb1eab03
|
the gmsh grid object now instantiates its own KDTree
|
2010-10-29 12:41:39 -06:00 |
|
Stephen Mardson McQuay
|
967170d765
|
changed points to verts in baker
|
2010-10-29 12:40:32 -06:00 |
|
Stephen Mardson McQuay
|
699d0c1796
|
started testing the parametric varying of the solution scheme
|
2010-10-29 12:39:45 -06:00 |
|
|
fe1564881a
|
more refactoring
|
2010-10-23 17:06:57 -06:00 |
|
|
7d32f4391f
|
updated imports, and changed smberror to Exception
|
2010-10-23 17:06:11 -06:00 |
|
|
02b311f72d
|
removed the smberror, and corrected a typo in the exact function
|
2010-10-23 17:05:33 -06:00 |
|
|
47a840c4b4
|
updated the interp.grid object to be a better base class
|
2010-10-23 17:01:10 -06:00 |
|
|
2eaec8268c
|
created a distince gmsh 2D plugin
|
2010-10-23 16:57:44 -06:00 |
|