aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Removed testsuites which depend on AEIThorns/AEILocalInterp.tradke2003-07-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@344 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
* Fix typo in documentation. Fixes PR1485.hawke2003-07-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@342 89daf98e-ef62-4674-b946-b8ff9de2216c
* Change where the logfile is opened so that the new stepsize is written to ↵hawke2003-07-07
| | | | | | | | | there instead of fort.1. Fixes PR1150. Note that I had to do a realclean to my configuration to make this work, otherwise it kept creating this file. This may be due to a peculiarity of my system though. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@341 89daf98e-ef62-4674-b946-b8ff9de2216c
* Check the return code of OutputVarByMethod and give a level 2 warning if the ↵hawke2003-07-07
| | | | | | 2D or 3D output fails (probably due to a missing IOFlexIO). Fixes PR1160. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@340 89daf98e-ef62-4674-b946-b8ff9de2216c
* Change the range of ahf_lmax to match the code (maximum is now 19, not 20). ↵hawke2003-07-07
| | | | | | Fixes PR1488. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@339 89daf98e-ef62-4674-b946-b8ff9de2216c
* Update to use 4th order differencing macros.pollney2003-06-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@338 89daf98e-ef62-4674-b946-b8ff9de2216c
* Update to new einsteinallen2003-06-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@336 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changed the type of parameter AHFinder::interpolation_operator from KEYWORDtradke2003-05-06
| | | | | | | | into STRING because we don't want to hardcode any operator names here. Thanks to FrankH for noticing this. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@335 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
* Renamed the old testsuites to test_AHF_[12]_max_degree.par. These aretradke2003-05-05
| | | | | | | | | | | explicitely using "Lagrange polynomial interpolation (maximum degree)" as interpolation operator. Added new testsuites test_AHF_[12].par which are equivalent to test_AHF_[12]_max_degree.par but use the default interpolation operator as taken from parameter AHFinder::interpolation_operator. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@333 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added private KEYWORD parameter AHFinder::interpolation_operator defaulting totradke2003-05-05
| | | | | | | | "Lagrange polynomial interpolation (tensor product)" which people told me is the best choice offered by thorn LocalInterp. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@332 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
* The routine AHFinder_InitOutput (scheduled at CCTK_INITIAL) was using myprocdiener2003-02-08
| | | | | | | | | | | | | before it was assigned a value in the routine AHFinder (scheduled at CCTK_ANALYSIS) leading to (on seaborg) that all processors attempted to create files. This worked sometimes on few processors, but failed on many processors. This assignment is now done in AHFinder_InitOutput. I have no idea why this became a problem now. In the past I have been able to run the AHFinder on seaborg. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@330 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
* 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
* New testsuite output files which are slightly different to the old onestradke2003-01-31
| | | | | | | | due to the switch to using the local interpolator from thorn LocalInterp. Results are still correct. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@327 89daf98e-ef62-4674-b946-b8ff9de2216c
* Add thorn LocalInterp to the ActiveThorns list. Removed IOBasic and IOASCIItradke2003-01-31
| | | | | | | which aren't needed for the testsuites. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@326 89daf98e-ef62-4674-b946-b8ff9de2216c
* Increase the upper range for AHFinder::interpolation_order from 3 to 4.tradke2003-01-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@325 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
* Modified ahf.gauss and *.alm headers so that output format is identical with ↵pollney2003-01-06
| | | | | | the test suites. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@323 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removing trailing whitespace, to test commits.rideout2003-01-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@322 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
* Generate .pdf figures using epstopdf, and eliminate all /ifpdf type code.rideout2002-12-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@319 89daf98e-ef62-4674-b946-b8ff9de2216c
* Finally the documentation for the AHFinder converted from HTML into LaTeX.diener2002-11-13
| | | | | | | | | | Any errors in the conversion is entirely my fault so you shouldn't complain to Miguel. The eps figures are of pretty low quality, but the have been converted from gif files. When I find some time, I'll try and generate some new plots of higher quality, but don't hold your breath. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@318 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
* minor cleaning up, plus a stupid fix to a problem with the absoft compiler.miguel2002-10-08
| | | | | | | | It turns out I needed to change the order of two definitions to stop the damm compiler from inventing a non-existent NaN. &%$#*! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@316 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed the logic in calling AHFinder_find3. Before ahfgrid3 was notdiener2002-07-25
| | | | | | | | | | properly initialized in AHFinder_find3, causing floating point exceptions on Lemieux. Now AHFinder3 is called for all three horizons and is initialized properly regardless of whether the first horizon was found or not. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@315 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added explicit array bounds to avoid triggering fp exception on Alphaspollney2002-07-15
| | | | | | | (Peter and Frank's fix). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@314 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
* 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
* Removed goto and continue statements, so that it will compile on titan.rideout2002-06-06
| | | | | | | Added $Header$. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@310 89daf98e-ef62-4674-b946-b8ff9de2216c
* adding documenation templatesikelley2002-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@309 89daf98e-ef62-4674-b946-b8ff9de2216c
* Initialize ahfmask each time storage was switched on.tradke2002-06-04
| | | | | | | This fixes core dumps in the testsuites on the T3E and DEC Alphas. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@308 89daf98e-ef62-4674-b946-b8ff9de2216c
* Zero out the edges of some grid functions before calculating their boundaries.tradke2002-06-03
| | | | | | | This fixes core dumps on Alphas and finally lets the testsuites pass. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@307 89daf98e-ef62-4674-b946-b8ff9de2216c
* Add output files created by the AHFinderallen2002-05-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@306 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor changes. Eliminating obsolete format statements and changing themiguel2002-05-24
| | | | | | | | last remaining goto's to if statements. Though is probably was more human readable before. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@305 89daf98e-ef62-4674-b946-b8ff9de2216c
* changing ifdefs and include filesallen2002-05-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@304 89daf98e-ef62-4674-b946-b8ff9de2216c
* Need to add '-N11' option to F90FLAGS for Darwin to make it compile.tradke2002-05-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@303 89daf98e-ef62-4674-b946-b8ff9de2216c
* Add correct results for the Gaussian curvatureallen2002-05-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@302 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removed unneccessary include of "cctk_DefineThorn.h" which caused painfully longtradke2002-05-08
| | | | | | | recompilation of AHFinder.F every time the thornlist changed. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@301 89daf98e-ef62-4674-b946-b8ff9de2216c
* Use IO::out_dir instead of the old IO::outdir parameter.tradke2002-05-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@300 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed I/O parameter names and added 'IO::new_filename_scheme = "no" to maketradke2002-05-06
| | | | | | | the testsuites pass again. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@299 89daf98e-ef62-4674-b946-b8ff9de2216c
* fixed include filesallen2002-05-05
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@298 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixing a CCTK_Equals statement to have a ==1allen2002-05-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@297 89daf98e-ef62-4674-b946-b8ff9de2216c
* Reducing length of function names for Conf->Phys for Absoft linuxallen2002-05-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@296 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
* Paramcheck routine to detect problems with the conformal state.diener2002-04-30
| | | | | | | Essentially just a Fortranized version of Tom's routine for ADMAnalysis. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@294 89daf98e-ef62-4674-b946-b8ff9de2216c
* Switch on storage for the ouput trigger group only at ANALYSIS.tradke2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@293 89daf98e-ef62-4674-b946-b8ff9de2216c