aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_dis.F
Commit message (Collapse)AuthorAge
* Slight formatting changes to make the red hat C preprocessor work withoutdiener2003-11-05
| | | | | | | any special options. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@359 89daf98e-ef62-4674-b946-b8ff9de2216c
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@357 89daf98e-ef62-4674-b946-b8ff9de2216c
* Get the input variable indices for the interpolator as INTEGER and then copy ittradke2003-07-07
| | | | | | | into the CCTK_INT array. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@343 89daf98e-ef62-4674-b946-b8ff9de2216c
* Get the name for the interpolation operator to use from the new parametertradke2003-05-06
| | | | | | | AHFinder::interpolation_operator. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@334 89daf98e-ef62-4674-b946-b8ff9de2216c
* Use channel 11 rather than 1 for all output to files, since 1 may berideout2003-02-06
| | | | | | | reserved for stdout on some machines. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@329 89daf98e-ef62-4674-b946-b8ff9de2216c
* Replaced all the CCTK_InterpGV() calls by calls to the new interpolation APItradke2003-01-31
| | | | | | | | | | | | CCTK_InterpGridArrays(). Note that you now need to also compile in and activate a thorn which provides local interpolation operators (eg. LocalInterp from the CactusBase arrangement). Also evaluate the return code from CCTK_InterpGridArrays() and print a warning in case of an error. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@324 89daf98e-ef62-4674-b946-b8ff9de2216c
* Restored the assignment of disf, that had disappeared in Denis' last commit.diener2002-12-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@321 89daf98e-ef62-4674-b946-b8ff9de2216c
* Modified output so that data is appended after checkpoint, ratherpollney2002-12-13
| | | | | | | | | | | | than deleting any existing files. * Starting a run from scratch will still wipe out any files that already exist in the output directory, as is usual for cactus 1d data. * If you do a horizon find on the timestep when you are also checkpointing, then you'll end up with a duplicate point in the output, as the horizon is found again at restart. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@320 89daf98e-ef62-4674-b946-b8ff9de2216c
* Use the generic routines sqrt(), abs(), log(), etc. instead of double-precisiontradke2002-06-18
| | | | | | | | ones dsqrt(), dabs(), dlog(), detc. This makes the code compile in single precision. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@312 89daf98e-ef62-4674-b946-b8ff9de2216c
* AHFinder converted to the changes in Einstein. Passes the testsuites on thediener2002-04-30
| | | | | | | xeon. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@295 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
* 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
* 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
* 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