aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh
Commit message (Collapse)AuthorAge
* CarpetAdaptiveRegrid: Remove CVS Header commentsErik Schnetter2008-02-19
| | | | darcs-hash:20080219054137-dae7b-ec4dfb86db898f2a24fca389423357ce8e19453d.gz
* CarpetAdaptiveRegrid: Add refinement descriptor to regridding APIErik Schnetter2007-01-12
| | | | | | | | Adapt to recent change in Carpet's regridding API: In addition to the bounding boxes, outer boundary descriptors, and processor numbers, also a refinement boundary descriptor needs to be filled in. darcs-hash:20070112192953-dae7b-24a0a3252ef78755e2e2714f54482f116be86f98.gz
* CarpetAdaptiveRegrid: Make the code work when CCTK_INT is not intErik Schnetter2006-10-03
| | | | | | | Make the code work when CCTK_INT is not int. This mostly means using int instead of CCTK_INT in many places. darcs-hash:20061003234535-dae7b-7b3307989eccc3155cd7a1c24d8cf2940939de39.gz
* CarpetAdaptiveRegrid: Correct signature of scheduled functionErik Schnetter2006-06-08
| | | | darcs-hash:20060608011407-dae7b-84446a831ddc1029e28289c2e0e28a2485b09237.gz
* CarpetAdaptiveRegrid: parallel supportih2005-02-24
| | | | | | | | | | | | Make CAR work on more than one processor (that is, I've tested it on my laptop using mpirun -np 2...). Note that at present whilst it runs and gives reasonable answers you do _not_ get the same answers as you would on 1 proc. This is a bug, as yet unfound. But, there probably are lots of other bugs in this code still to be found... darcs-hash:20050224223702-0ff1f-f766381f5309c747ea438dbd10976a99c86abd48.gz
* CarpetAdaptiveRegrid: Allow non-trivial initial gridsih2005-02-23
| | | | | | | Use the CarpetRegrid::manual-coordinate-list notation to allow the setting up of initially refined grids. Literal cut 'n paste in many places. darcs-hash:20050223235501-0ff1f-4be0e5c479aadabc7e1c5682476f95a23c00ec71.gz
* CarpetAdaptiveRegridhawke2004-11-13
The first part of CarpetAdaptiveRegrid. At the moment the only piece of "working" code is the F90 that does the box manipulation. This can be tested using the standalone makefile in src/test. darcs-hash:20041113152820-5d2e4-7bbcb3804e5643c7753c9ab663df4dc7d357d7e9.gz