aboutsummaryrefslogtreecommitdiff
path: root/src/gr
Commit message (Expand)AuthorAge
* 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
* add checks for NaNs when evaluating H(h) functionjthorn2002-10-11
* remove unneeded ; injthorn2002-10-07
* This change fixes problems with some compilers recognizing only <vector>,jthorn2002-10-07
* READMEjthorn2002-10-07
* Added Files:jthorn2002-10-07
* tweak error-msg wordingsjthorn2002-10-06
* add support (not tested yet :)jthorn2002-10-03
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
* when we have a default argument to a C++ function, only give thejthorn2002-09-20
* remove some unused variables caught by gccjthorn2002-09-20