aboutsummaryrefslogtreecommitdiff
path: root/src/metrics/Milne.F
Commit message (Collapse)AuthorAge
* Fix compiler warnings.knarf2012-12-19
| | | | | | | | | | Most of them could be fixed by renaming .F77 files to .F Some had to be fixed by explicitly declaring some variables using CCTK_DECLARE() (which also only works for .F, not for .F77) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@287 e296648e-0e4f-0410-bd07-d597d9acff87
* Modified Files:jthorn2002-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.code.defn Added Files: Alvi.F77 Bertotti.F77 Bianchi_I.F77 Goedel.F77 Kasner_axisymmetric.F77 Kasner_generalized.F77 Kasner_like.F77 Kerr_BoyerLindquist.F77 Kerr_KerrSchild.F77 Lemaitre.F77 Milne.F77 Minkowski.F77 Minkowski_funny.F77 Minkowski_gauge_wave.F77 Minkowski_shift.F77 Robertson_Walker.F77 Schwarzschild_EF.F77 Schwarzschild_Lemaitre.F77 Schwarzschild_Novikov.F77 Schwarzschild_PG.F77 Thorne_fakebinary.F77 anti_de_Sitter_Lambda.F77 boost_rotation_symmetric.F77 bowl.F77 constant_density_star.F77 de_Sitter.F77 de_Sitter_Lambda.F77 multi_BH.F77 Removed Files: Alvi.F Bertotti.F Bianchi_I.F Goedel.F Kasner_axisymmetric.F Kasner_generalized.F Kasner_like.F Kerr_BoyerLindquist.F Kerr_KerrSchild.F Lemaitre.F Milne.F Minkowski.F Minkowski_funny.F Minkowski_gauge_wave.F Minkowski_shift.F Robertson_Walker.F Schwarzschild_EF.F Schwarzschild_Lemaitre.F Schwarzschild_Novikov.F Schwarzschild_PG.F Thorne_fakebinary.F anti_de_Sitter_Lambda.F boost_rotation_symmetric.F bowl.F constant_density_star.F de_Sitter.F de_Sitter_Lambda.F multi_BH.F Rename files which really are Fortran 77 from foo.F (= Cactus Fortran 90 fixed form) to foo.F77 (= Fortran 77) This means they're now compiled with a Fortran 77 compiler. This should make no difference to the semantics (they were already Fortran 77 code), but makes it easier to compile this thorn on platforms which have a Fortran 77 compiler but no Fortran 90 compiler. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@134 e296648e-0e4f-0410-bd07-d597d9acff87
* [[This is a redo of my "cvs import" of 2002/06/11, this time using properjthorn2002-06-16
cvs operations (commit/delete/add) to preserve the full CVS history of this thorn.]] This is a major cleanup/revision of AEIThorns/Exact. Major user-visible changes: * major expansion of doc/documentation.tex * major expansion of documentation in param.ccl file * rename all parameters, systematize spacetime/coordinate/parameter names (there is a perl script in par/convert-pars.pl to convert old parameter files to the new names) * [from Mitica Vulcanov] many additions and fixes to cosmological solutions and Schwarzschild-Lemaitre * fix stress-energy tensor computations so they work -- before they were all disabled in CVS (INCLUDES lines were commented out in interface.ccl) due to requiring excessive friendship with evolution thorns and/or public parameters; new code copies parameters to restricted grid scalars, which Cactus automagically "pushes" to friends * added some more tests to testsuite, though these don't yet work fully Additional internal changes: * rename many Fortran subroutines (and a few C ones too) so their names start with the thorn name to reduce the chances of name collisions with other thorns * move all metrics to subdirectory so the main source directory isn't so cluttered * move two files containing subroutines which were never called (they didn't belong in this thorn, but somehow got into cvs by accident) into new archive/ directory * some (small) improvements in efficiency -- the exact_model parameter is now decoded from a keyword (string) to an integer once at INITIAL, and that integer tested by the stress-energy tensor code, rather than requiring a separate series of string tests at each grid point (!) like the old stress-energy tensor code did Files moved/renamed from ../ to this directory Minkowski_gauge_wave.F moved from ../GaugeWave.F Bianchi_I.F moved from ../bianchiI.F de_Sitter.F moved from ../desitter.F Schwarzschild_EF.F moved from ../finkelstein.F Minkowski_shift.F moved from ../flatshift.F Kasner_like.F moved from ../kasner_l.F Milne.F moved from ../milne.F Schwarzschild_Novikov.F moved from ../novikov.F boost_rotation_symmetric.F moved from ../boostrotmetric.F Minkowski_funny.F moved from ../flatfunny.F Goedel.F moved from ../godel.F Kerr_BoyerLindquist.F moved from ../kerrcart.F Minkowski.F moved from ../minkowski.F Robertson_Walker.F moved from ../rob-wal.F bowl.F moved from ../bowl.F Thorne_fakebinary.F moved from ../fakebinary.F Schwarzschild_PG.F moved from ../flatschwarz.F Kerr_KerrSchild.F moved from ../kerrschild.F multi_BH.F moved from ../multiBH.F constant_density_star.F moved from ../starschwarz.F New files: Alvi.F for Alvi metric, from Nina Jansen Alvidef.c for Alvi metric, from Nina Jansen Bertotti.F from Mitica Vulcanov Kasner_axisymmetric.F from Mitica Vulcanov Kasner_generalized.F from Mitica Vulcanov Lemaitre.F from Mitica Vulcanov Schwarzschild_Lemaitre.F from Mitica Vulcanov anti_de_Sitter_Lambda.F from Mitica Vulcanov de_Sitter_Lambda.F from Mitica Vulcanov Changed files: make.code.defn git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@103 e296648e-0e4f-0410-bd07-d597d9acff87