aboutsummaryrefslogtreecommitdiff
path: root/src/ApplyCartoon.c
Commit message (Collapse)AuthorAge
* Largely rewrite to work with mesh refinement.HEADmasterAnton Khirnov2016-02-26
| | | | | As the actual work is now mostly done in the evolution code, this really only handles the symmetry condition on the x-axis.
* ApplyCartoon.m: Initialise variable to avoid warninghinder2012-11-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@134 eec4d7dc-71c2-46d6-addf-10296150bf52
* Correct malloc error and memory leak when the tag "whiskycartoon" isschnetter2008-02-27
| | | | | | | used git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@103 eec4d7dc-71c2-46d6-addf-10296150bf52
* Recognise the "whiskycartoon" tag. Patch provided by Thorsten.pollney2007-11-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@99 eec4d7dc-71c2-46d6-addf-10296150bf52
* Zeroth attempt at doing excision with Cartoon. Now requires thehawke2005-11-10
| | | | | | | | | | | | | Spacemask thorn from CactusEinstein. Initial tests suggest perfect second order convergence but not quite perfect fourth order convergence, at least at reasonable resolutions. Convergence is still better than 3rd order, though. Excision with the new spacemask has been added but not tested. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@97 eec4d7dc-71c2-46d6-addf-10296150bf52
* Handle tensor type alias "d".hawke2005-05-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@87 eec4d7dc-71c2-46d6-addf-10296150bf52
* Abort if the tensor type is unknown.schnetter2004-05-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@81 eec4d7dc-71c2-46d6-addf-10296150bf52
* Check the grid size when running instead of at paramcheck timeschnetter2004-05-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@79 eec4d7dc-71c2-46d6-addf-10296150bf52
* (Changes from Ian Hawke.)schnetter2004-03-09
| | | | | | | | | | | | | | | | | | | | | Possibly use ENO interpolation. Useful e.g. for hydro where shocks may appear. To make Cartoon use the ENO interpolator you need an additional tags table entry. The same tags are used as for Carpet. Either tags='Prolongation="TVD"' or tags='Prolongation="ENO"' will work. The default (i.e., with no tag) is to use the standard Lagrange polynomials. The tags "Lagrange" and "None" will also do this. Also, any direct call to the Cartoon functions (BndCartoon2DVI etc.) will use Lagrange interpolation. Code from Burkhard Zink for interpolation; tags table stuff from me. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@76 eec4d7dc-71c2-46d6-addf-10296150bf52
* Use correct type CCTK_INT instead of int when calling aliased functionsschnetter2004-03-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@74 eec4d7dc-71c2-46d6-addf-10296150bf52
* Don't bother to retrieve faces, widths, or tables data on selected GVs.rideout2003-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@71 eec4d7dc-71c2-46d6-addf-10296150bf52
* Support for new method of handling boundary widths for boundary conditions.rideout2003-05-05
| | | | | | | | Why does a symmetry boundary condition need to bother retreiving and storing faces, widths, and tables arrays...? git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@70 eec4d7dc-71c2-46d6-addf-10296150bf52
* Include faces argument for Boundary_SelectedGVs.rideout2003-02-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@66 eec4d7dc-71c2-46d6-addf-10296150bf52
* Routine to execute the Cartoon bcs on all selected vars.rideout2003-01-08
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@64 eec4d7dc-71c2-46d6-addf-10296150bf52