aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Parallelize on the level of variables rather than grid points.HEADmasterAnton Khirnov2022-09-06
* Drop unused crap, optimize.Anton Khirnov2017-06-30
* Cartoonize.Anton Khirnov2016-03-24
* Improve commenteschnett2013-04-05
* fix incorrect error message introduced in r191rhaas2013-03-16
* Round via lrint() instead of floor()eschnett2013-02-21
* output list of currently registerd variables when exceeding the accumulator l...rhaas2013-02-15
* MoL Updateeschnett2013-01-22
* Set variables in error branch of conditionals to avoid compiler warningshinder2012-11-26
* Remove unused variable RHSVarhinder2012-11-26
* Remove unused variable declarationshinder2012-11-26
* Correct OpenMP parallelisationeschnett2012-10-29
* Slightly reduce round-off erroreschnett2012-10-29
* Add verbose output for adaptive step size controleschnett2012-10-24
* Simplify logic in adaptive step size controleschnett2012-10-24
* This patch cleans up the code, improves performance of the MoL loops since itrhaas2012-09-14
* MoL: add Multirate capabilities. This add three new multirate RK schemes to MoL.rhaas2012-08-02
* Remove trailing \n from info messageseschnett2012-03-03
* Remove OldBoundary infrastructureeschnett2011-11-12
* Correct calculation of sum_alpha when more than one component (or moreeschnett2011-05-24
* Improve roundoff accuracy of efficient RK4eschnett2011-03-25
* Correct signatures of scheduled functionseschnett2011-01-21
* Parallelise loops with OpenMP.schnetter2008-09-23
* Call the NaNChecker via the aliased function CheckVarsForNaN insteadschnetter2008-09-22
* Add new aliased function MoLNumIntegratorSubsteps, which returns theschnetter2007-09-05
* Correct logic error in parameter checking. Not all RK4 errors wereschnetter2006-12-05
* Theta ICN. Patch from Frank Loeffler.hawke2006-08-24
* Correct the problem with scheduling the "Old Style" Boundaries by running var...hawke2006-08-24
* Make certain not to try and allocate a zero sized array.hawke2006-08-04
* Modification for evolving array variables; change to localhawke2006-08-01
* Fix for evolving arrays on multi-processors with the generic RKhawke2006-07-28
* "Old boundary" interface, as provided by Yosef Zlochower.hawke2006-07-28
* 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
* Remember the variable index of the scratch variables.schnetter2005-12-11
* Add const and restrict qualifiers to the pointers.schnetter2005-12-11
* Handle CCTK_SCALAR in the same way as CCTK_ARRAY. Previously,schnetter2005-12-11
* Replace "MoL" by CCTK_THORNSTRING in calls to CCTK_VWarn.schnetter2005-12-11
* Correct critical error in the RK45 time integrator.schnetter2005-12-11
* Replace "MoL" in CCTK_VWarn by CCTK_THORNSTRING.schnetter2005-12-11
* Replace "MoL" in CCTK_VWarn by CCTK_THORNSTRING.schnetter2005-12-11
* Correct error in calculating the number of grid points for the Countschnetter2005-11-22
* Small optimisation: substitute division by multiplication with the inverse.tradke2005-08-29
* Check that a constrained GF may have more than one timelevel beforehawke2005-05-04
* Correct a bug in the registration routines; if a variable washawke2005-03-30
* Make the warning message about calling the registration too early morehawke2005-02-01
* Catch the case where people that didn't read the documentationhawke2005-01-31
* Adaptive step size control using RK45. Due to Erik Schnetter.hawke2005-01-27
* Initialize some of the grid scalars as early as possible. These arehawke2005-01-07