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
|
81f1c6557a
|
added interactive prompt bootstraping code
|
2010-11-01 15:51:16 -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 |
|
|
fe1564881a
|
more refactoring
|
2010-10-23 17:06:57 -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 |
|
|
eadfa46e57
|
middle of refactor
|
2010-10-23 13:49:15 -06:00 |
|
|
431f3a4e44
|
forgot the __init__.py file
|
2010-10-22 16:21:41 -06:00 |
|
|
2db4169bfa
|
major refactoring
--HG--
rename : lib/baker/__init__.py => interp/baker/__init__.py
rename : lib/grid/DD.py => interp/grid/DD.py
rename : lib/grid/DDD.py => interp/grid/DDD.py
rename : lib/grid/__init__.py => interp/grid/__init__.py
rename : lib/grid/qhull.py => interp/grid/qhull.py
rename : lib/grid/simplex.py => interp/grid/simplex.py
rename : lib/grid/smcqdelaunay.py => interp/grid/smcqdelaunay.py
rename : lib/baker/tools.py => interp/tools.py
|
2010-10-22 16:10:58 -06:00 |
|