aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorschnetter <>2004-04-18 11:29:00 +0000
committerschnetter <>2004-04-18 11:29:00 +0000
commit4513dabacb47c14dac8eb02274a3de502c537572 (patch)
tree601f8a3509c6af7fb2720bfc4a95f87726dd69b7 /Carpet/Carpet/interface.ccl
parent013e3244bab2b0ec447d0526ffdafbda5553e951 (diff)
Remove the parameters Carpet::prolongate_initial_data; this is now
Remove the parameters Carpet::prolongate_initial_data; this is now always done. Remove arguments initialise_from and do_prolongate from Regrid(). Regridding is now done in level mode instead of meta mode. Furthermore, CarpetRegrid is called in singlemape mode. darcs-hash:20040418112943-07bb3-2e392df1737ab75f3f0d553bb53bde2ed41f8773.gz
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl9
1 files changed, 1 insertions, 8 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 9ed5c4cc3..79bf01f29 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -1,5 +1,5 @@
# Interface definition for thorn Carpet
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.10 2004/03/29 16:14:14 hawke Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.11 2004/04/18 13:29:43 schnetter Exp $
implements: Driver
@@ -79,13 +79,6 @@ USES FUNCTION ConvertFromExteriorBoundary
# gh<dim>::rbnds * obss,
# gh<dim>::rprocs * pss);
CCTK_INT FUNCTION Carpet_Regrid (CCTK_POINTER_TO_CONST IN cctkGH, \
- CCTK_INT IN reflevel, \
- CCTK_INT IN map, \
- CCTK_INT IN size, \
- CCTK_INT IN ARRAY nboundaryzones, \
- CCTK_INT IN ARRAY is_internal, \
- CCTK_INT IN ARRAY is_staggered, \
- CCTK_INT IN ARRAY shiftout, \
CCTK_POINTER IN bsss, \
CCTK_POINTER IN obss, \
CCTK_POINTER IN pss)