aboutsummaryrefslogtreecommitdiff
path: root/src/Extract.F
Commit message (Collapse)AuthorAge
* Added private STRING parameter Extract::interpolation_operator defaulting toherrmann2003-05-12
| | | | | | | | | | | | | | | | | | | | | "Lagrange polynomial interpolation". See LocalInterp for other interpolation_operator values. At the moment LocalInterp will use "Lagrange polynomial interpolation (tensor product)". Changed the testsuites to use "Lagrange polynomial interpolation (maximum degree)" to get the same behaviour as before and the testsuites to pass again. They didn't pass before, because the interpolator gives slightly different answers for the "tensor product" version. The Moncrief Q's should be zero for Schwarzschild. The result is for example 10^-6 rather than 10^-5 which was reported as a fail. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@77 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Use the generic routines sqrt(), sin(), cos(), etc. instead of double-precisiontradke2002-06-18
| | | | | | | ones dsqrt(), dsin(), dcos(), detc. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@59 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Work with a physical metricallen2002-05-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@54 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Use IO::out_dir instead of the old IO::outdir parameter.tradke2002-05-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@53 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Version of Extract converted to new ADM Base, passes testsuite. Checkallen2002-04-26
| | | | | | | | now for existence of conformal factor which was missing before. Should be fixed to run without a conformal factor soon. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@51 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Inserted a continuation line to make it compiling with NAG compiler.tradke2001-10-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@43 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Use the new interpolation flesh API routines and call the new interpolationtradke2001-02-15
| | | | | | | | operators from PUGHInterp (according to the setting of the Extract::interpolation_order parameter). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@37 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* CCTK_FortranString() needs a CCTK_INT to be passed as the length.tradke2001-02-15
| | | | | | | Now the testsuite on T3E passes again. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@33 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Fixed bug in filehandle ... should fix the problem ryoji had on the T3Eallen2001-01-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@32 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Added titles to xgraph files with name of variable being outputallen2001-01-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@31 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* T3E doesn't like MODULO, MOD works, 'though.goodale2000-12-15
| | | | | | | Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@26 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Added back output of imaginary parts which had been accidently removedallen2000-12-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@25 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Files from extract are now available on the web server (HTTPDExtra)allen2000-10-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@24 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Beta 8 name changesallen2000-07-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@19 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Fixed typoallen2000-07-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@17 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Disable extract if itout is 0.tradke2000-06-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@16 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Removing warningsallen2000-04-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@13 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* integer -> CCTK_INT for T3Eallen2000-03-10
| | | | | | | Fix for CactusEinstein/270 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@12 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* cctk_parameters -> cctk_Parametersallen2000-01-27
| | | | | | | cctk_arguments -> cctk_Arguments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@10 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* Fixed bug in extract on multiprocessors, and tidied up especiallyallen2000-01-11
| | | | | | | reorganising the Extract.F file git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@9 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
* This commit was generated by cvs2svn to compensate for changes in r2, whichallen1999-11-01
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@3 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129