aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Remove CVS $Header$ commentsschnetter2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@38 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Don't #include <mpi.h>schnetter2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@37 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Spit out a warning if autores feature is used.reisswig2008-05-13
| | | | | | | (Autores will not work with checkpoint/recovery) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@36 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Add const qualifierschnetter2008-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@34 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* - fixed "surface not valid" bugreisswig2008-01-23
| | | | | | | - replaced MPI calls by ReduceLocScalar calls git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@33 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* - introduced warn messages instead of asserts.reisswig2007-11-22
| | | | | | | - limit resolution by maxntheta/maxnphi if reached git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@32 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Remove run-time dependency on Carpet.schnetter2007-11-03
| | | | | | | | | Use CCTK_VInfo instead of printf. Improve schedule during initialisation. Some cleanup. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@31 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* removed...now in setup.ccreisswig2007-11-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@30 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* new setup.ccreisswig2007-11-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@29 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* - introduced auto-res featurereisswig2007-11-02
| | | | | | | | - introduced two new attributes that store with which reflevel a surface will intersect or is fully contained git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@28 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Check consistency of spherical surfaces at every iterationschnetter2007-08-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@27 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Add new variable sf_active. In constrast to sf_valid, it indicatesschnetter2007-08-23
| | | | | | | | | | | whether a surface was found in the past, and thus whether it may still be used, although it is probably somewhat inaccurate. Using this version of SphericalSurface requires updating all using thorns, since sf_active has to be set correctly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@26 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Correct error in setting surface radii when the parametersschnetter2006-08-21
| | | | | | | set_spherical or set_elliptic are used. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@24 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Correct error in handling the surface origin: The origin wasschnetter2006-08-10
| | | | | | | accidentally always set to zero. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@23 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Initialise all sf_valid to zero, indicating that no surface has beenschnetter2006-06-22
| | | | | | | set yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@22 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Add the capability to initialise spherical surfaces to a certainschnetter2006-06-01
| | | | | | | coordinate radius. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@20 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Copy the parameters ntheta, nphi, nghoststheta, and nghostsphi intoschnetter2005-01-03
| | | | | | | | | grid functions with the same name, but with an "sf_" prefix. This makes it easy to output these parameters, which is necessary for visualisation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@17 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* More self-checking.schnetter2004-05-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@12 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Remove the unnecessary parameters maxnghostzones.schnetter2004-02-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@9 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* The number of ghost zones is now per surfaces.schnetter2004-02-04
| | | | | | | Do more error checking. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@6 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
* Initial import of thorn SphericalSurface from AEIDevelopment.schnetter2003-12-08
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@2 40f6ab95-0e4f-0410-8daa-ee8d7420be1d