aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyF77
Commit message (Collapse)AuthorAge
* CarpetExtra: Correct the email address of the Cactus TesmErik Schnetter2005-11-19
| | | | | | Change <cactus@cactuscode.org> to <cactusmaint@cactuscode.org>. darcs-hash:20051119214211-dae7b-fe429d1717c09be397ad83dc7687caad315f9f87.gz
* Remove CVS header tagsErik Schnetter2004-09-18
| | | | | | Replace all CVS header tags with the standard "$Header:$". darcs-hash:20040918132147-891bb-dea889bdd94a479ec412d14d08e9efca63e5c24d.gz
* Correct definitions of aliased functionsschnetter2004-05-21
| | | | darcs-hash:20040521154357-07bb3-3dcdbe40f101f2713307dc64331c849e29f6a7c1.gz
* Use "requires" instead of "requires thorns".schnetter2004-04-18
| | | | darcs-hash:20040418120959-07bb3-05050a71e475171cac6b293de35118e4af8df5ba.gz
* Update parameter filesschnetter2004-03-23
| | | | darcs-hash:20040323100159-07bb3-dd0dd602fc7850cbf027cabcec0837b74194849c.gz
* Make the dependency on the thorns CartGrid3D and/or Boundary explicit.schnetter2003-11-17
| | | | darcs-hash:20031117114725-07bb3-0633e6c1f9ea3637b662462706bc0104c859aa02.gz
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many changes that accumulated while Cactus and Carpet diverged. Add processor splitting mechanism "along-dir" that splits along a specified direction. Rename group PostRestrict to bin POSTRESTRICT. Prolongate initial data only when desired. This saves much time. Sorry, Ian. Fix bug in time level cycling of grid arrays. (Note: grid arrays should not have time levels.) Fix time_t bug on IRIX. Make sure that there is no integer overflow when there are many refinement levels. Always put parentheses around (maxreflevelfact/reflevelfact). Fix typo in Carpet verbose output. Add debug output in processor splitting. Communicate in three stages: Irecv, (work), Isend, Wait. This might be more efficient. Much more, potentially. Fix bug in processor layout of grid arrays. Sorry, Ian. Make the interpolator interpolate between time levels. Untested. Fix bug in processor communication in interpolator. Sorry, Ian. Rewrite prolongation operators to make them twice as fast. There you are, Ian. Move prolongation operator kind handling from data to gdata. Add official hyperslabbing interfaces to CarpetSlab. Adapt to new cGH * handling. darcs-hash:20031105141838-07bb3-d348d033307d82905893e241be485c4db2ce8ce3.gz
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | Change include mechanism for aliased functions in Fortran. One now has to #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. darcs-hash:20031027143140-07bb3-c89b45361b934b875cad21d4f74b278d9eacdd46.gz
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | Change include mechanism for aliased functions in Fortran. One now has to #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. darcs-hash:20031027133140-07bb3-d4036d092a34df15aa67213d3e4d691dc0ea72ca.gz
* Added FlexIO to the ActiveThorns list. It's required now because CarpetIOFlexIOtradke2003-07-10
| | | | | | inherits it. darcs-hash:20030710102848-1d9bf-93d148169251e1932ba9ee387fbd6c6b52bc4bc2.gz
* Update.schnetter2003-05-13
| | | | darcs-hash:20030513143223-07bb3-07f35bcec90d10890a28279691d1bfe63b6f5db5.gz
* Activate thorn Slab.schnetter2003-04-30
| | | | darcs-hash:20030430104529-07bb3-5f3825199145f1c1300c89a3426e9a67617bc211.gz
* Add required thorn "Slab" to the activation sequence.schnetter2003-04-09
| | | | darcs-hash:20030409163301-07bb3-b407ff8175844dbc71f6e1d8dd940c0bc34c57b4.gz
* Remove #warning statements that are not understood by the SGIschnetter2003-03-28
| | | | | | | Remove #warning statements that are not understood by the SGI compiler. What was I thinking? darcs-hash:20030328091154-07bb3-dc9908d5049478c1e85f72a4bb4a1703fdf83fb1.gz
* Updated parameter files.schnetter2002-10-24
| | | | darcs-hash:20021024191153-07bb3-90dd8efad24bdb5625a2365fba0a57ea96adc14d.gz
* Updated parameter files.schnetter2002-07-15
| | | | darcs-hash:20020715151201-07bb3-5f54f67ee438d6b72b20e0c8d543c4be69d2c31e.gz
* Added missing file. Fixed wrong file.schnetter2002-06-06
| | | | darcs-hash:20020606130400-07bb3-5486d71d31fb7f0a1b7b2846e7c0e665b1fe385e.gz
* Changed options file.schnetter2002-06-06
| | | | darcs-hash:20020606121950-07bb3-8ddf50f048be056ed4224aa852559100471cb678.gz
* Updated Carpet to the recent changes in Cactus.schnetter2002-04-29
| | | | | | | | | | | | Updated Carpet to the recent changes in Cactus. I/O: Finding out whether this is a restart now requires looking at the ioGH structure. Timelevels: Timelevels now have to be allocated explicitely. Made Carpet compile with the Intel 6.0 C++ compiler. darcs-hash:20020429092752-07bb3-65b0b317ba98c017e16294d2ff8ac6a8a424a102.gz
* re-enabled static boundary conditionshawley2002-03-21
| | | | darcs-hash:20020321143208-e415b-adc0e5bdbb458c42301f63727493c6fb9357a73e.gz
* re-enabled static boundary conditionshawley2002-03-21
| | | | darcs-hash:20020321133150-e415b-02a2db36969301c0600633cb9e26feff42ee06d4.gz
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
| | | | | | | | | | | | | | | | | | | | Added stream input routines for some CarpetLib containers. The regridder now has to explicitly say which boundaries are outer, and which are internal. This will make outer boundaries on fine grid possible, and is also necessary when there are multiple grid patches. Started to add support for arbitrariliy many user-specified refinement regions. Not yet finished. The Carpet driver can now handle multiple grid patches. Added example files for multiple grid patches. They use initial data that does not "fit" the boundary conditions, and they don't use multiple refinement levels so far. Removed old and unused example files in CarpetLib. darcs-hash:20020311121709-07bb3-18594c42bd7a958ee0840d29e158a343208f5711.gz
* Updated parameter files to new conventions.schnetter2002-03-06
| | | | | | | | Updated parameter files to new conventions. Removed "static" boundary conditions; these depend on private changes not available in Cactus. darcs-hash:20020306164757-07bb3-531f54e20a2bb93536b467dffbb459f6b14777f1.gz
* added static boundary conditionshawley2002-02-27
| | | | darcs-hash:20020227133540-e415b-a8abd6879ae346055c8db9f5439f2cd631d35380.gz
* Updated parameter files to activate the thorn CarpetRegrid.schnetter2002-01-30
| | | | darcs-hash:20020130150730-07bb3-399fb25f8282203791ebfbd9cdd02e612351af92.gz
* Added new parameter files.schnetter2002-01-08
| | | | darcs-hash:20020108143001-07bb3-d00ea86c5067336c79f6a5a50b429ce244c8045f.gz
* Added new 1/r initial data for WaveToy.schnetter2002-01-08
| | | | | | | Added new 1/r initial data for WaveToy. Added excision to WaveToy for 1/r data. darcs-hash:20020108132057-07bb3-541b25e99f5d694d4baa82ce3d09ced4383b27c9.gz
* Activated a few more thorns that I forgot to activate before.schnetter2002-01-07
| | | | darcs-hash:20020107144323-07bb3-e70cb8972d215c74e5fc3e860ab7ca6b07aa2f9f.gz
* Added example parameter files for different regridding methods.schnetter2001-12-17
| | | | darcs-hash:20011217123557-07bb3-7ab2ec348e9cd6584ec98833bd994d629c96b52c.gz
* Fixed test cases for axial symmetry (changed parameter files.)schnetter2001-12-17
| | | | | | | | Fixed test cases for axial symmetry (changed parameter files.) Extented Carpet to handle multiple grid components per processor. Currently works on one processor only. darcs-hash:20011217123400-07bb3-47796190d04061ea23798717f6714978bf7e1f55.gz
* Added new thorns CarpetReduce and CarpetRegrid to parameter files.schnetter2001-12-14
| | | | darcs-hash:20011214165954-07bb3-e68f15a15027098cd26981663394a4365aee510d.gz
* no changeschnetter2001-12-09
| | | | darcs-hash:20011209154402-07bb3-50a9cb5c6987b521cf92c54587581bbda199fbce.gz
* Example files that write data with PUGH and read them with Carpet.schnetter2001-12-05
| | | | darcs-hash:20011205023233-07bb3-200f992b54bfa474d79b9f172081bbf460e7815a.gz
* Update test cases.schnetter2001-12-03
| | | | darcs-hash:20011203162209-07bb3-d98d027dfbb964cbb6dd8d665a195ccbed3f2eb7.gz
* Update test cases.schnetter2001-12-03
| | | | darcs-hash:20011203152208-07bb3-288b848e32d230923abef6ecd28b20337b7e23b0.gz
* Second stab at having arrays with a dimension different than gridschnetter2001-07-02
| | | | | | | Second stab at having arrays with a dimension different than grid functions. Not yet tested. darcs-hash:20010702112209-07bb3-816053f629c333189a63014698d4b34c124168aa.gz
* Relaxed contstraints for ghost zones for prolongation. Now only needsschnetter2001-06-12
| | | | | | | | | | Relaxed contstraints for ghost zones for prolongation. Now only needs ghost zones if there are enough (> 1) refinement levels so that prolongation actually occurs. Fixed a test case. darcs-hash:20010612131416-07bb3-4c898fa321936c2d745b9af02337a33143917dc0.gz
* Modified the Carpet driver so that it uses the same new timelevelschnetter2001-04-23
| | | | | | | | | | | | | | | | | | Modified the Carpet driver so that it uses the same new timelevel cycling as does PUGH. Modified the CarpetIOASCII and CarpetIOFlexIO output routines so that they always output the current time level. Found and fixed a bug in the time interpolation in CarpetLib. Fixed a bug where the necessary number of ghost zones for space interpolation was calculated incorrectly. Fixed bugs in the example parameter files that used an insufficient number of ghost zones. darcs-hash:20010423061011-07bb3-c69e59f7bc5f283d7632a663c0770578cdb73881.gz
* Added test suite for WaveToy.eschnett2001-03-30
| | | | darcs-hash:20010330133712-f6438-39097f3f4ff2ca737cc37290ccfc84850a6ebb1f.gz
* Fixed bug.eschnett2001-03-29
| | | | darcs-hash:20010329225326-f6438-bd8d6da538ca254e2ebf6f2832b84333257b2056.gz
* Added poisoning and checksumming.eschnett2001-03-29
| | | | darcs-hash:20010329225045-f6438-14770c8c3a421c11810f9e248a6c129bf664e250.gz
* Added checksumming old time levels for the grid functions. Thiseschnett2001-03-29
| | | | | | | | Added checksumming old time levels for the grid functions. This should help make sure that nobody changes time levels that are supposed to stay constant. darcs-hash:20010329222120-f6438-aa7e4b1c281014d3e6581573d87323344f70ebd4.gz
* Added facility to poison new time levels. Thus you can make sure thateschnett2001-03-29
| | | | | | | Added facility to poison new time levels. Thus you can make sure that every grid point is defined. darcs-hash:20010329162125-f6438-982adcd3731d7c417b1a509699575909b7c144ae.gz
* Removed leftover debugging statements.eschnett2001-03-28
| | | | darcs-hash:20010328165645-f6438-421f9dce566c6a63446cb6d0f09f52b95ec88211.gz
* Higher-order interpolation requires more ghost zones. Changed Carpeteschnett2001-03-28
| | | | | | | | Higher-order interpolation requires more ghost zones. Changed Carpet and CarpetLib to provide for that, and switched WaveToy to using two ghost zones. darcs-hash:20010328165604-f6438-1cb76681b90dda1f5934cbda405b6c32b754b6e5.gz
* Cosmetics.eschnett2001-03-26
| | | | darcs-hash:20010326002933-f6438-a2809407af27faa5f52e4fa0efa01daaffc76ac2.gz
* Using quadratic interpolation.eschnett2001-03-26
| | | | darcs-hash:20010326002825-f6438-ed293de91c07ca08fb5b74caa6efe6698f085a4f.gz
* Added support for higher-order interpolation in space and time.eschnett2001-03-24
| | | | darcs-hash:20010324213842-f6438-3ccfdd7797b28055f08d28b77e33205c69c60e27.gz
* Added custom time interpolator as well.eschnett2001-03-21
| | | | | | | | Added custom time interpolator as well. Debugged other custom interpolator. Runs like a greased flash now. darcs-hash:20010321215740-f6438-bc99251c9a56354105ef885326d2360f275a85f2.gz
* Adapted parameter files. Added gnuplot scripts for convergence tests.eschnett2001-03-20
| | | | darcs-hash:20010320001848-f6438-4b04b3b9f561d0a45f4dc892c29326694fabdb66.gz