aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Convert SourceData.F77 from Fortran 77 fixed format to Fortran 90 free formatHEADsvnmasterdiener2010-11-03
| | | | | | | | | in order to avoid a problem with the intel compiler that caused the test suite to fail. The intel compiler seem to generate invalid code when an if statement is used. Changing to a where construct seem to cure it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@81 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Replaced '==' by '.eq.' and '<='/'>=' by '.le.'/'.ge.'.tradke2006-09-27
| | | | | | | Amazing how long this syntax error went annoticed. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@72 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Clean up floating point constants.schnetter2005-12-12
| | | | | | | Make all floating point constants double precision. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@71 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Correct error in converting C to Fortran string.schnetter2005-12-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@70 41e88fdd-2190-4c69-9c84-4659c8cf322e
* 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.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@59 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Still need to use CCTK_FortranString to pass the C parameter into theallen2002-08-21
| | | | | | | | | | | | | | | | call to the solver. call CCTK_FortranString(length,solver,fsolver) call Ell_LinFlatSolver( & ierr, & cctkGH, & iphi, & iMcoeff, iNcoeff, & AbsTol, RelTol, & fsolver(1:length)) git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@55 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Fixed typo in last commitallen2002-08-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@54 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Patch for CCTK_INFO lines from Erik Schnetter demonstrating mastery ofallen2002-08-21
| | | | | | | | | F77 string and formating commands. Closes Cactus/1207 git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@53 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Tidied up a few thingsallen2002-08-20
| | | | | | | Implements Cactus/877 git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@52 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Forgot to remove debug statementallen2002-01-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@43 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Update and testsuite for multi and single processorsallen2002-01-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@42 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Changes to info to screenallen2001-05-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@36 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Updating timelevel names, and some formatting changes.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@35 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Adding Robin back in, but still needs testingallen2001-04-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@34 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Changed to use timelevels - thanks for putting the rotation in PUGH Ed.goodale2000-03-29
| | | | | | | | | | | Note that the no-boundary condition tests assumed that phi_new had zero at its boundaries. This is, or course, no longer true with timelevel rotation. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@26 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Replacing CCTK_CARGUMENTS with CCTK_ARGUMENTS etc and some tidyingallen2000-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@25 41e88fdd-2190-4c69-9c84-4659c8cf322e
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@22 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Tidying and looking at error codes.allen2000-01-05
| | | | | | | | | | Also, added a new private parameter "solver" which contains the name of the elliptic solver to use, and so now SourceData.F77 demonstrates the jiggery-pokery needed to pass string parameter into the elliptic interface ! git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@20 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Updatesallen2000-01-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@19 41e88fdd-2190-4c69-9c84-4659c8cf322e
* changing names of the ell databaselanfer1999-11-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@18 41e88fdd-2190-4c69-9c84-4659c8cf322e
* took out debug statement, using ell database, still is different then ↵lanfer1999-11-01
| | | | | | analytic data git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@14 41e88fdd-2190-4c69-9c84-4659c8cf322e
* renamed SourceData.F to .F77lanfer1999-09-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@9 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Fixing up but it still doesn't workallen1999-09-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@8 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Restructuring a litteallen1999-09-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@7 41e88fdd-2190-4c69-9c84-4659c8cf322e
* Developingallen1999-09-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@6 41e88fdd-2190-4c69-9c84-4659c8cf322e
* This commit was generated by cvs2svn to compensate for changes in r2, whichallen1999-09-11
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@3 41e88fdd-2190-4c69-9c84-4659c8cf322e