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.
const labelUList & lowerAddr() const
Return lower addressing (i.e. lower label = upper triangle)
void operator=(const fvMeshLduAddressing &)=delete
Disallow default bitwise assignment.
const lduSchedule & patchSchedule() const
A List obtained as a section of another List.
fvMeshLduAddressing(const fvMesh &mesh)
Construct from components.
faceListList boundary(nPatches)
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
Foam::fvMeshLduAddressing.
Mesh data needed to do the Finite Volume discretisation.
const labelUList & upperAddr() const
Return upper addressing (i.e. upper label)
The class contains the addressing required by the lduMatrix: upper, lower and losort.
~fvMeshLduAddressing()
Destructor.
const labelUList & patchAddr(const label i) const
Return patch addressing.
label size() const
Return number of equations.
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.