aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.hh
diff options
context:
space:
mode:
authorschnetter <>2003-04-30 10:37:00 +0000
committerschnetter <>2003-04-30 10:37:00 +0000
commitf8baa7935c615baff133bf3425fd996f907496d8 (patch)
treee379b717dbf5f3beb58d61e0bf32a95e1b32c49d /Carpet/CarpetInterp/src/interp.hh
parentc382babf51e49f0e7e65fa15a3df2204c3378658 (diff)
First cut at the interpolator. Tentatively works on unigrid and for
First cut at the interpolator. Tentatively works on unigrid and for singlepatch mode. darcs-hash:20030430103731-07bb3-dad06ae817a997cfd4f1beefc4065ca1ecc12342.gz
Diffstat (limited to 'Carpet/CarpetInterp/src/interp.hh')
-rw-r--r--Carpet/CarpetInterp/src/interp.hh29
1 files changed, 14 insertions, 15 deletions
diff --git a/Carpet/CarpetInterp/src/interp.hh b/Carpet/CarpetInterp/src/interp.hh
index db0d1360a..ff81643f6 100644
--- a/Carpet/CarpetInterp/src/interp.hh
+++ b/Carpet/CarpetInterp/src/interp.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/src/interp.hh,v 1.2 2004/05/21 18:12:23 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/src/interp.hh,v 1.1 2003/04/30 12:37:31 schnetter Exp $
#ifndef CARPETINTERP_HH
#define CARPETINTERP_HH
@@ -9,20 +9,19 @@
namespace CarpetInterp {
- int
- InterpGridArrays (cGH const * const cGH,
- int const N_dims,
- int const local_interp_handle,
- int const param_table_handle,
- int const coord_system_handle,
- int const N_interp_points,
- int const interp_coords_type_code,
- void const * const interp_coords [],
- int const N_input_arrays,
- CCTK_INT const input_array_variable_indices [],
- int const N_output_arrays,
- CCTK_INT const output_array_type_codes [],
- void * const output_arrays []);
+ int InterpGridArrays (cGH const * const cGH,
+ int const N_dims,
+ int const local_interp_handle,
+ int const param_table_handle,
+ int const coord_system_handle,
+ int const N_interp_points,
+ int const interp_coords_type_code,
+ void const * const interp_coords [],
+ int const N_input_arrays,
+ CCTK_INT const input_array_variable_indices [],
+ int const N_output_arrays,
+ CCTK_INT const output_array_type_codes [],
+ void * const output_arrays []);
} // namespace CarpetInterp