SPHinXsys  alpha version
Public Member Functions | List of all members
SPH::NeighborRelationInner Class Reference

A inner neighbor relation functor between particles i and j. More...

#include <neighbor_relation.h>

Inherits SPH::NeighborRelation.

Public Member Functions

 NeighborRelationInner (SPHBody *body)
 
void operator() (Neighborhood &neighborhood, Vecd &displacement, size_t i_index, size_t j_index) const
 

Additional Inherited Members

- Protected Member Functions inherited from SPH::NeighborRelation
void createRelation (Neighborhood &neighborhood, Real &distance, Vecd &displacement, size_t j_index) const
 
void initializeRelation (Neighborhood &neighborhood, Real &distance, Vecd &displacement, size_t j_index) const
 
void createRelation (Neighborhood &neighborhood, Real &distance, Vecd &displacement, size_t j_index, Real i_h_ratio, Real h_ratio_min) const
 
void initializeRelation (Neighborhood &neighborhood, Real &distance, Vecd &displacement, size_t j_index, Real i_h_ratio, Real h_ratio_min) const
 
- Protected Attributes inherited from SPH::NeighborRelation
Kernelkernel_
 

Detailed Description

A inner neighbor relation functor between particles i and j.


The documentation for this class was generated from the following files: