aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Remove #warningeschnett2012-05-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@34 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Declare all loop variables privateeschnett2012-05-05
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@33 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Replace an 'else where' with 'elsewhere'. I wonder why more compilers havediener2010-08-17
| | | | | | | not complained about this. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@27 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Fix typo. Could cause problems with convergence in some cases, I guess.diener2009-04-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@23 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Correct errorlet in commentschnetter2008-03-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@21 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Check method in the schedule to clarify scheduleschnetter2008-03-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@20 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Remove unused variables.schnetter2008-02-19
| | | | | | | Correct OpenMP error. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@19 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Remove unused variableschnetter2008-02-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@18 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Handle different sizes of integer and CCTK_INT correctly.schnetter2008-02-19
| | | | | | | Correct OpenMP error. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@17 4ec1db94-0e4f-0410-ada3-8bed251432c9
* I forgot to commit this yesterday. Changes related to the new reduction schemediener2008-02-06
| | | | | | | and added OpenMP directives. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@16 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Change the scheme for reductions. Before, reductions was done over the fulldiener2008-02-05
| | | | | | | | | | grid functions using CCTK_Reduce. Now, reductions are done alongside the computations into local arrays and then these are reduced using CCTK_ReduceLocArrayToArray1D. This is much more efficient. In addition OpenMP directives are added to allow for mixed MPI/OpenMP usage. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@15 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Added OpenMP directives for mixed MPI, OpenMP mode.diener2007-12-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@14 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Add the option to use user defined regions for the elliptic smoothingdiener2007-10-09
| | | | | | | | procedure. Works by setting the admbase variables to zero in these regions before doing the smoothing. Needs some testing. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@12 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Add "implicit none"schnetter2007-09-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@11 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Give all strings the same lengthschnetter2007-09-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@10 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Changes in methodology for filling in the interior of Cook-Pfeiffer data asdiener2007-09-05
| | | | | | | | | | | | | | used in the "turducken" paper. This includes some spline blending from Erik and the most recent method of filling in the interior using an elliptic equation with the "good" points as boundary values. This method uses a conjugate gradient solver (built in), that should be robust (i.e. it should always work) but may not be the fastest. However, since this is only done on initial data this shouldn't be an issue. The elliptic method currently support a second order, fourth order and sixth order equation, that will give C0, C1 and C2 solutions, respectively, across the boundary of the fill in region. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@7 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Make it possible to smooth the transition from the exact data to flatschnetter2004-10-12
| | | | | | | space git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@4 4ec1db94-0e4f-0410-ada3-8bed251432c9
* Give people more choice for what kind of Minkowski they want.schnetter2004-07-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@3 4ec1db94-0e4f-0410-ada3-8bed251432c9
* A new excision thorn.schnetter2004-06-19
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@2 4ec1db94-0e4f-0410-ada3-8bed251432c9