aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_fun.F
Commit message (Collapse)AuthorAge
* 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
* Move comments to remove warnings with intel compilerallen2003-03-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@331 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
* 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
* 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
* Minor change.miguel2001-09-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@245 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
* FARGUMENTS -> ARGUMENTSallen2001-06-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@211 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
* Optimizing.miguel2000-10-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@126 89daf98e-ef62-4674-b946-b8ff9de2216c
* Putting back "integer" istead of CCTK_INT in most places. I have beenmiguel2000-05-05
| | | | | | | | advised by Gerd that it is better to keep "integer" for things that are not communicated. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@96 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor changes.miguel2000-05-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@88 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding code to calculate minimum and maximum radius of horizon.miguel2000-04-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@78 89daf98e-ef62-4674-b946-b8ff9de2216c
* cctk_parameters -> cctk_Parametersallen2000-01-27
| | | | | | | cctk_arguments -> cctk_Arguments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@39 89daf98e-ef62-4674-b946-b8ff9de2216c
* A small bug fix, plus a lot of cleaning up.miguel2000-01-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@37 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removed ' in comments for preprocessor, removed ifdef MPIs, fixedallen1999-09-24
| | | | | | | couple of compiler complaints git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@13 89daf98e-ef62-4674-b946-b8ff9de2216c
* added parallelizationlnerger1999-09-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@10 89daf98e-ef62-4674-b946-b8ff9de2216c
* This commit was generated by cvs2svn to compensate for changes in r2, whichlars1999-07-21
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@3 89daf98e-ef62-4674-b946-b8ff9de2216c