Commit Graph

118 Commits

Author SHA1 Message Date
Stephen McQuay 928a4ccdab made the 'connectivity' tests work (whatever they were) 2011-03-24 15:48:36 -06:00
Stephen McQuay 51277348b8 minor: used appropriate base class 2011-03-24 00:27:30 -06:00
Stephen McQuay c80b253141 minor: improved the exception message 2011-03-24 00:27:06 -06:00
Stephen McQuay 124d9bb12d removed unecessary import 2011-03-24 00:26:44 -06:00
Stephen McQuay 8557394a51 renamed the exact funcs 2011-03-24 00:26:27 -06:00
Stephen McQuay 052af650e9 merge 2011-03-23 17:35:06 -06:00
Stephen McQuay bf6e1002a9 got rid of magic number 2011-03-23 17:34:42 -06:00
Stephen Mardson McQuay fda2246c14 handled case where there is no config file 2011-03-23 11:51:54 -06:00
Stephen McQuay 50cc783b97 fixed import of delaunay grid 2011-03-23 11:47:42 -06:00
Stephen McQuay ba5280c17b added python path for blender runs 2011-03-23 11:47:30 -06:00
Stephen McQuay 2941a255c7 minor: documentation formatting 2011-03-23 11:23:32 -06:00
Stephen McQuay c9e6759e97 removed redundant grid class definition 2011-03-23 11:16:50 -06:00
Stephen McQuay f078c31c50 import change 2011-03-23 11:15:05 -06:00
Stephen McQuay 3b4db56b94 changed grid name to dgrid 2011-03-23 11:14:50 -06:00
Stephen McQuay aaaf5c7fbb fixed 2D gmsh blender dump 2011-03-23 11:14:09 -06:00
Stephen McQuay 4f50e91f8e got rid of silly print statement 2011-03-22 16:07:18 -06:00
Stephen McQuay 1b91fbcfca minor: logging changes 2011-03-22 16:06:08 -06:00
Stephen McQuay 465bc0d819 added a config file 2011-03-22 15:06:51 -06:00
Stephen McQuay f600f8a2f2 added a simpler exact func 2011-03-22 14:20:48 -06:00
Stephen McQuay a3893d520d got rid of a bunch of code that was causing extraneous searching in delaunay plugin 2011-03-22 14:20:25 -06:00
Stephen McQuay 3c336ce869 removed pointless log lines, and reenabled a throw exception is attempts to find containing simplex goes past 200 2011-03-22 14:13:52 -06:00
Stephen McQuay 41261c96ce changed default log to INFO 2011-03-22 14:13:10 -06:00
Stephen McQuay 05d1b962fc modified the logging to comply with what is on the docs.python.org page on the logging library and how it should be used 2011-03-22 11:10:19 -06:00
Stephen McQuay 2c07c3ba45 fixed import 2011-03-22 07:15:34 -06:00
Stephen McQuay 28672b5ebe moved some stuff from the smcqdelaunay module into the interp.grid.delaunay module 2011-03-21 17:28:41 -06:00
Stephen McQuay d01dcf4efc started to fix the disparity of 2/3d bash qhull stuff 2011-03-21 17:27:12 -06:00
Stephen McQuay 2796eaeed8 moved some functionality from interp.grid.simplex to interp.grid 2011-03-21 17:26:17 -06:00
Stephen McQuay 86145803d4 minor tweaks to logging. Still need to do it right 2011-03-21 17:25:43 -06:00
Stephen McQuay 54bf66f0fd replace logging of qdelaunay string with a write to /tmp/qdel.out 2011-03-21 17:25:11 -06:00
Stephen McQuay 70eec7e4e0 minor: fixed import 2011-03-21 17:24:31 -06:00
Stephen McQuay 12e7b16102 moved the delaunay grid into it's own module 2011-03-21 16:55:45 -06:00
Stephen McQuay 305b1c82cf removed more traces of the delaunay stuff from the DD file. 2011-03-21 16:55:09 -06:00
Stephen Mardson McQuay e856851f1e moved the qhull generator into the base grid class 2011-03-21 15:24:25 -06:00
Stephen McQuay 6e4d8c9505 joining code 2011-03-02 23:44:08 -07:00
Stephen McQuay 030329a9e7 used xrange instead of tuple for order rules 2011-02-20 21:35:27 -07:00
Stephen Mardson McQuay da95afb14d changed the 2D gmsh to work with new baker method 2011-02-20 19:23:01 -07:00
Stephen McQuay bb174094ab added some logging to hunt down why q wasn't being populated 2011-02-15 15:22:28 -07:00
Stephen McQuay d0e8d11156 don't autopopulate the q's for gmsh grid objects 2011-02-15 15:22:07 -07:00
Stephen McQuay 43ea8f6c10 need to revamp the logging, but at least have a place to change the loglevel 2011-02-15 15:21:46 -07:00
Stephen McQuay a96df3b31c removed the 3d-specific run_baker method 2011-02-15 11:48:33 -07:00
Stephen McQuay ec73a6a04e minor: mostly documentation and logging 2011-02-11 00:30:10 -08:00
Stephen McQuay c0003b58f7 minor: formatting 2011-02-03 09:30:12 -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
Stephen McQuay c323511b05 added functionality for supporting the GL front-end 2011-01-26 23:01:18 -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 McQuay fb103a2dd6 changed default log roll size 2010-11-01 20:24:25 -06:00
Stephen McQuay 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
Stephen McQuay 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
Stephen McQuay 6f63173489 changed the location of the declaration of global vars 2010-11-01 20:21:47 -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 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
Stephen McQuay fe1564881a more refactoring 2010-10-23 17:06:57 -06:00
Stephen McQuay 02b311f72d removed the smberror, and corrected a typo in the exact function 2010-10-23 17:05:33 -06:00
Stephen McQuay 47a840c4b4 updated the interp.grid object to be a better base class 2010-10-23 17:01:10 -06:00
Stephen McQuay 2eaec8268c created a distince gmsh 2D plugin 2010-10-23 16:57:44 -06:00
Stephen McQuay eadfa46e57 middle of refactor 2010-10-23 13:49:15 -06:00
Stephen McQuay 431f3a4e44 forgot the __init__.py file 2010-10-22 16:21:41 -06:00
Stephen McQuay 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