DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::SharedCountPredicate Struct Reference

#include <MeshConnectivity.hpp>

Public Member Functions

bool operator() (index a, index c, int nShared) const
 

Public Attributes

int minShared {1}
 
bool removeSelf {false}
 

Detailed Description

Predicate for ComposeFiltered: keep (A, C) pairs sharing >= minShared intermediate B-entities.

Definition at line 516 of file MeshConnectivity.hpp.

Member Function Documentation

◆ operator()()

bool DNDS::Geom::SharedCountPredicate::operator() ( index  a,
index  c,
int  nShared 
) const
inline

Definition at line 521 of file MeshConnectivity.hpp.

Member Data Documentation

◆ minShared

int DNDS::Geom::SharedCountPredicate::minShared {1}

Definition at line 518 of file MeshConnectivity.hpp.

◆ removeSelf

bool DNDS::Geom::SharedCountPredicate::removeSelf {false}

Definition at line 519 of file MeshConnectivity.hpp.


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