aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* 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
* 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 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
* 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
* 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
* 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
* 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
* 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
* 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
* Several changes:miguel2001-01-25
| | | | | | | | | | | | | | 1) Minor changes to messages to screen. 2) Changing counter for multiple horizons so that it starts counting from 1 and not from 0. 3) The most important change is that I had to reintroduce some goto statements that I deleted in my previous commit. The code was not working properly any more. I will think a bit more about how to eliminate them properly. m git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@176 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changing counter of multiple horizons so that it goes from 1 to 3miguel2001-01-25
| | | | | | | | instead of from 0 to 2. Being a Fortran programer, I get confused with starting to count from 0! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@175 89daf98e-ef62-4674-b946-b8ff9de2216c
* Deleting obsolete lines.miguel2001-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@174 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor change to messages on screen.miguel2001-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@173 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor changes to messages to screen.miguel2001-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@172 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor changes.miguel2001-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@171 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making the circumferences visible to all routines, plus getting ridmiguel2001-01-22
| | | | | | | of goto statements. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@170 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making the circumferences visible to all routines.miguel2001-01-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@169 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor change.miguel2001-01-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@168 89daf98e-ef62-4674-b946-b8ff9de2216c
* Getting rid of a goto statement.miguel2001-01-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@167 89daf98e-ef62-4674-b946-b8ff9de2216c
* Trying to fix the testsuite in the t3e. The flow algorithm passes, but themiguel2001-01-04
| | | | | | | minimization still fails. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@164 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removing unneeded #include .goodale2001-01-03
| | | | | | | Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@163 89daf98e-ef62-4674-b946-b8ff9de2216c
* integer->CCTK_INT for calls to Cactus reduction functions.goodale2001-01-02
| | | | | | | Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@162 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removing lonely apostrophe.goodale2000-12-19
| | | | | | | Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@159 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixing minor bugs in 2D output of 3-horizon functions ahfgrid3 and ahf_exp3miguel2000-12-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@158 89daf98e-ef62-4674-b946-b8ff9de2216c
* Several changes:miguel2000-11-21
| | | | | | | | | | | | | 1) Now I use the cactus routines ConfToPhys and PhysToConf instead of doing it independently. 2) I have eliminated a goto statement that was causing the compilation to be very slow (specially on Linux). 3) Some cleaning up. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@154 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removed apostroph in comment. Linux preprocessor doesn't like this.tradke2000-11-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@152 89daf98e-ef62-4674-b946-b8ff9de2216c
* Small change. Now outputs zeros for the mass, area, etc. when no horizonmiguel2000-11-16
| | | | | | | | was found. This is better since it makes it easier to identify on the plots. Also, it prevents having there files with titles but no data in them. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@151 89daf98e-ef62-4674-b946-b8ff9de2216c
* Sorry, I commited the wrong file last time. The changes here are themiguel2000-11-03
| | | | | | | | addition of the cartoon flag plus a bug in the excision part that was only present when the horizon was not centered on the origin. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@150 89daf98e-ef62-4674-b946-b8ff9de2216c
* Adding a cartoon flag plus cleaning up a bit.miguel2000-11-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@149 89daf98e-ef62-4674-b946-b8ff9de2216c
* Many small changes to fix some bugs in the 3 horizon mode that affectedmiguel2000-10-30
| | | | | | | | octant symmetry. This changes have no effect in the 1 horizon mode, nor do thye have any effect in 3 horizon mode with a full grid. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@148 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making the global coordinate ranges global variables declared in themiguel2000-10-30
| | | | | | | module AHFinder_dat.F to avoid calculating them several times. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@147 89daf98e-ef62-4674-b946-b8ff9de2216c
* Teaching the finder about bitant grids. Not tested!miguel2000-10-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@146 89daf98e-ef62-4674-b946-b8ff9de2216c
* Chnaging the way the interpolator was called to have it in the exact samemiguel2000-10-30
| | | | | | | way as in routine AHFinder_int.F git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@145 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changing the way the local origin of the coordinate system is obtained. Gabmiguel2000-10-30
| | | | | | | told me that the older way would become obsolete soon. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@144 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making sure I don't do unnecessary interpolations. This seems to havemiguel2000-10-29
| | | | | | | | a huge impact on the speed of the flow algorithm. It is now twice as fast on the testsuite! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@143 89daf98e-ef62-4674-b946-b8ff9de2216c
* Making sure the flow algorithm knows about different initial guess options.miguel2000-10-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@142 89daf98e-ef62-4674-b946-b8ff9de2216c
* Eliminating obsolete commands.miguel2000-10-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@141 89daf98e-ef62-4674-b946-b8ff9de2216c