aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/CarpetParamCheck.cc
Commit message (Collapse)AuthorAge
* Carpet: Avoid unused and uninitialised variablesErik Schnetter2012-11-25
|
* Carpet: change defaults of periodic_[xyz] to "yes" to match PUGHRoland Haas2012-09-11
| | | | | If any of the periodicity parameter are set to "yes" in a parameter file or checkpoint, Carpet will still abort.
* Import CarpetErik Schnetter2011-12-14
| | | | Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
* fix typo in paramcheck warning messageThomas Radke2008-03-19
|
* Carpet: Update to newest version of InitBaseErik Schnetter2007-08-09
| | | | darcs-hash:20070809202329-dae7b-b7c12e7d391c5bd4266cb4c1b14994970453a455.gz
* Carpet: Use thorn InitBase to manage initial data setupErik Schnetter2007-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | Thorn InitBase specifies how initial data should be calculated. There can be three possibilities: init_some_levels: Set up at least one time level; other time levels are scratch space init_single_level: Set up exactly one time level; other time levels are not acessed init_all_levels: Set up all active time levels Carpet checks this parameter and ensures that this setting is consistent with Carpet's parameters init_each_timelevel init_fill_timelevels init_3_timelevels The new parameter init_fill_timelevels copies the current time level into all past time levels, very similar to what MoL::initial_data_is_crap does. darcs-hash:20070706122545-dae7b-57ccca2954b1bd7ad98771e689c6c5b569c238cc.gz
* Carpet: Forbid adaptive time step sizes when there is mesh refinementErik Schnetter2005-01-27
| | | | darcs-hash:20050127104026-891bb-a27d7fdb9c56755e5b3d3be44606ee66e3973614.gz
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
| | | | darcs-hash:20050101162121-891bb-ac9d070faecc19f91b4b57389d3507bfc6c6e5ee.gz
* Carpet: Use new style instead of old style C++ headersErik Schnetter2004-12-25
| | | | darcs-hash:20041225183030-891bb-f26f2712b7041a139d139fe8ba92db281c969e7e.gz
* Remove CVS header tagsErik Schnetter2004-09-18
| | | | | | Replace all CVS header tags with the standard "$Header:$". darcs-hash:20040918132147-891bb-dea889bdd94a479ec412d14d08e9efca63e5c24d.gz
* Return void instead of int.schnetter2003-09-19
| | | | darcs-hash:20030919140431-07bb3-cc12e5b46fc46ab3c40917ae346e8532b3d37bd5.gz
* Check whether the total number of grid points fits into an int.schnetter2003-08-15
| | | | darcs-hash:20030815073436-07bb3-9831a752d1a3d301651a5a40d72fa9aa9303d749.gz
* Transform some comments into the javadoc format for experimentationschnetter2003-07-22
| | | | | | | Transform some comments into the javadoc format for experimentation with automatic documentation extraction. darcs-hash:20030722180905-07bb3-aa4806a4f7d2f178358e6f606d7567e1bf4015e7.gz
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
| | | | darcs-hash:20021024083937-07bb3-11e861873bf12a44fcadf075486608e6541c33de.gz
* Removed superfluous and erroneous "#include <iostream.h>" statement.schnetter2002-06-05
| | | | darcs-hash:20020605171019-07bb3-501022f6ead7463758469a3186a78656b1ae5876.gz
* Added CCTK_FILEVERSION macros.schnetter2002-03-26
| | | | darcs-hash:20020326122225-07bb3-0c7746df97fb64f00918be1bee33191fb9d44b0b.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:20020323192054-07bb3-2b9208c8a6b54a55c98d4035095cd4ff6ebcd447.gz
* Added more bones to skeleton of CarpetParamCheck.schnetter2001-12-09
| | | | | | | | | | | | | | | | | | Added more bones to skeleton of CarpetParamCheck. Changed handling of interpolation orders; they are now stored in the grid functions and don't have to be passed around. Setting spatial prolongation order to zero if there are no ghost zones. Setting temporal prolongation order to zero if there is only one time level. Added prolongating the boundaries of the fine grid after restricting to the coarse grid. Restricting the coarse grid changes the coarse grid, hence changes the boundary of the fine grid. darcs-hash:20011209154152-07bb3-0ff824b0462b54926fbe0a8f5fa075dff5fecbb5.gz
* Trying to be a good citizen and checking parameters in beforehandschnetter2001-12-05
| | | | | | | Trying to be a good citizen and checking parameters in beforehand instead of aborting later. darcs-hash:20011205163454-07bb3-43689c13233a07b2a7082816cdca5430b2c35589.gz
* Initial revisioneschnett2001-03-01
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz