aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Adding Scott's correction for drift in shift. Please update!miguel2001-08-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@228 89daf98e-ef62-4674-b946-b8ff9de2216c
* Replaced "char('0' + int)" by "char(48 + int)" in string concatenation.tradke2001-08-20
| | | | | | | | | The first notation didn't compile with Lahey compilers. This closes PR CactusEinstein-765. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@227 89daf98e-ef62-4674-b946-b8ff9de2216c
* Chnage in comments in output files.miguel2001-08-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@226 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding variables for drift correcvtion.miguel2001-08-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@225 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changing the code so that arryas start at 1 and not at 0. This is bettermiguel2001-08-20
| | | | | | | if we want to transform them later to Cactus arrays. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@224 89daf98e-ef62-4674-b946-b8ff9de2216c
* Parameter for drift correction.miguel2001-08-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@223 89daf98e-ef62-4674-b946-b8ff9de2216c
* Do not output zero-sized arrays.tradke2001-08-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@222 89daf98e-ef62-4674-b946-b8ff9de2216c
* Accidentally switched on storage for a not-yet-existing array.tradke2001-08-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@221 89daf98e-ef62-4674-b946-b8ff9de2216c
* Moved the output code from the main function into a separate routinetradke2001-08-17
| | | | | | | | | | located in AHFinder_output.F. This routine does the AHFinder ASCII and IEEEIO output. It also invokes an I/O method "IOAHFinderHDF5" to output AHFinder data in HDF5 file format. This is implemented by thorn AlphaThorns/IOAHFinderHDF5. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@220 89daf98e-ef62-4674-b946-b8ff9de2216c
* Made ahf_lmax non-steerable because it is used as a size parameter fortradke2001-08-17
| | | | | | | allocating CCTK arrays (which can't be dynamic right now). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@219 89daf98e-ef62-4674-b946-b8ff9de2216c
* Switch on storage for CCTK arrays for AHFinder output.tradke2001-08-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@218 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added CCTK scalars and arrays for AHFinder output.tradke2001-08-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@217 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added missing output files for testsuite.tradke2001-08-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@216 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making sure we don't end up with too fiew points per proc, since in thatmiguel2001-08-02
| | | | | | | case the integrals won't work well. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@215 89daf98e-ef62-4674-b946-b8ff9de2216c
* FARGUMENTS -> ARGUMENTSallen2001-07-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@214 89daf98e-ef62-4674-b946-b8ff9de2216c
* The asymmetry indices are now normalized by the monopole term.miguel2001-07-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@213 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding code to calculate asymetries indices.miguel2001-07-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@212 89daf98e-ef62-4674-b946-b8ff9de2216c
* FARGUMENTS -> ARGUMENTSallen2001-06-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@211 89daf98e-ef62-4674-b946-b8ff9de2216c
* Saving 3D files now works.miguel2001-06-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@210 89daf98e-ef62-4674-b946-b8ff9de2216c
* A few more stterable parameters, plus fixing the 3D data saving parameters.miguel2001-06-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@209 89daf98e-ef62-4674-b946-b8ff9de2216c
* Eliminating the check to se if the finder is active. This is now done inmiguel2001-06-18
| | | | | | | | | the schedule.ccl file. Also, initializing arrays for coeffcients for multiple horizons. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@208 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor change.miguel2001-06-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@207 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making sure that the findr is not even scheduled if inactive.miguel2001-06-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@206 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding missing file, and fixing another output file (comments changed).miguel2001-06-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@205 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making sure that the option "guessold" works when looking for 3 horizons.miguel2001-06-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@204 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding parameters "ahf_mask_0" (etc) to control what horizons will be excisedmiguel2001-06-07
| | | | | | | | when looking for more than one. This allowas the possibility of looking for all three horizons and excising only one of them (the common one, say). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@203 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making some parameters steerable.miguel2001-06-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@202 89daf98e-ef62-4674-b946-b8ff9de2216c
* MInor change to output file for alm coefficients. This is in order to bring itmiguel2001-06-01
| | | | | | | | back in line with what Amira expects to see, particularly the center of the expansion. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@201 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding missing thorns to ActiveThorns parameter.goodale2001-05-22
| | | | | | | Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@200 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor change.miguel2001-05-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@198 89daf98e-ef62-4674-b946-b8ff9de2216c
* Modifying the way the buffer zone for the mask is found.miguel2001-05-14
| | | | | | | \ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@197 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding new parameter to controil buffer zone for mask.miguel2001-05-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@196 89daf98e-ef62-4674-b946-b8ff9de2216c
* CCTK_FILEVERSIONallen2001-05-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@195 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor change in the way in which "findafter" and "findaftertime" aremiguel2001-04-27
| | | | | | | | handled. There was in fact a small bug, so the finder was forgetting when it was called for the first time when using "findaftertime". git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@194 89daf98e-ef62-4674-b946-b8ff9de2216c
* Optimized AHFinder_fun.F. Manually inlined the legendre polynomials. Got riddiener2001-04-11
| | | | | | | | | | | | | of lots of unnecessary sines and cosines, by using recursion relations. Moved factors, used in recursion relations for the associated Legendre Polynomials, depending only on L and M into local two-dimensional arrays, to avoid repeating their calculations. Ditto for normalization factors. Should give speedups of a factor of 4 on most architectures for reasonable values of lmax. The speedup should be larger for larger values of lmax. For some reason the speedup on the Hitachi is more like 16 for lmax=6. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@193 89daf98e-ef62-4674-b946-b8ff9de2216c
* Sorry, I had left a couple of undeclared variables.miguel2001-04-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@192 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor optimization. Nowhere as impressive as what Peter has been doing.miguel2001-04-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@191 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding the possibility of different types of mask: cube, polyhedra, sphere.miguel2001-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@190 89daf98e-ef62-4674-b946-b8ff9de2216c
* Cleaning up.miguel2001-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@189 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removing apostrophes in comments which the linux preprocessor hates.allen2001-03-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@188 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor change to screen otuput.miguel2001-02-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@187 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changing the default of ahf_ReportAlways to "no"miguel2001-02-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@186 89daf98e-ef62-4674-b946-b8ff9de2216c
* Chnaging default in interpolation order to 2. This is to make sure thatmiguel2001-02-27
| | | | | | | we still get the same behaviour as before with the default. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@185 89daf98e-ef62-4674-b946-b8ff9de2216c
* Use the new interpolation flesh API routines and call the new interpolationtradke2001-02-16
| | | | | | | | | | | | operators from PUGHInterp (according to the setting of the AHFinder::interpolation_order parameter). Also fixed a couple of bugs related to datatypes: handles are integers but reduction variables can only be CCTK_XXX types. Unfortunately, on the T3E it still passes only the second testsuite. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@184 89daf98e-ef62-4674-b946-b8ff9de2216c
* Replaced thorn Interp by thorn PUGHInterp in the ActiveThorns list.tradke2001-02-16
| | | | | | | Also set the AHFinder::interpolation_order parameter in the parfile. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@183 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added private steerable integer parameter 'interpolation_order' defaulting to 1.tradke2001-02-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@182 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added missing dependencies on module file.tradke2001-02-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@181 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed an bug in an error criteria that was making the finder think thatmiguel2001-02-01
| | | | | | | | | | it has found a horizon when in fact it was giving up becuase it was too close to the origin. While I was at it, I cleaned up a bit the routine as well. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@180 89daf98e-ef62-4674-b946-b8ff9de2216c
* Sorry, I had left the wrong default valie in the parameter I introducedmiguel2001-02-01
| | | | | | | in my last commit. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@179 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making sure that we only produce output for horizons and not for surfacesmiguel2001-01-31
| | | | | | | found that are vlearly not horizons. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@178 89daf98e-ef62-4674-b946-b8ff9de2216c