summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Collapse)AuthorAge
* IsThornActive is a fortran function not a subroutineallen2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1750 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CactusDefaultAbortallen2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1748 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed unused variable. Untabified sources.tradke2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1747 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing arguments around for CCTK_Exitallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1740 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added cactus include fileallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1738 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing unused variablesallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1736 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use CCTK_Abort instead of exit to quitallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1731 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying, and using CCTK_VWarnallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1728 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to coordinate CCTK functions and new functions. These willallen2000-07-12
| | | | | | | break a number of thorns. Changes are being commited now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1727 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making the lines in the cactus banner longer so they match the other linesallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1724 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidyingallen2000-07-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1718 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying warningsallen2000-07-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1717 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying warningsallen2000-07-10
| | | | | | | | | | Added CCTK_ParameterQueryTimesSet which can be used to see if a parameter was set in the parameter file, and so can be used to replace some of the parameter "magic numbers" like -424242 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1716 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Using VWarnallen2000-07-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1715 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typo in CCTK_CmplxReal() which always returned the imaginary part.tradke2000-07-06
| | | | | | | Now output for complex numbers should be okay. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1709 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Parsing the tFleshConfig structure into the parameter file parser, to get at ↵allen2000-06-29
| | | | | | the name of the parameter file. There is probably a nicer way to do this. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1708 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to CCTK_MainLoopIndex and CCTK_SetMainLoopIndex (which now returns ↵allen2000-06-26
| | | | | | what the index is set to) git-svn-id: http://svn.cactuscode.org/flesh/trunk@1705 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding prototypesallen2000-06-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1700 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying up prototypes, still a few to sort out that need to be createdallen2000-06-24
| | | | | | | by the CST git-svn-id: http://svn.cactuscode.org/flesh/trunk@1699 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Routines for querying array data from the cctkGH, such as lsh, bbox etcallen2000-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1692 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use CCTK_MyProc before traversing termination routinesallen2000-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1691 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added ParameterGetallen2000-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1690 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Missing prototypesallen2000-06-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1687 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some int's which should have been CCTK_INTs ... thanks Ryojiallen2000-06-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1685 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Using ParameterGetallen2000-06-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1684 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check that ExtractStrings extracts parametersallen2000-06-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1683 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Using CCTK_ParameterGet to get flesh parameters.allen2000-06-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1681 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to ParameterGet so that a wrong range is now a level one warning ↵allen2000-06-19
| | | | | | | | | | | instead of a level 0 warning. Cactus will still terminate when a parameter in a parameter file has an incorrect range, but the check now takes place outside of ParameterGet. This is to be able to change steerable parameters during a run without accidently crashing the code with a bad parameter value. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1680 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing malloc statement. This wasn't a problem as it allocated moregoodale2000-05-19
| | | | | | | | | | memory than it needed, but it was still wrong. Thanks for pointing it out Erik. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1673 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Moved the termination condition check for the main iteration looptradke2000-05-15
| | | | | | | | into a separate routine DoneMainLoop(). Now parameter Cactus::cctk_itlast is really steerable. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1667 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Minor change.goodale2000-05-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1657 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't malloc zero bytes when there are no GH extensions.goodale2000-05-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1649 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Skip already unregistered GH extensions when looping over all handles.tradke2000-05-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1648 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New routine CCTK_UnregisterGHExtension() which can be called by terminationtradke2000-05-10
| | | | | | | | routines. Use CCTK_VWarn() whereever possible. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1642 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Traverse through all routines registered at CCTK_TERMINATE.tradke2000-05-10
| | | | | | | This is down right before traversing CCTK_SHUTDOWN. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1641 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Report scheduled termination routines and their elapsed times.tradke2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1640 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New macros for Fortran callsallen2000-05-10
| | | | | | | CCTK_Warn -> CCTK_VWarn where appropriate git-svn-id: http://svn.cactuscode.org/flesh/trunk@1639 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Freeing a malloced arrayallen2000-05-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1632 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding function: int CCTK_GroupDimFromVarI(int vi)lanfer2000-05-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1624 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Shifting registration of variables to after reading of parameter file.goodale2000-04-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1617 17b73243-c579-4c4c-a9d2-2d5706c11dac
* removing USE_blalanfer2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1605 17b73243-c579-4c4c-a9d2-2d5706c11dac
* moving CCTK_StaggerVars into Groups.c, where it can access the static int ↵lanfer2000-04-19
| | | | | | staggered git-svn-id: http://svn.cactuscode.org/flesh/trunk@1604 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Compiler warningsallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1603 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Getting rid of a few compiler warnings.goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1601 17b73243-c579-4c4c-a9d2-2d5706c11dac
* removing unsed variablelanfer2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1599 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing various warnings.goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1596 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Stop Cactus if CCTKi_BindingsParameterRecoveryInitialise() returned atradke2000-04-19
| | | | | | | negative value for unsuccessful parameter recovery. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1593 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Set warning level to 1 for failing to recover from parameters. Suspect thatallen2000-04-19
| | | | | | | if noone even tries to recover parameters an error code is returned. Need to fix this properly. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1589 17b73243-c579-4c4c-a9d2-2d5706c11dac
* In CCTKi_InitialiseScheduler(),tradke2000-04-19
| | | | | | | | | | - advance the parameter set mask to PARAMETER_RECOVERY_IN - call CCTKi_BindingsParameterRecoveryInitialise() to recover the parameters from a checkpoint file - advance the parameter set mask to PARAMETER_RECOVERY_POST git-svn-id: http://svn.cactuscode.org/flesh/trunk@1588 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Initialize the parameter set mask flag to PARAMETER_RECOVERY_PREtradke2000-04-19
| | | | | | | before parsing the parameter file. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1587 17b73243-c579-4c4c-a9d2-2d5706c11dac