aboutsummaryrefslogtreecommitdiff
path: root/src
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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Adding header filesallen1999-09-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@5 5633253d-7678-4964-a54d-f87795f8ee59
* This commit was generated by cvs2svn to compensate for changes in r2, whichallen1999-09-04
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@3 5633253d-7678-4964-a54d-f87795f8ee59