SPHinXsys  alpha version
Namespaces | Functions
base_particle_dynamics.hpp File Reference

This is the implementation of the template class for 3D build. More...

#include "base_particle_dynamics.h"
#include "base_body.h"

Go to the source code of this file.

Namespaces

 SPH
 

Functions

template<class ReturnType , typename ReduceOperation >
ReturnType SPH::ReduceIterator (size_t total_real_particles, ReturnType temp, ReduceFunctor< ReturnType > &reduce_functor, ReduceOperation &reduce_operation, Real dt=0.0)
 
template<class ReturnType , typename ReduceOperation >
ReturnType SPH::ReduceIterator_parallel (size_t total_real_particles, ReturnType temp, ReduceFunctor< ReturnType > &reduce_functor, ReduceOperation &reduce_operation, Real dt=0.0)
 

Detailed Description

This is the implementation of the template class for 3D build.

Author
Chi ZHang and Xiangyu Hu