aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Largely rewrite to work with mesh refinement.HEADmasterAnton Khirnov2016-02-26
* Add return to default branch of case statement to avoid compiler warningsvnhinder2012-11-26
* Remove unused variable declarationshinder2012-11-26
* Comment out unused variable declarationhinder2012-11-26
* ApplyCartoon.m: Initialise variable to avoid warninghinder2012-11-26
* In the IBM compiler malloc returns a null pointer when allocating 0diener2011-10-21
* Avoid nans on the symmetry axiseschnett2011-10-08
* Correct width of symmetry boundarieseschnett2011-06-07
* Correct routine nameeschnett2011-06-06
* Register the correct symmetry boundary widtheschnett2011-06-06
* Correct malloc error and memory leak when the tag "whiskycartoon" isschnetter2008-02-27
* Loop over the grid points in a different order. This may or may notschnetter2008-01-16
* Don't adapt the grid size automatically -- this doesn't work.schnetter2008-01-16
* Recognise the "whiskycartoon" tag. Patch provided by Thorsten.pollney2007-11-08
* Port Erik's changes from RotatingSymmetry90 over to Cartoon. Thishawke2005-12-07
* Zeroth attempt at doing excision with Cartoon. Now requires thehawke2005-11-10
* Modify the ENO interpolators so that it takes an "order" parameter.hawke2005-09-14
* Remove now unnecessary workaround for making cGH pointer not const.schnetter2005-06-01
* Remove unused code.schnetter2005-06-01
* Handle groups of tensor type Scalar that have more than one component.schnetter2005-06-01
* Use CCTK_REAL instead of floatschnetter2005-06-01
* Add $Header$ comment.schnetter2005-06-01
* Handle tensor type alias "d".hawke2005-05-04
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Provide symmetry interpolation.schnetter2004-05-28
* Remove PRIVATE and PUBLIC macros.schnetter2004-05-16
* Indent properly. Declare local functions static.schnetter2004-05-15
* Abort if the tensor type is unknown.schnetter2004-05-15
* Looks like I didn't understand how the ORIGIN_SPACE macro works. This should ...hawke2004-05-15
* Check the grid size when running instead of at paramcheck timeschnetter2004-05-14
* Move the declarations of variables in the ENO interpolator to thehawke2004-04-27
* (Changes from Ian Hawke.)schnetter2004-03-09
* Register with SymBase.schnetter2004-03-09
* Use correct type CCTK_INT instead of int when calling aliased functionsschnetter2004-03-07
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Fix compiler warnings.rideout2003-06-04
* Don't bother to retrieve faces, widths, or tables data on selected GVs.rideout2003-05-07
* Support for new method of handling boundary widths for boundary conditions.rideout2003-05-05
* Include faces argument for Boundary_SelectedGVs.rideout2003-02-13
* Routine to execute the Cartoon bcs on all selected vars.rideout2003-01-08
* Commenting out reset of symmetries for ADM_BSSN stagleap variables,rideout2003-01-08
* Removing extraneous argument to a CCTK_VInfo call.rideout2003-01-08
* Added scheduled routine for 'resetting symmetries' for WaveToy.rideout2002-11-28
* Add comment about how BndCartoon2DVI is able to execute boundaryrideout2002-11-28
* Fixed wrong datatypes for variables (CCTK_INT <-> int, CCTK_REAL <-> double).tradke2002-06-04
* Get the file name right in the fileversions I committed just now ...allen2002-05-09
* removed compiler warningsallen2002-05-09
* Removed compiler warning (unused lny)allen2002-05-09
* Fixed compiler warnings, added the nearly standard comment formatallen2002-05-09
* Added required syncronisation before cartoon interpolation routine topollney2002-05-09