39#ifndef Foam_edgeFaMesh_H
40#define Foam_edgeFaMesh_H
75 return mesh.nInternalEdges();
82 return mesh.nBoundaryEdges();
GeoMesh(const faMesh &mesh)
edgeMesh()
Default construct.
edgeMesh(const faMesh &mesh)
Construct finite-area edge mesh faMesh reference.
static label boundary_size(const faMesh &mesh) noexcept
The geometric boundary size - number of boundary edges.
label size() const noexcept
The geometric (internal) size - number of internal edges.
const edgeVectorField & C() const
Field of edge centres.
static label size(const faMesh &mesh) noexcept
The geometric (internal) size - number of internal edges.
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
GeometricField< vector, faePatchField, edgeMesh > edgeVectorField