aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Clean up codeHEADsvnmastereschnett2013-01-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@91 5633253d-7678-4964-a54d-f87795f8ee59
* Remove outdated $Header$ statementseschnett2013-01-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@90 5633253d-7678-4964-a54d-f87795f8ee59
* Introduce alias TemporalSpacingseschnett2013-01-15
| | | | | | | | Introduce alias TemporalSpacings for the routines setting the time step size. This is needed for runs with OpenCL. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@89 5633253d-7678-4964-a54d-f87795f8ee59
* Beautify white spaceschnetter2009-12-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@77 5633253d-7678-4964-a54d-f87795f8ee59
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@73 5633253d-7678-4964-a54d-f87795f8ee59
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@72 5633253d-7678-4964-a54d-f87795f8ee59
* use correct latex package, typoknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@71 5633253d-7678-4964-a54d-f87795f8ee59
* Correct error in schedule for timestep method "courant speed".schnetter2006-03-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@70 5633253d-7678-4964-a54d-f87795f8ee59
* Thorn time determines the time step currently in level mode. In orderschnetter2006-03-02
| | | | | | | | | | | to determine the time step, it looks at the grid spacing, and when this happens in level mode, there is an implicit assumption that the grid spacing is the same on all maps (patches). This patch determines the time step in singlemap mode, which loops over all maps and takes all grid spacings into account. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@69 5633253d-7678-4964-a54d-f87795f8ee59
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@68 5633253d-7678-4964-a54d-f87795f8ee59
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@67 5633253d-7678-4964-a54d-f87795f8ee59
* Correct email address of Cactus maintainers.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@66 5633253d-7678-4964-a54d-f87795f8ee59
* Call CFL setting routines only once per refinement level.yye002004-10-05
| | | | | | | | | | | Calculate the grid spacing correctly even for dim>3. Correctly cast the values before passing them to printf. Print the newly calculated time step size, not the old time step size. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@62 5633253d-7678-4964-a54d-f87795f8ee59
* Output the current level's instead the coarse level time step to the screenschnetter2004-05-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@61 5633253d-7678-4964-a54d-f87795f8ee59
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@60 5633253d-7678-4964-a54d-f87795f8ee59
* Remove unused header file.schnetter2004-01-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@57 5633253d-7678-4964-a54d-f87795f8ee59
* Whitespace change.schnetter2004-01-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@56 5633253d-7678-4964-a54d-f87795f8ee59
* Added different bits of documentation, added code for a parameterallen2003-06-07
| | | | | | | | | | | | | which wasn't being used (and changed its name but since it wasn't implemented hopefully noone was using outtimestep_every). Removed two scheduled routines which were not doing anything. Fixes Cactus/1377, Cactus/1378, Cactus/1384, Cactus/1379. Does not fix Cactus/1385 yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@55 5633253d-7678-4964-a54d-f87795f8ee59
* Only print timestep if in verbose mode.allen2003-04-18
| | | | | | | Fixes Cactus/1430 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@54 5633253d-7678-4964-a54d-f87795f8ee59
* Patch for halting at cctk_final_time when using Courant timestep from Ian Hawkeallen2002-12-22
| | | | | | | Fixes CactusBase/1345 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@53 5633253d-7678-4964-a54d-f87795f8ee59
* typosrideout2002-06-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@52 5633253d-7678-4964-a54d-f87795f8ee59
* cactus style... adding itikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@50 5633253d-7678-4964-a54d-f87795f8ee59
* Don't put a new line at the end of a Info statementallen2002-05-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@49 5633253d-7678-4964-a54d-f87795f8ee59
* Some info statements and a verbose parameter for debuggingallen2002-05-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@48 5633253d-7678-4964-a54d-f87795f8ee59
* Fixed courant timestep based on wavespeedallen2002-03-15
| | | | | | | (thanks to Christian Ott) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@46 5633253d-7678-4964-a54d-f87795f8ee59
* Removed unused variable.tradke2002-01-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@42 5633253d-7678-4964-a54d-f87795f8ee59
* Fixing logic error, should still write timestep to a file rather thanallen2002-01-02
| | | | | | | | | just to screen, but haven't added that yet. Fixes Cactus/688 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@41 5633253d-7678-4964-a54d-f87795f8ee59
* Explicitely allocate storage for CCTK variables of thorn Time.tradke2001-08-26
| | | | | | | Closes CactusBase-768. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@40 5633253d-7678-4964-a54d-f87795f8ee59
* Allow negative timestepsallen2001-07-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@39 5633253d-7678-4964-a54d-f87795f8ee59
* A little more textallen2001-07-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@38 5633253d-7678-4964-a54d-f87795f8ee59
* Initialise grid scalars to zero so they don't error with NaNCheckerallen2001-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@37 5633253d-7678-4964-a54d-f87795f8ee59
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@35 5633253d-7678-4964-a54d-f87795f8ee59
* Changing Time stuff to be public and inherited rather than protected and ↵goodale2001-05-07
| | | | | | | | | befriended. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@34 5633253d-7678-4964-a54d-f87795f8ee59
* CCTK_FILEVERSIONallen2001-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@33 5633253d-7678-4964-a54d-f87795f8ee59
* Fixing warningsallen2001-02-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@32 5633253d-7678-4964-a54d-f87795f8ee59
* bug fixallen2000-12-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@30 5633253d-7678-4964-a54d-f87795f8ee59
* Fixed typoallen2000-12-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@29 5633253d-7678-4964-a54d-f87795f8ee59
* Changes to better parameter names after adding new fixed timestep choice.allen2000-09-15
| | | | | | | | | | THESE SHOULDNT AFFECT ANYONE UNLESS THEY ARE USING DYNAMIC COURANT TIMESTEPS THE DEFAULTS REMAIN THE SAME Main one is that courant_method->timestep_method git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@28 5633253d-7678-4964-a54d-f87795f8ee59
* Adding fixed timestep optionallen2000-09-12
| | | | | | | Will update documentation.tex later today. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@27 5633253d-7678-4964-a54d-f87795f8ee59
* Using function aliasallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@25 5633253d-7678-4964-a54d-f87795f8ee59
* Replacing CCTK_CARGUMENTS etc with CCTK_ARGUMENTSallen2000-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@22 5633253d-7678-4964-a54d-f87795f8ee59
* Updated copyright statements. Should probably change these to LGPL, butgoodale2000-02-08
| | | | | | | | | | in the meantime have made it clear that other thorns aren't contaminated by the GPL on these thorns. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@20 5633253d-7678-4964-a54d-f87795f8ee59
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
| | | | | | | automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@19 5633253d-7678-4964-a54d-f87795f8ee59
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@18 5633253d-7678-4964-a54d-f87795f8ee59
* Adding USE_CCTK_PARAMETERS and removing compiler warningsallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@17 5633253d-7678-4964-a54d-f87795f8ee59
* Fixing various things pointed out by compiling with -Wall.goodale1999-11-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@15 5633253d-7678-4964-a54d-f87795f8ee59
* Improved implementation of dynamic courant conditionallen1999-10-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@13 5633253d-7678-4964-a54d-f87795f8ee59
* Courant condition implemented for timestep, as described in documentation.allen1999-10-20
| | | | | | | This hasn't been very well tested yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@11 5633253d-7678-4964-a54d-f87795f8ee59
* the global min operation on min_spacing (commented out for now)lanfer1999-10-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@10 5633253d-7678-4964-a54d-f87795f8ee59
* Generic courant timestep ... not linked to anything yetallen1999-10-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@9 5633253d-7678-4964-a54d-f87795f8ee59