aboutsummaryrefslogtreecommitdiff
path: root/src/SetTime.c
Commit message (Expand)AuthorAge
* MoL Updateeschnett2013-01-22
* Set variables in error branch of conditionals to avoid compiler warningshinder2012-11-26
* Add verbose output for adaptive step size controleschnett2012-10-24
* MoL: add Multirate capabilities. This add three new multirate RK schemes to MoL.rhaas2012-08-02
* Remove OldBoundary infrastructureeschnett2011-11-12
* Correct signatures of scheduled functionseschnett2011-01-21
* Correct the problem with scheduling the "Old Style" Boundaries by running var...hawke2006-08-24
* Efficient RK4, as provided by Yosef Zlochower.hawke2006-07-28
* Implement RK45 Cash-Karp integrator in MoL.schnetter2006-02-19
* Peter Diener's RK65 and RK87 adaptive timestep integrators.hawke2006-01-23
* Correct critical error in the RK45 time integrator.schnetter2005-12-11
* Add the Classic RK3 method (as a generic method, so use Generic_Type).hawke2004-07-01
* Update CCTK_FILEVERSION macros to CactusBase.hawke2004-07-01
* Formatting changes only.hawke2003-07-24
* Add two methods:hawke2003-07-22
* Formatting changes and extra debugging statements only.hawke2003-07-18
* Erik Schnetter's implementation of ICN with averaging, so the intermediate st...hawke2003-07-18
* Correct the setting of cctk_time for the generic solvers. Should only affect ...hawke2003-07-08
* Correct a major screw up with the setting of t/dt that was causing the BSSN_M...hawke2003-06-20
* Patch for the new cctk_time / lev / levoffset etc. variables from Erik Schnet...hawke2003-06-19
* Change MoL_ODE_Method parameter to ODE_Method to be consistent with original ...hawke2003-05-25
* Add support for evolving complex GFs and (real and complex) GAs.hawke2003-05-21
* Change the previous_times array to be a malloc (can't use run time constants ...hawke2003-05-14
* The resetting of t and dt is corrected for the generic methods.hawke2003-04-25
* Change the commented out debugging statements to ifdef'd out.hawke2003-04-25
* Change the fileversion strings and comments from MoL2->MoL (cosmetic).hawke2003-04-24
* The Method of Lines thorn (version 2 - see below).hawke2003-04-23