35 #ifndef fvMeshLduAddressing_H
36 #define fvMeshLduAddressing_H
85 upperAddr_(mesh.faceNeighbour()),
121 return *patchAddr_[i];
127 return patchSchedule_;
#define forAll(list, i)
Loop across all elements in list.
A List obtained as a section of another List.
Foam::fvMeshLduAddressing.
const lduSchedule & patchSchedule() const
fvMeshLduAddressing(const fvMesh &mesh)
Construct from components.
~fvMeshLduAddressing()
Destructor.
const labelUList & patchAddr(const label i) const
Return patch addressing.
const labelUList & lowerAddr() const
Return lower addressing (i.e. lower label = upper triangle)
const labelUList & upperAddr() const
Return upper addressing (i.e. upper label)
void operator=(const fvMeshLduAddressing &)=delete
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.
The class contains the addressing required by the lduMatrix: upper, lower and losort.
label size() const
Return number of equations.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
faceListList boundary(nPatches)