OpenFPM  5.2.0
Project that contain the implementation of distributed structures
interpolate< vector, grid, kernel >::Box_vol Struct Reference

Public Member Functions

bool operator< (const Box_vol &bv)
 operator to reorder More...
 

Data Fields

Box< vector::dims, size_t > bv
 Box.
 
size_t vol
 Calculated volume.
 

Detailed Description

template<typename vector, typename grid, typename kernel>
struct interpolate< vector, grid, kernel >::Box_vol

Structure to order boxes by volume

Definition at line 513 of file interpolation.hpp.

Member Function Documentation

◆ operator<()

template<typename vector , typename grid , typename kernel >
bool interpolate< vector, grid, kernel >::Box_vol::operator< ( const Box_vol bv)
inline

operator to reorder

Parameters
bvbox to compare with
Returns
true if bv has volume bigger volume

Definition at line 528 of file interpolation.hpp.


The documentation for this struct was generated from the following file: