aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Correct sign error in the sine wave initial data. Thanks to Ianschnetter2006-11-28
| | | | | | | Hinder for noting this error. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@97 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Fixed non-conformant F77 code: remove trailing semicolons,tradke2006-08-31
| | | | | | | | | use the '.eq.' comparison operator instead of '=='. While g77 and the Intel compiler apparently ignore the problem, the Portland compiler stops with an error. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@96 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Add a new type of plane waves: these are sinusoidal, as necessary forschnetter2005-03-21
| | | | | | | the Mexico tests. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@89 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Use sqrt instead of **0.5schnetter2005-03-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@88 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@82 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Reduce subroutine name to less than 31 charactersallen2002-05-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@77 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Adding Eric's standing plane wave solution.pollney2002-05-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@76 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* change routine names to avoid clashesallen2002-05-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@72 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* removing an old einstein.hallen2002-05-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@70 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Converted to new ADMBase, StaticConformal stuff.goodale2002-04-26
| | | | | | | Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@68 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Changing to Fortran 77allen2001-09-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@63 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* FARGUMENTS -> ARGUMENTSallen2001-06-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@62 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* cctk_parameters -> cctk_Parametersallen2000-01-27
| | | | | | | cctk_arguments -> cctk_Arguments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@44 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Adding CCTK_INFOs and CCTK_WARNs instead of print statements and stopsallen1999-11-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@41 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Initialise the wave center.goodale1999-10-24
| | | | | | | Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@36 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* New names for include filesallen1999-06-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@17 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Implementing new naming convention for variables on the cGH. See cGH.h forallen1999-06-25
| | | | | | | details. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@16 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Double -> CCTK_REALallen1999-06-15
| | | | | | | | | | | | | REAL -> CCTK_REAL POINTER -> CCTK_POINTER VARIABLE_REAL -> CCTK_VARIABLE_REAL (etc) GH->iteration is now an int (not an unsigned long int) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@15 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Fixed breakline in wrong placeallen1999-05-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@14 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Changed h?? to k?? everywhere (apart from parameter files)allen1999-04-22
| | | | | | | | Changed CCTK_Warn to the new macro CCTK_WARN which takes the same arguments as CCTK_Warn used to take git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@13 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Removed LinearElliptic.Fallen1999-04-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@11 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Enough changes to get planewaves to run!tobias1999-04-02
| | | | | | | | NOTE: The parameters are still messed up both this is a known, and possibley fixed problem. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@10 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* These changes should allow IDLinearWaves to compile...tobias1999-04-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@9 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Some bug fixes ... but still getting a compilation error (on irix) inallen1999-03-31
| | | | | | | | LinearWaves.F, it seems like two parameters are being given the same alias name. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@8 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Added a taballen1999-03-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@7 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* Need one of theseallen1999-03-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@6 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
* the linear wave routineslanfer1999-03-16
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@3 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7