aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
Commit message (Collapse)AuthorAge
* Modified the code to use the aliased functions provided by StaticConformal.diener2004-02-06
| | | | | | | Otherwise the code wouldn't compile!!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@361 89daf98e-ef62-4674-b946-b8ff9de2216c
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@358 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added the SetDriftCorrectPosition prototype.diener2003-08-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@349 89daf98e-ef62-4674-b946-b8ff9de2216c
* Don't need to inherit from implementation 'Interp' anymore.tradke2003-01-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@328 89daf98e-ef62-4674-b946-b8ff9de2216c
* AHFinder uses macros.rideout2002-07-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@313 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
* Moved variables and scheduling concerned with drift correction topollney2002-03-10
| | | | | | | AEIDevelopment/DriftCorrect. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@287 89daf98e-ef62-4674-b946-b8ff9de2216c
* added ahf_radvel_corrshawley2002-03-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@283 89daf98e-ef62-4674-b946-b8ff9de2216c
* The interface.ccl and schedule.ccl to go with the changes just committed.diener2002-02-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@279 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
* added ahf_radevel_corr in drift correct varsshawley2001-12-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@269 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
* Sorry, commited wrong file.miguel2001-10-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@253 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
* Added CCTK_ARRAY variable "AHFinder::gaussian" with DISTRIB=constant DIM=2 andtradke2001-09-03
| | | | | | | | | | | SIZE=ahf_ntheta+1,ahf_nphi+1. This variable will replace the local one in AHFinder_gau.F. Since it is a CCTK variable now, it is visible to I/O methods, so you can request output for it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@235 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
* Added CCTK scalars and arrays for AHFinder output.tradke2001-08-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@217 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changes only in comments.miguel2000-11-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@155 89daf98e-ef62-4674-b946-b8ff9de2216c
* Important change for excision. The size of the excision box is nowmiguel2000-11-21
| | | | | | | | | | controlled by global scalars instead of parameters. This makes it much better because this numbers have to change. Before I was just changing the parameters which was causing trouble when recovering from checkpoint. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@153 89daf98e-ef62-4674-b946-b8ff9de2216c
* The finder doed not need to inherit from ADM.miguel2000-10-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@138 89daf98e-ef62-4674-b946-b8ff9de2216c
* Separating a group.miguel2000-04-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@76 89daf98e-ef62-4674-b946-b8ff9de2216c
* Minor change.miguel2000-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@47 89daf98e-ef62-4674-b946-b8ff9de2216c
* Latest Version of AHfinderlnerger1999-07-29
| | | | | | | Lars git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@4 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