37 virtual Real
distanceFromGap(
const Point & point,
const unsigned int & gap_index)
const;
39 virtual unsigned int gapIndex(
const Point & point)
const;
const PlaneSpatialBinUserObject * _side_bin
The user object providing the side binning.
Definition: NekPlaneSpatialBinUserObject.h:49
const Real & _gap_thickness
Width of region enclosing gap for which points contribute to gap integral.
Definition: NekPlaneSpatialBinUserObject.h:46
Definition: NekSpatialBinUserObject.h:29
virtual void gapIndexAndDistance(const Point &point, unsigned int &index, Real &distance) const
unsigned int _side_index
The index into the _bins that represents the side bin object.
Definition: NekPlaneSpatialBinUserObject.h:52
virtual unsigned int gapIndex(const Point &point) const
static InputParameters validParams()
Definition: NekPlaneSpatialBinUserObject.h:30
Definition: PlaneSpatialBinUserObject.h:26
virtual Real distanceFromGap(const Point &point, const unsigned int &gap_index) const
NekPlaneSpatialBinUserObject(const InputParameters ¶meters)