aboutsummaryrefslogtreecommitdiff
path: root/src/ApplyCartoon.c
diff options
context:
space:
mode:
authorhawke <hawke@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-11-10 14:05:35 +0000
committerhawke <hawke@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-11-10 14:05:35 +0000
commit77424202a473eae863478cbd7c901a0c494d652d (patch)
tree1e678e64edfa876af9e77dae37c6703950171930 /src/ApplyCartoon.c
parent2b42ff6020d0ab36b11b65466ef6850f7ec68242 (diff)
Zeroth attempt at doing excision with Cartoon. Now requires the
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
Diffstat (limited to 'src/ApplyCartoon.c')
-rw-r--r--src/ApplyCartoon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ApplyCartoon.c b/src/ApplyCartoon.c
index 87680cd..b1417d6 100644
--- a/src/ApplyCartoon.c
+++ b/src/ApplyCartoon.c
@@ -178,7 +178,7 @@ void Cartoon_ApplyBoundaries(CCTK_ARGUMENTS)
{
if (CCTK_Equals(prolongtype, "None"))
{
- prolongmethod = PROLONG_LAGRANGE; /* But why? */
+ prolongmethod = PROLONG_NONE; /* But why? */
}
else if (CCTK_Equals(prolongtype, "Lagrange"))
{