Go to the documentation of this file.
51 inline bool operator==(
const edge& a,
const edge&
b);
52 inline bool operator!=(
const edge& a,
const edge&
b);
static const char *const typeName
static int compare(const edge &, const edge &)
Compare edges.
edge reverseEdge() const
Return reverse edge.
friend bool operator==(const edge &a, const edge &b)
scalar mag(const pointField &) const
Return scalar magnitude.
vector vec(const pointField &) const
Return the vector (end - start)
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
edge()
Null constructor for lists.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
point centre(const pointField &) const
Return centre (centroid)
label end() const
Return end vertex label.
bool contiguous< edge >()
Hash function class for primitives. All non-primitives used to hash entries on hash tables likely nee...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
unsigned operator()(const PrimitiveType &p, unsigned seed) const
bool operator!=(const particle &, const particle &)
const double e
Elementary charge.
label commonVertex(const edge &a) const
Return common vertex.
void flip()
Flip the edge in-place.
label start() const
Return start vertex label.
A 1D vector of objects of type <T> with a fixed size <Size>.
linePointRef line(const pointField &) const
Return edge line.
friend bool operator!=(const edge &a, const edge &b)
label otherVertex(const label a) const
Given one vertex, return the other.