aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Added support for attenuated co-rotating shift in drift correction.diener2002-02-28
| | | | | | | | Fixed problem with ahf_omega_cum being reset to initial rotation parameter after restart from a checkpoint. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@278 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed ASCII output of AHFinder data.tradke2002-01-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@275 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fix for building the output filenames: Sun fortran compiler cannot trim() antradke2002-01-04
| | | | | | | empty string. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@273 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed typo.tradke2002-01-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@272 89daf98e-ef62-4674-b946-b8ff9de2216c
* A quick fix to get around a pgf90 compiler bug that seems to havepollney2001-12-19
| | | | | | | | | | | | | | been triggered by the last set of commits. I commented out the ahf_radvel_corr grid function and the reference to it in the code, and this gets around the compiler problem. This is necessary for us to do our runs on platinum. Note that you can still use Scott's new drift correction parameters, you just can't see analyse their effects by looking at the ahf_radvel_corr grid function until we work out a more permanent fix. Thanks to Gab and ThomasR for helping to diagnose this. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@271 89daf98e-ef62-4674-b946-b8ff9de2216c
* forgot to make r_old a "saved" variableshawley2001-12-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@270 89daf98e-ef62-4674-b946-b8ff9de2216c
* added a couple variables for use w/ radial drift correctionshawley2001-12-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@267 89daf98e-ef62-4674-b946-b8ff9de2216c
* added radial shift drift-correction, changed 1.1 to cactus parametershawley2001-12-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@266 89daf98e-ef62-4674-b946-b8ff9de2216c
* Moved the assignment of ahf_centroid_x and ahf_centroid_y to make surediener2001-12-17
| | | | | | | that they are output even when drift correction is not on. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@265 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed calls to CCTK_SyncGroup() which also takes an 'ierror' argument now.tradke2001-12-09
| | | | | | | You will also need to update the flesh now. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@264 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixing very subtle bug when finding distance between horizons in the casemiguel2001-11-29
| | | | | | | | | when 1 did not exist. The file was not being opened when it should have, and the code could crash later when looking for it. I hope it is fixed now. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@263 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed small bug in setting up masks for differebnt horizons independently.miguel2001-11-29
| | | | | | | | Since I don't think anybody is using this at the moment, it should have no impact on anybody's work. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@262 89daf98e-ef62-4674-b946-b8ff9de2216c
* Sorry, I had left a variable undeclared in my last commit.miguel2001-11-27
| | | | | | | Thanks to Gerd for pointing it out. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@261 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removing redundant auxilliary variables, one of them was even declared twice,miguel2001-11-26
| | | | | | | and others where never used. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@260 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor changes. Cleaning up a bit.miguel2001-11-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@259 89daf98e-ef62-4674-b946-b8ff9de2216c
* Many small changes: added more comments, reorganized a bit, plus fixedmiguel2001-11-15
| | | | | | | | | | a bug related to the axisymmetric case when non-existent array elements where being accesed. This was causing trouble on the te3. Miguel git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@258 89daf98e-ef62-4674-b946-b8ff9de2216c
* Schedule AHFInder at ANALYSIS instead of POSTSTEPallen2001-11-11
| | | | | | | AHFinder is always triggered git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@257 89daf98e-ef62-4674-b946-b8ff9de2216c
* Give some better warnings if a coordinate system / interpolator /reductiontradke2001-11-06
| | | | | | | | handle couldn't be obtained because you forgot to activate approrpiate thorns. Thanks to Michael for pointing this out. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@256 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixing format for output file.miguel2001-11-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@255 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed the header of the data file. The format for the name of the file wasmiguel2001-11-01
| | | | | | | wrong. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@254 89daf98e-ef62-4674-b946-b8ff9de2216c
* dding USES KEYWORD quadrant_direction.miguel2001-10-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@252 89daf98e-ef62-4674-b946-b8ff9de2216c
* Bugfix initializing a variable.tradke2001-10-14
| | | | | | | | | Undo my last commit for inserting continuation lines to make it compiling with NAG compiler - if the proper compiler options are used, this isn't neccessary anymore. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@251 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed some statements which seem to be non-standard (eg. exceeding 72 charstradke2001-10-12
| | | | | | | | per source line - this couldn't be broken into another continuation line by the perl preprocessor when it was in the middle of a keyword). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@250 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed filename string generation.tradke2001-10-09
| | | | | | | This closes PR CactusEinstein/806. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@249 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making sure it does not try to calculate distance between horizons when thosemiguel2001-10-03
| | | | | | | horizons do not exist. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@248 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changing the drift correction so that it sees the correct power ofmiguel2001-09-24
| | | | | | | psi controlled by the parameter rotation_psipower. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@247 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding code to integrate proper distance between horizons. At the moment,miguel2001-09-17
| | | | | | | | it only finds the distance betwen horizons 2 and 3 if they exist. If they don't, I am not sure what it will do yet. Still testing it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@246 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor change.miguel2001-09-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@245 89daf98e-ef62-4674-b946-b8ff9de2216c
* Output AHFinder data in HDF5 file format only if AHFinder::ahf_HDF5output = ↵tradke2001-09-11
| | | | | | "yes". git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@244 89daf98e-ef62-4674-b946-b8ff9de2216c
* Subtracted 1 from mfind to make it consistent with the drift_correct_horizondiener2001-09-05
| | | | | | | | | | | parameter. Moved the "ahf_centrid_[xy] = avg[xy]" statements into the if statement, so that it is only done for the horizon determined by the drift_correct_horizon parameter. Made sure that the shift is not changed on the first call to the apparent horizon finder, by adding an "if (ahf_ncall.gt.1) then" statement. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@242 89daf98e-ef62-4674-b946-b8ff9de2216c
* Moved some function parameters into a common block to reduce the size of thetradke2001-09-04
| | | | | | | argument list. Now it compiles again with the Portland compiler. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@241 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removed divisions by zero when calculating coefficients for the spherical ↵diener2001-09-04
| | | | | | harmonic recursion relations, that were causing problems on Decs. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@240 89daf98e-ef62-4674-b946-b8ff9de2216c
* Replaced constant arguments by variables with that value when calling atradke2001-09-04
| | | | | | | C routine from Fortran. This is to avoid potential datatype conversion problems. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@239 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed bug.tradke2001-09-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@238 89daf98e-ef62-4674-b946-b8ff9de2216c
* Call I/O method by all processors.tradke2001-09-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@237 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removed allocation/deallocation for variable gaussian. This is a CCTK variabletradke2001-09-03
| | | | | | | now, and storage is assigned in schedule.ccl. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@236 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding parameter "drift_correct_horizon" to apply the drift only to themiguel2001-08-31
| | | | | | | chosen horizon. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@234 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed several bugs in the call to CCTK_ReduceLocalScalar where the drift ↵diener2001-08-31
| | | | | | | | | correction is communicated to all processors from processor 0. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@233 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added dependency on modules for new source file AHFinder_output.F.tradke2001-08-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@231 89daf98e-ef62-4674-b946-b8ff9de2216c
* Moved the definition of npoints to a place before the first use.diener2001-08-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@229 89daf98e-ef62-4674-b946-b8ff9de2216c
* 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
* 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
* 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
* 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
* 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