aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_mask.F
Commit message (Collapse)AuthorAge
* changes to AHFinder to use the new reduction API. Some problems appeared ↵yye002005-12-07
| | | | | | when converting AHFinder_int.F, irregularities with behavior, MPI stalls etc... This is currently being investigated. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@383 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added a parameter to only start setting the excision mask after a certaindiener2005-02-23
| | | | | | | time. The default value is set so that the normal behaviour is not changed. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@376 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
* Fixed old #ifdef reference to DEVELOPMENT_SIMPLEEXCISION to the newpollney2002-10-09
| | | | | | | version, EXCISION_SIMPLEEXCISION git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@317 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
* 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
* 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
* FARGUMENTS -> ARGUMENTSallen2001-06-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@211 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 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
* 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
* Minor changes.miguel2001-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@171 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
* *** empty log message ***miguel2000-10-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@136 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed a bug in the mask initialization. It turns out that the mask was not ↵miguel2000-10-11
| | | | | | | | | being initialized if the finder didn't start looking for horizons at the first time step. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@123 89daf98e-ef62-4674-b946-b8ff9de2216c
* Did a global minimum reduction on rhor to get it right on multiplemiller2000-09-21
| | | | | | | | | | | | PEs. I made sure it passes both testsuites on the origin on 1 and 8 PEs. (I tried running the testsuites on my linux box, but it started smoking when I tried, not realizing the new AHFinder testsuites are 100^3!). -Mark git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@116 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixing bug found by Mark.miguel2000-09-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@115 89daf98e-ef62-4674-b946-b8ff9de2216c
* New names for symmetry boundary conditionsallen2000-05-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@97 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 chnage.miguel2000-04-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@71 89daf98e-ef62-4674-b946-b8ff9de2216c
* Add possibility of a cubical mask.miguel2000-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@58 89daf98e-ef62-4674-b946-b8ff9de2216c
* Small change in calculation of mask.miguel2000-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@50 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
* 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