aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
Commit message (Collapse)AuthorAge
* Introduce a new schedule group ADMBase_InitialGauge which is run justschnetter2005-09-26
| | | | | | | | | | | | | | after ADMBase_InitialData. This makes it possible to set up all ADM data in these two groups, and then e.g. convert to the BSSN variables after these groups still in the bin "initial". Various other thorns, such as dissipation or multipatch, can now apply transformations to the initial data in the bin "postinitial". This simplifies the interaction between various thorns. Change various thorns to use these two groups. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@380 89daf98e-ef62-4674-b946-b8ff9de2216c
* Schedule AHFinder before DriftCorrect.diener2003-08-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@351 89daf98e-ef62-4674-b946-b8ff9de2216c
* Modified output so that data is appended after checkpoint, ratherpollney2002-12-13
| | | | | | | | | | | | than deleting any existing files. * Starting a run from scratch will still wipe out any files that already exist in the output directory, as is usual for cactus 1d data. * If you do a horizon find on the timestep when you are also checkpointing, then you'll end up with a duplicate point in the output, as the horizon is found again at restart. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@320 89daf98e-ef62-4674-b946-b8ff9de2216c
* AHFinder converted to the changes in Einstein. Passes the testsuites on thediener2002-04-30
| | | | | | | xeon. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@295 89daf98e-ef62-4674-b946-b8ff9de2216c
* Switch on storage for the ouput trigger group only at ANALYSIS.tradke2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@293 89daf98e-ef62-4674-b946-b8ff9de2216c
* Switch on storage for ahfinder;:triggergroup.tradke2002-04-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@291 89daf98e-ef62-4674-b946-b8ff9de2216c
* Moved variables and scheduling concerned with drift correction topollney2002-03-10
| | | | | | | AEIDevelopment/DriftCorrect. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@287 89daf98e-ef62-4674-b946-b8ff9de2216c
* The interface.ccl and schedule.ccl to go with the changes just committed.diener2002-02-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@279 89daf98e-ef62-4674-b946-b8ff9de2216c
* Schedule AHFInder at ANALYSIS instead of POSTSTEPallen2001-11-11
| | | | | | | AHFinder is always triggered git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@257 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added CCTK_ARRAY variable "AHFinder::gaussian" with DISTRIB=constant DIM=2 andtradke2001-09-03
| | | | | | | | | | | SIZE=ahf_ntheta+1,ahf_nphi+1. This variable will replace the local one in AHFinder_gau.F. Since it is a CCTK variable now, it is visible to I/O methods, so you can request output for it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@235 89daf98e-ef62-4674-b946-b8ff9de2216c
* Forgot to enable storage for drift_correct_vars.tradke2001-08-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@232 89daf98e-ef62-4674-b946-b8ff9de2216c
* Enable storage for AHFinder's CCTK_SCALAR variables.tradke2001-08-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@230 89daf98e-ef62-4674-b946-b8ff9de2216c
* Accidentally switched on storage for a not-yet-existing array.tradke2001-08-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@221 89daf98e-ef62-4674-b946-b8ff9de2216c
* Switch on storage for CCTK arrays for AHFinder output.tradke2001-08-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@218 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making sure that the findr is not even scheduled if inactive.miguel2001-06-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@206 89daf98e-ef62-4674-b946-b8ff9de2216c
* Important change for excision. The size of the excision box is nowmiguel2000-11-21
| | | | | | | | | | controlled by global scalars instead of parameters. This makes it much better because this numbers have to change. Before I was just changing the parameters which was causing trouble when recovering from checkpoint. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@153 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changes needed to make ahf_active steerable.miguel2000-10-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@134 89daf98e-ef62-4674-b946-b8ff9de2216c
* Small change.miguel2000-05-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@86 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changing the way the ahf_persits option works.miguel2000-04-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@75 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor change.miguel2000-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@56 89daf98e-ef62-4674-b946-b8ff9de2216c
* Turn on storage for the mask when needed, and leave it on.miguel2000-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@48 89daf98e-ef62-4674-b946-b8ff9de2216c
* Scheduling symmetru assignements.miguel2000-03-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@45 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor change in the name of one parameter.miguel2000-03-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@42 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removing COMMallen2000-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@38 89daf98e-ef62-4674-b946-b8ff9de2216c
* Some cleaning up. Gerd: Sorry, but c0(0) was initialized inside AHfinder_flow,miguel1999-10-29
| | | | | | | | | so there must be another problem. Miguel git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@21 89daf98e-ef62-4674-b946-b8ff9de2216c
* This commit was generated by cvs2svn to compensate for changes in r2, whichlars1999-07-21
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@3 89daf98e-ef62-4674-b946-b8ff9de2216c