Go to the documentation of this file.
35 #ifndef fvMeshLduAddressing_H
36 #define fvMeshLduAddressing_H
The class contains the addressing required by the lduMatrix: upper, lower and losort.
const labelUList & patchAddr(const label i) const
Return patch addressing.
#define forAll(list, i)
Loop across all elements in list.
const lduSchedule & patchSchedule() const
A List obtained as a section of another List.
const labelUList & upperAddr() const
Return upper addressing (i.e. upper label)
faceListList boundary(nPatches)
const labelList & upperAddr_
Upper as a reference to neighbour.
const labelUList & lowerAddr() const
Return lower addressing (i.e. lower label = upper triangle)
label size() const
Return number of equations.
labelList::subList lowerAddr_
Lower as a subList of allOwner.
Foam::fvMeshLduAddressing.
List< const labelUList * > patchAddr_
Patch addressing as a list of sublists.
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 lduSchedule & patchSchedule_
Patch field evaluation schedule.
Mesh data needed to do the Finite Volume discretisation.
fvMeshLduAddressing(const fvMesh &mesh)
Construct from components.
~fvMeshLduAddressing()
Destructor.
fvMeshLduAddressing(const fvMeshLduAddressing &)
Disallow default bitwise copy construct.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
void operator=(const fvMeshLduAddressing &)
Disallow default bitwise assignment.