aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch_system_info.hh
Commit message (Collapse)AuthorAge
* change to using the "enum hack" for patch numbersjthorn2002-11-15
| | | | | | | so these are now available as array sizes etc git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@892 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add new patch system types to handle mirrored octant/quadrant cases,jthorn2002-10-28
| | | | | | | also rename some existing ones to make them consistent git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@867 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove unneeded ; injthorn2002-10-07
| | | | | | | | | | | | namespace jtutil { ... }; (icc warns about this) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@810 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change from $Id:$ to $Header:$jthorn2002-09-13
| | | | | | | | fix a bug in local_coords::partial_xyz_wrt_mu_nu() redo Jacobian computation for surface integrals git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@730 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * finish Jacobian support in src/utiljthorn2002-07-04
| | | | | | | | | * test driver for this in src/util/test_patch_system.cc --> IT WORKS!!!!! * also fix comments on #include prerequisites to say ../jtutil/ not jt/ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@605 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix a bunch more compiler-found bugs (mostly syntax errors)jthorn2002-04-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@460 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename s/octant/plus_xyz_octant/jthorn2002-04-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@422 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add explicit is_plus and ctype info, also explicit N_patchesjthorn2002-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@395 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change to static arrays of struct patch_info objectsjthorn2002-03-28
| | | | | | | which can be read by generic constructor code git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@390 f88db872-0e4f-0410-b76b-b9085cfa78c5
* new file to hold static info describing a patch systemjthorn2002-03-28
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@388 f88db872-0e4f-0410-b76b-b9085cfa78c5