aboutsummaryrefslogtreecommitdiff
path: root/src/gr
Commit message (Expand)AuthorAge
* Use CCTK_VError in some placeseschnett2013-02-26
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
* fix a C++ namespaces bug found by Erik:jthorn2005-02-01
* disable automagic template instantiation on SGI CC compilerjthorn2004-07-01
* * add interface to Erik's SphericalSurface thornjthorn2004-05-12
* remove unneededjthorn2004-05-06
* Add proper CXXFLAGS to disable automatic template instantiation on DEC Alphastradke2003-12-12
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* we don't want a (non--no-op) default target in this makefilejthorn2003-07-31
* rename makefile to Makefile.standalonejthorn2003-07-31
* fix a typo in checking the geometry interpolator statusjthorn2003-07-28
* move mask processing stuff (about the Cactus grid)jthorn2003-07-27
* change enum geometry_methodjthorn2003-07-27
* drop support for (optionally) using CCTK_InterpLocalUniform() instead ofjthorn2003-07-27
* * add support for CCTK_InterpGridArrays() returning per-pointjthorn2003-07-24
* add max_allowable_horizon_radiusjthorn2003-07-10
* add new parameter and code to allow computing surfaces of constant expansionjthorn2003-07-04
* * change comments in all make.code.defn filesjthorn2003-06-04
* set parameter "supress_warnings" in parameter table before callingjthorn2003-06-04
* fix error-handling code for when one processor gets CCTK_INTERP_ERROR_POINT_O...jthorn2003-05-14
* if we get a CCTK_ERROR_INTERP_POINT_OUTSIDE error code (point outside grid),jthorn2003-05-13
* redo excision mask:jthorn2003-05-13
* change error handling if geometry interpolatorjthorn2003-05-07
* if we get the error code CCTK_ERROR_INTERP_POINT_OUTSIDE back fromjthorn2003-05-06
* clarify error messages now that "point outside grid"jthorn2003-03-23
* catch "ghost size too small" error code from CCTK_InterpGridArrays()jthorn2003-03-22
* clarify local vs global Cactus coordinate origin,jthorn2003-03-17
* rename this file so we don't have two files "misc.cc" (abeit injthorn2003-03-17
* add 1st draft of support for setting an excision maskjthorn2003-03-17
* print a bit more info on point-outside-grid errorsjthorn2003-03-12
* add expansion_status_string()jthorn2003-03-12
* add gfns for skeletal patch systemjthorn2003-03-12
* expansion() and expansion_Jacobian() now return an enum expansion_statusjthorn2003-03-02
* * general tidying of multiprocessor codejthorn2003-02-16
* * major changes to driver routines to find multiple horizons in paralleljthorn2003-02-15
* update interpolator error return codesjthorn2003-02-03
* * print a bit more info about setting up data structuresjthorn2003-01-30
* Changed the order of function parameters in CCTK_InterpGridArrays().tradke2003-01-22
* * add support for sparse-matrix Jacobians ==> works!jthorn2003-01-22
* start adding support for sparse matrix Jacobians (doesn't work yet)jthorn2003-01-20
* change so that only processor #0 writes data filesjthorn2003-01-17
* * change to not use STL vector class any morejthorn2003-01-16
* oops, forgot to add this file! :)jthorn2003-01-15
* add beginnings of support for using new CCTK_InterpGridArrays()jthorn2003-01-13
* update to match recent change in terminology & file namesjthorn2002-11-23
* change in terminology/notation:jthorn2002-11-21
* change "apparent-horizon surface point ouside the Cactus grid"jthorn2002-10-26
* fix a bug which made us use the -1 ("past") time level every 2nd timejthorn2002-10-22
* reword/expand/combine error messages in geometry_is_finite()jthorn2002-10-13
* * expand NaN checks in gridfns to "is finite" checksjthorn2002-10-12