aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Removed allocation/deallocation for variable gaussian. This is a CCTK variabletradke2001-09-03
* Adding parameter "drift_correct_horizon" to apply the drift only to themiguel2001-08-31
* Fixed several bugs in the call to CCTK_ReduceLocalScalar where the drift corr...diener2001-08-31
* Added dependency on modules for new source file AHFinder_output.F.tradke2001-08-30
* Moved the definition of npoints to a place before the first use.diener2001-08-29
* Adding Scott's correction for drift in shift. Please update!miguel2001-08-29
* Replaced "char('0' + int)" by "char(48 + int)" in string concatenation.tradke2001-08-20
* Adding variables for drift correcvtion.miguel2001-08-20
* Changing the code so that arryas start at 1 and not at 0. This is bettermiguel2001-08-20
* Do not output zero-sized arrays.tradke2001-08-17
* Moved the output code from the main function into a separate routinetradke2001-08-17
* Making sure we don't end up with too fiew points per proc, since in thatmiguel2001-08-02
* FARGUMENTS -> ARGUMENTSallen2001-07-04
* The asymmetry indices are now normalized by the monopole term.miguel2001-07-04
* Adding code to calculate asymetries indices.miguel2001-07-02
* FARGUMENTS -> ARGUMENTSallen2001-06-25
* Saving 3D files now works.miguel2001-06-19
* Eliminating the check to se if the finder is active. This is now done inmiguel2001-06-18
* minor change.miguel2001-06-18
* Making sure that the option "guessold" works when looking for 3 horizons.miguel2001-06-12
* Adding parameters "ahf_mask_0" (etc) to control what horizons will be excisedmiguel2001-06-07
* MInor change to output file for alm coefficients. This is in order to bring itmiguel2001-06-01
* minor change.miguel2001-05-14
* Modifying the way the buffer zone for the mask is found.miguel2001-05-14
* CCTK_FILEVERSIONallen2001-05-10
* Minor change in the way in which "findafter" and "findaftertime" aremiguel2001-04-27
* Optimized AHFinder_fun.F. Manually inlined the legendre polynomials. Got riddiener2001-04-11
* Sorry, I had left a couple of undeclared variables.miguel2001-04-11
* Minor optimization. Nowhere as impressive as what Peter has been doing.miguel2001-04-11
* Adding the possibility of different types of mask: cube, polyhedra, sphere.miguel2001-03-30
* Cleaning up.miguel2001-03-30
* Removing apostrophes in comments which the linux preprocessor hates.allen2001-03-11
* Minor change to screen otuput.miguel2001-02-28
* Use the new interpolation flesh API routines and call the new interpolationtradke2001-02-16
* Added missing dependencies on module file.tradke2001-02-15
* Fixed an bug in an error criteria that was making the finder think thatmiguel2001-02-01
* Making sure that we only produce output for horizons and not for surfacesmiguel2001-01-31
* Several changes:miguel2001-01-25
* Changing counter of multiple horizons so that it goes from 1 to 3miguel2001-01-25
* Deleting obsolete lines.miguel2001-01-25
* Minor change to messages on screen.miguel2001-01-25
* Minor changes to messages to screen.miguel2001-01-25
* Minor changes.miguel2001-01-25
* Making the circumferences visible to all routines, plus getting ridmiguel2001-01-22
* Making the circumferences visible to all routines.miguel2001-01-22
* Minor change.miguel2001-01-22
* Getting rid of a goto statement.miguel2001-01-22
* Trying to fix the testsuite in the t3e. The flow algorithm passes, but themiguel2001-01-04
* Removing unneeded #include .goodale2001-01-03
* integer->CCTK_INT for calls to Cactus reduction functions.goodale2001-01-02