aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra
Commit message (Collapse)AuthorAge
...
* updated from old Cart3D calls to newer CartGrid3dshawley2003-06-26
| | | | darcs-hash:20030626181015-e415b-557158ec00d8bf4641ac734063ac38b73f4aad7f.gz
* updated from old Cart3d calls to newer CartGrid3D callsshawley2003-06-26
| | | | darcs-hash:20030626180721-e415b-6cf7087ebfe4055241ee64773f4e8d8981426d50.gz
* added timelevel specs for storageshawley2003-06-26
| | | | darcs-hash:20030626175131-e415b-12d215181b022a89cf1c1b262f832f8d533aff2e.gz
* WaveToyMoL: Produce more output.schnetter2003-06-18
| | | | | | | | WaveToyMoL: Produce more output. WaveToyFO: Add parameter files. *.F77: Fix bugs. darcs-hash:20030618180829-07bb3-0bfc535397f0e58ad8079502f731b0706a25e058.gz
* Major update after a quiet time.schnetter2003-06-18
| | | | | | | | | | | | | | | | | | | | Major update after a quiet time. Carpet: The flesh now has new cGH fields cctk_levoff[], cctk_levoffdenom[], and cctk_timefac that describe the spatial offset and temporal refinement factor between the base and the current refinement level. These fields are now set and used; they change how coordinates are handled. CarpetIOASCII: Fix bugs regarding choosing the output hyperslab and the output coordinates. ID*, *Toy*: New WaveToy examples with various formulations and different integrations methods. Currently, none of them converge to second order except the standard WaveToy formulation. These updates require the recent flesh, base thorn (and MoL) updates. darcs-hash:20030618162427-07bb3-70761f74bce6ae246b5a2943a385647657d46d34.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
* Exchanged the files.schnetter2002-09-25
| | | | darcs-hash:20020925164403-07bb3-af607c9b8605d59a1caf87ccf135636f87f80f51.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
* Fixed initial data for Gaussian. It was wrong for R/=0, for t/=0, andschnetter2002-06-05
| | | | | | | Fixed initial data for Gaussian. It was wrong for R/=0, for t/=0, and for r==0 also. darcs-hash:20020605190301-07bb3-79a98c82fe60fd5090e310cf30a8f7646af0072c.gz
* Thornlists for two ways of using Carpet. The first uses Carpet along,schnetter2002-05-03
| | | | | | | | | | Thornlists for two ways of using Carpet. The first uses Carpet along, not relying on the standard Cactus WaveToy. This should always work, but is likely not very compatible. The second uses Carpet together with the standard Cactus WaveToy. This might have problems, because the standard WaveToy might not be fully AMR compatible. darcs-hash:20020503103236-07bb3-79dcd97721edb9a4ec4b9cdc30d003beb4afa9c6.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
* Fixed a bug in CarpetSlab; was using the local instead of the globalschnetter2002-03-23
| | | | | | | | | | | | | | | | Fixed a bug in CarpetSlab; was using the local instead of the global extent. Added a more comfortable way to specify the refined region. The new method has no restrictions. Added a way to specify the location of the outer boundary explicitely. Added dummy parameter "periodic*" so that Carpet can be used as drop-in replacement of PUGH (at least when running without refinement). darcs-hash:20020323182059-07bb3-90bb8fde3faa16eddae5db30acdb0f50534a1b0a.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
* replaced typo for phi_p and phi_p_p using 1/r datashawley2002-02-27
| | | | darcs-hash:20020227175754-e415b-4afb8395ce7c50e70d205fa5b66089cee2f2bd86.gz
* added cx, cy & cz for 1/r initial datashawley2002-02-27
| | | | darcs-hash:20020227175413-e415b-024c510207e52381e1fee261a973bfa86c4963db.gz
* added cx, cy, cz for 1/r initial datashawley2002-02-27
| | | | darcs-hash:20020227175311-e415b-d90424e3bef32e07e8a172c52cd537b04d3574e1.gz
* added static boundary conditionshawley2002-02-27
| | | | darcs-hash:20020227133540-e415b-a8abd6879ae346055c8db9f5439f2cd631d35380.gz
* cleaned up static boundary condition a bitshawley2002-02-27
| | | | darcs-hash:20020227133456-e415b-829fb0a57007e880eedb7a041bfa8ca8d1570045.gz
* added/fixed gaussian initial data. uses "cartesian style" instead of ↵shawley2002-02-26
| | | | | | "radial style" darcs-hash:20020226184332-e415b-abf73446aecba961351dc139eb34a3d1ff8d1cf8.gz
* added gaussian initial datashawley2002-02-26
| | | | darcs-hash:20020226154353-e415b-5d36ff4d6e7d9060d0db5afe1dab764874252ca4.gz
* now registering phix, phiy and phiz and components of a "vector" typeshawley2002-02-26
| | | | darcs-hash:20020226135622-e415b-a01fdae41a7c78f1b793ef3c064caf876c8ea2db.gz
* initial data for resid would have given seg faults. set it to zeroshawley2002-02-26
| | | | darcs-hash:20020226131407-e415b-b6361c27b47a4f18f78620ef6a71765d88153e6f.gz
* now registers resid functionshawley2002-02-26
| | | | darcs-hash:20020226130526-e415b-c8eaec3f58e2f53dac7662eee9aef436b2f506c9.gz
* registers bounds for pi. phix, phiy, phizshawley2002-02-22
| | | | darcs-hash:20020222131128-e415b-c511d7cb8db6a191fb8581225eafc07a48c11a38.gz
* added support for "static" boundary conditionshawley2002-02-22
| | | | darcs-hash:20020222130958-e415b-0e30e925dff8bb688f5efb97988c31c280c4a48f.gz
* no modification. CVS server is not updating param.ccl properly for someshawley2002-02-22
| | | | | | | no modification. CVS server is not updating param.ccl properly for some reason. doing this to try and resolve the problem. darcs-hash:20020222091653-e415b-9c7af1ae51fe1dcd50e12752e948cd10c24f0ad0.gz
* added support for "static" boundary conditionshawley2002-02-21
| | | | darcs-hash:20020221113833-e415b-661035023ec73214e8a885c0a7eda4a716e0436e.gz
* fixed equation for phi in evolution routineshawley2002-02-18
| | | | darcs-hash:20020218144713-e415b-e6cbe2d67758f31f91bb37644bcff36e568c7fb4.gz
* turns on storage for scalarevolve_derivsshawley2002-02-18
| | | | darcs-hash:20020218135821-e415b-28e8f0782d0ac8d7311d4a9ca396903b53b6cd77.gz
* update after talking with Thomas R & Gerd about implementations, etc.shawley2002-02-18
| | | | darcs-hash:20020218134539-e415b-c6c397e86c9a8094ddc03267b9b46bcc8dcb85e9.gz
* result of talking with Gerd and Thomas Radke about how to implement &shawley2002-02-18
| | | | | | | result of talking with Gerd and Thomas Radke about how to implement & schedule this darcs-hash:20020218133647-e415b-c20fe3a51ad57f33964678c510e086f3ef835865.gz
* created a separate group for scalarevolve_derivs. Talked with Gerd andshawley2002-02-18
| | | | | | | | created a separate group for scalarevolve_derivs. Talked with Gerd and Thomas Radke regarding whether to make FOWaveToy implement wavetoy or not, what to make public, what to make private, etc... darcs-hash:20020218133602-e415b-271ff263e778d1a650dd92d31f04d5d0ab11f847.gz
* Initial revisionshawley2002-02-18
| | | | darcs-hash:20020218102534-e415b-377a960557b608d7eb50fff5c49084975ec77d30.gz
* Initial revisionshawley2002-02-18
| | | | darcs-hash:20020218092534-e415b-4448df0bd59400594d1463064b02b2729f7dd858.gz
* Initial revisionshawley2002-02-08
| | | | darcs-hash:20020208135530-e415b-9cf7ca676ad99c8e03927e99a07f690c03f0c429.gz
* Initial revisionshawley2002-02-08
| | | | darcs-hash:20020208125530-e415b-5cf531ac05bc123b4db4c0a320cdd1323c96f65a.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