https://github.com/N-BodyShop/changa
Raw File
Tip revision: 2ada071c04adf991422af95c4141d46fe3f216f8 authored by Harshitha on 06 May 2014, 19:28:49 UTC
Perform migration of particles along with QD when the splitters from the
Tip revision: 2ada071
Reductions.h
/** @file Reductions.h
 */

#include "Reductions.decl.h"
 
extern CkReduction::reducerType growOrientedBox_float;
extern CkReduction::reducerType growOrientedBox_double;

extern CkReduction::reducerType minmax_int;
extern CkReduction::reducerType minmax_float;
extern CkReduction::reducerType minmax_double;
extern CkReduction::reducerType max_count;
extern CkReduction::reducerType callbackReduction;
extern CkReduction::reducerType boxReduction;
extern CkReduction::reducerType dfImageReduction;
back to top