24    template<
typename TDataType>
 
   29        typedef typename TDataType::Real 
Real;
 
 
#define DECLARE_TCLASS(name, T1)
 
DEF_VAR_OUT(Real, Scalar, "")
 
DEF_ARRAY_IN(Real, ScalarArray, DeviceType::GPU, "")
 
~CalculateMaximum() override
 
Reduction< Real > mReduce
 
This is an implementation of AdditiveCCD based on peridyno.