summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 06:51:37 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 06:51:37 +0000
commitc638363f4ac7b36a7c55eee1ab21d1c355b84951 (patch)
tree1f5e6b4aeb960dff35ac325d3f8e670dd3aad945
parent3eda78b2d10187832d56e52976a2b8d7e2abdfc3 (diff)
added interface for 1D local array reduction - C-prototypes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1046 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/include/cctk_Reduction.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h
index 4e69ea6c..9df18a65 100644
--- a/src/include/cctk_Reduction.h
+++ b/src/include/cctk_Reduction.h
@@ -61,6 +61,11 @@ int CCTK_RegisterReductionArrayOperator(
int CCTK_ReduceLocalScalar (cGH *GH, int proc, int operation_handle,
void *inScalar, void *outScalar, int dataType);
+int CCTK_ReduceLocalArray1D (cGH *GH, int proc, int operation_handle,
+ void *in_array1d, void *out_array1d,
+ int num_in_array1d, int data_type)
+
+
int CCTK_ReduceArray(cGH *GH,
int proc,
int operation_handle,