aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* An EinsteinExact version of qlm-ks.par. Generates NaN's inside theHEADmasterdiener2012-10-24
| | | | | | | | | horizon, but those get's masked by the carpet mask and so does not affect the norms. Passes the test when compared with the data produced by qlm-ks.par (at least on my laptop). git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@40 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Move MPI support from flesh to a thorneschnett2012-07-21
| | | | | | | | | | Move MPI support from flesh to thorn ExternalLibraries/MPI. This also requires thorns that call MPI directly to declare this in their configuration.ccl. Existing configurations using MPI need to include ExternalLibraries/MPI into their thorn list. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@39 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* properly construct Fotran string from Cactus string for write() statementrhaas2012-02-22
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@37 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* support named spherical surfacesrhaas2012-01-25
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@36 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Temporarily removed scalar output of complex variables untilbentivegna2011-10-18
| | | | | | | the driver's reduction methods get extended. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@33 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* QuasiLocalMeasures: in test/qlm-bl.par schedule AHFinderDirect ineschnett2011-04-02
| | | | | | | | | | | ANALYSIS instead of POSTSTEP so that Carpet::init_3levels works. Otherwise AHFinderDirect runs on negative time levels and the interpolator fails due to lack of timelevels in AHmask. Reducing prolongation_order_time does not help since init3_levels needs prolongation_order_time==2 apparently. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@31 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Fixed sign typo in Legendre polynomial derivative dp5. Regenerated testsuitesbentivegna2010-07-10
| | | | | | | to reflect the correct value of J5. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@27 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Regenerated testsuites after change in tetrad in revision 24.bentivegna2010-07-10
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@26 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Modified the spin multipole calculation to use the IH "spin density",bentivegna2010-07-10
| | | | | | | rather than Im(Psi2). Regenerated testsuites. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@25 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Correct calculation of timelike normal to the hypersurface.eschnett2010-07-10
| | | | | | | | This corrects an obvious problem, but I have not updated or looked at test cases. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@24 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Declare and define "theta"eschnett2010-07-09
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@23 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Fixed redundant factor in area element used for calculation of multipolebentivegna2010-07-06
| | | | | | | | moments. The mass multipoles now agree with the Kerr values, the spin ones still do not. Updated testsuites. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@22 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* test commitknarf2010-06-17
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@20 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Added test.ccl with more relaxed tolerances. This is meant to guarantee thatbentivegna2010-06-15
| | | | | | | | | the tests pass on different architectures than the one where the data files were produced. However, these values are too high for, e.g., code verification of new changes. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@19 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Regenerate testsuites to eliminate odd results from previous commitbentivegna2010-06-15
| | | | | | | | | | (the new files are similar to the second-to-last version). Tests run on one core of damiana. Also replaced qlm-minkowski/quasilocalmeasures::qlm_invariant_coordinates.norm_inf2.asc with qlm-minkowski/quasilocalmeasures::qlm_invariant_coordinates.norm_inf.asc. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@18 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Correct Fortran syntaxschnetter2010-06-06
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@17 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* From Barry Wardell:schnetter2010-05-25
| | | | | | | | | | While working on the HTML documentation, I found that the documentation for the LSUThorns/QuasiLocalMeasures thorn has a misplaced \begin{itemize} which is ignored by pdflatex, but not by latex. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@16 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Use second order time interpolationschnetter2010-05-17
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@15 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Correct the connectivity in the polygonal data of the VTK output,schnetter2010-05-13
| | | | | | | which right now is wrong across phi=0. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@14 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Remove variables containing derivative of the two-metric.schnetter2010-04-11
| | | | | | | | | Correct some comments. Remove format statements from VTK output code. Remove output_vtk option. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@13 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Update test suitesschnetter2010-04-11
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@12 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Add exmample parameter filesschnetter2010-04-10
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@11 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Fixed a few declarations in ih_analyse.F90.bentivegna2010-04-10
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@10 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Changed label "ADM" -> "Landau-Lifshitz" for the existing definitions (frombentivegna2010-04-10
| | | | | | | Weinberg); added ADM definitions (from Alcubierre's book). git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@9 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Update test casesschnetter2010-04-08
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@8 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Added a VTK writer to simplify visualization with VisIt.bentivegna2010-04-08
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@7 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Calculate 2-Ricci scalar more efficientlyschnetter2010-04-07
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@6 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Correct nansschnetter2010-04-07
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@5 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Update test suite resultsschnetter2010-04-07
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@4 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Simplify parameter files. Update test case output.schnetter2010-04-06
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@3 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* *** empty log message ***schnetter2010-04-03
| | | | git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@2 ef6f4158-a8ee-47d1-ba14-cb73256398e0
* Standard project directories initialized by cvs2svn.(no author)2010-04-03
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@1 ef6f4158-a8ee-47d1-ba14-cb73256398e0