aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Correct the MPI replacement routines. Compiles, but untested.schnetter2004-04-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@28 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Do not initialise MPI_Datatype object with integer constants.schnetter2004-04-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@27 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@26 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Remove \href.schnetter2003-07-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@25 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Move declarations before statements.schnetter2003-06-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@24 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Fix optimisations that didn't work on multiple processors.schnetter2003-05-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@23 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Optimise the common case.schnetter2003-05-10
| | | | | | | Output timing values if desired. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@22 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Use different cactus style file.schnetter2003-05-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@21 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Make all initialisers constant, as required by ANSI C.schnetter2003-04-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@20 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Disable the assert statements in the inner loop by default.schnetter2003-03-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@19 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Changed many "cGH *" arguments to "const cGH *".schnetter2003-03-11
| | | | | | | Pad: further development. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@18 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Choose the correct destination regions.schnetter2003-03-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@17 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Allow passing null pointers for the arrays if the processor-localschnetter2003-03-01
| | | | | | | array extent is zero. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@16 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Completed the work for the previous commit.schnetter2003-02-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@15 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Make it also work with less than three dimensions.schnetter2003-02-28
| | | | | | | | Create a Fortran wrapper. Create an interface for the Fortran wrapper. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@14 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Fixed Cactus-to-MPI type conversion for complex types.schnetter2002-11-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@13 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Removed the restriction that the slab types have to be CCTK_REAL.schnetter2002-11-07
| | | | | | | Boy, is juggling Cactus, MPI, and C types a mess. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@12 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Small doc change.schnetter2002-11-06
| | | | | | | Fixed warnings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@11 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Fixed bug in doc.schnetter2002-11-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@10 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Added thorn documentation.schnetter2002-11-06
| | | | | | | | Added option table argument. Added copyright statement. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@9 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Added capabilities to compile in Carpet and PUGH at the same time.schnetter2002-11-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@8 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Added "TODO" point.schnetter2002-10-23
| | | | | | | | Added a bit more documentation. Added some restrict qualifiers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@7 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Small cleanups to remove warnings.schnetter2002-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@6 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Removed C99-isms. *sigh* -- here goes quite a bit of readability.schnetter2002-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@5 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* ???schnetter2002-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@4 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Now respecting ghost zones and boundaries.schnetter2002-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@3 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* A generic slabbing thorn.schnetter2002-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@2 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
* Standard project directories initialized by cvs2svn.(no author)2002-10-22
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@1 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8