aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Replaced constant arguments by variables with that value when calling atradke2001-09-04
* Fixed bug.tradke2001-09-04
* Call I/O method by all processors.tradke2001-09-03
* Removed allocation/deallocation for variable gaussian. This is a CCTK variabletradke2001-09-03
* Added CCTK_ARRAY variable "AHFinder::gaussian" with DISTRIB=constant DIM=2 andtradke2001-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
* Forgot to enable storage for drift_correct_vars.tradke2001-08-30
* Added dependency on modules for new source file AHFinder_output.F.tradke2001-08-30
* Enable storage for AHFinder's CCTK_SCALAR variables.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
* Chnage in comments in output files.miguel2001-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
* Parameter for drift correction.miguel2001-08-20
* Do not output zero-sized arrays.tradke2001-08-17
* Accidentally switched on storage for a not-yet-existing array.tradke2001-08-17
* Moved the output code from the main function into a separate routinetradke2001-08-17
* Made ahf_lmax non-steerable because it is used as a size parameter fortradke2001-08-17
* Switch on storage for CCTK arrays for AHFinder output.tradke2001-08-17
* Added CCTK scalars and arrays for AHFinder output.tradke2001-08-17
* Added missing output files for testsuite.tradke2001-08-02
* 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
* A few more stterable parameters, plus fixing the 3D data saving parameters.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 findr is not even scheduled if inactive.miguel2001-06-18
* Adding missing file, and fixing another output file (comments changed).miguel2001-06-12
* 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
* Making some parameters steerable.miguel2001-06-01
* MInor change to output file for alm coefficients. This is in order to bring itmiguel2001-06-01
* Adding missing thorns to ActiveThorns parameter.goodale2001-05-22
* minor change.miguel2001-05-14
* Modifying the way the buffer zone for the mask is found.miguel2001-05-14
* Adding new parameter to controil buffer zone for mask.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