Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
List< T > Class Template Reference

A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More...

Inherits UList< T >.

Inherited by DynamicList< autoPtr< DynamicList< label > > >, DynamicList< fileState >, DynamicList< Foam::CompactSpatialTensor >, DynamicList< Foam::dynamicIndexedOctree::node >, DynamicList< Foam::fileName >, DynamicList< Foam::Foam::Vector >, DynamicList< Foam::List< Foam::UPstream::commsStruct > >, DynamicList< Foam::List< int > >, DynamicList< Foam::PairCollisionRecord< PairType > >, DynamicList< Foam::PairCollisionRecord< vector > >, DynamicList< Foam::refinementHistory::splitCell8 >, DynamicList< Foam::SpatialTensor >, DynamicList< Foam::Tuple2 >, DynamicList< Foam::WallCollisionRecord< vector > >, DynamicList< Foam::WallCollisionRecord< WallType > >, DynamicList< labelRange >, DynamicList< time_t >, DynamicList< void * >, Field< complexVector >, Field< DType >, Field< Foam::Field< Type > >, Field< Foam::SymmTensor >, Field< Foam::Vector2D >, Field< LUType >, Field< point >, Field< PointType >, Field< symmTensor >, Field< T >, Field< tensor >, Field< TypeGrad >, BinSum< IndexType, List, CombineOp >, cellClassification, cellToCellStencil, CompactIOList< T, BaseType >, DynamicList< T, SizeInc, SizeMult, SizeDiv >, faceToCellStencil, faceTriangulation, IOList< T >, ITstream, patchZones, ProcessorTopology< Container, ProcPatch >, pTraits< List< T > >, SortableList< T >, surfacePatchIOList, and surfZoneIOList.

Collaboration diagram for List< T >:
Collaboration graph
[legend]

Public Types

typedef SubList< TsubList
 Declare type of subList. More...
 
- Public Types inherited from UList< T >
typedef T value_type
 Type of values the UList contains. More...
 
typedef Treference
 Type that can be used for storing into. More...
 
typedef const Tconst_reference
 Type that can be used for storing into. More...
 
typedef label difference_type
 The type that can represent the difference between any two. More...
 
typedef label size_type
 The type that can represent the size of a UList. More...
 
typedef Titerator
 Random access iterator for traversing UList. More...
 
typedef const Tconst_iterator
 Random access iterator for traversing UList. More...
 
typedef Treverse_iterator
 Reverse iterator for reverse traversal of UList. More...
 
typedef const Tconst_reverse_iterator
 Reverse iterator for reverse traversal of constant UList. More...
 

Public Member Functions

 List ()
 Null constructor. More...
 
 List (const label)
 Construct with given size. More...
 
 List (const label, const T &)
 Construct with given size and value for all elements. More...
 
 List (const label, const zero)
 Construct with given size initializing all elements to zero. More...
 
 List (const List< T > &)
 Copy constructor. More...
 
 List (const Xfer< List< T >> &)
 Construct by transferring the parameter contents. More...
 
 List (List< T > &, bool reuse)
 Construct as copy or re-use as specified. More...
 
 List (const UList< T > &, const labelUList &mapAddressing)
 Construct as subset. More...
 
template<unsigned Size>
 List (const FixedList< T, Size > &)
 Construct as copy of FixedList<T, Size> More...
 
 List (const PtrList< T > &)
 Construct as copy of PtrList<T> More...
 
 List (const SLList< T > &)
 Construct as copy of SLList<T> More...
 
 List (const UIndirectList< T > &)
 Construct as copy of UIndirectList<T> More...
 
 List (const BiIndirectList< T > &)
 Construct as copy of BiIndirectList<T> More...
 
 List (Istream &)
 Construct from Istream. More...
 
autoPtr< List< T > > clone () const
 Clone. More...
 
 ~List ()
 Destructor. More...
 
label size () const
 Return the number of elements in the UList. More...
 
void resize (const label)
 Alias for setSize(const label) More...
 
void resize (const label, const T &)
 Alias for setSize(const label, const T&) More...
 
void setSize (const label)
 Reset size of List. More...
 
void setSize (const label, const T &)
 Reset size of List and value for new elements. More...
 
void clear ()
 Clear the list, i.e. set size to zero. More...
 
void append (const T &)
 Append an element at the end of the list. More...
 
void append (const UList< T > &)
 Append a List at the end of this list. More...
 
void append (const UIndirectList< T > &)
 Append a UIndirectList at the end of this list. More...
 
void transfer (List< T > &)
 Transfer the contents of the argument List into this list. More...
 
template<unsigned SizeInc, unsigned SizeMult, unsigned SizeDiv>
void transfer (DynamicList< T, SizeInc, SizeMult, SizeDiv > &)
 Transfer the contents of the argument List into this list. More...
 
void transfer (SortableList< T > &)
 Transfer the contents of the argument List into this list. More...
 
Xfer< List< T > > xfer ()
 Transfer contents to the Xfer container. More...
 
TnewElmt (const label)
 Return subscript-checked element of UList. More...
 
void shallowCopy (const UList< T > &)=delete
 Disallow implicit shallowCopy. More...
 
void operator= (const UList< T > &)
 Assignment from UList operator. Takes linear time. More...
 
void operator= (const List< T > &)
 Assignment operator. Takes linear time. More...
 
void operator= (const SLList< T > &)
 Assignment from SLList operator. Takes linear time. More...
 
void operator= (const UIndirectList< T > &)
 Assignment from UIndirectList operator. Takes linear time. More...
 
void operator= (const BiIndirectList< T > &)
 Assignment from BiIndirectList operator. Takes linear time. More...
 
void operator= (const T &)
 Assignment of all entries to the given value. More...
 
void operator= (const zero)
 Assignment of all entries to zero. More...
 
- Public Member Functions inherited from UList< T >
 UList ()
 Null constructor. More...
 
 UList (T *__restrict__ v, label size)
 Construct from components. More...
 
label fcIndex (const label i) const
 Return the forward circular index, i.e. the next index. More...
 
label rcIndex (const label i) const
 Return the reverse circular index, i.e. the previous index. More...
 
std::streamsize byteSize () const
 Return the binary size in number of characters of the UList. More...
 
const Tcdata () const
 Return a const pointer to the first data element,. More...
 
Tdata ()
 Return a pointer to the first data element,. More...
 
Tfirst ()
 Return the first element of the list. More...
 
const Tfirst () const
 Return first element of the list. More...
 
Tlast ()
 Return the last element of the list. More...
 
const Tlast () const
 Return the last element of the list. More...
 
void checkStart (const label start) const
 Check start is within valid range (0 ... size-1) More...
 
void checkSize (const label size) const
 Check size is within valid range (0 ... size) More...
 
void checkIndex (const label i) const
 Check index i is within valid range (0 ... size-1) More...
 
void shallowCopy (const UList< T > &)
 Copy the pointer held by the given UList. More...
 
void deepCopy (const UList< T > &)
 Copy elements of the given UList. More...
 
void writeEntry (Ostream &) const
 Write the UList as a dictionary entry. More...
 
void writeEntry (const word &keyword, Ostream &) const
 Write the UList as a dictionary entry with keyword. More...
 
Toperator[] (const label)
 Return element of UList. More...
 
const Toperator[] (const label) const
 Return element of constant UList. More...
 
 operator const Foam::List< T > & () const
 Allow cast to a const List<T>&. More...
 
void operator= (const T &)
 Assignment of all entries to the given value. More...
 
void operator= (const zero)
 Assignment of all entries to zero. More...
 
iterator begin ()
 Return an iterator to begin traversing the UList. More...
 
iterator end ()
 Return an iterator to end traversing the UList. More...
 
const_iterator cbegin () const
 Return const_iterator to begin traversing the constant UList. More...
 
const_iterator cend () const
 Return const_iterator to end traversing the constant UList. More...
 
const_iterator begin () const
 Return const_iterator to begin traversing the constant UList. More...
 
const_iterator end () const
 Return const_iterator to end traversing the constant UList. More...
 
reverse_iterator rbegin ()
 Return reverse_iterator to begin reverse traversing the UList. More...
 
reverse_iterator rend ()
 Return reverse_iterator to end reverse traversing the UList. More...
 
const_reverse_iterator crbegin () const
 Return const_reverse_iterator to begin reverse traversing the UList. More...
 
const_reverse_iterator crend () const
 Return const_reverse_iterator to end reverse traversing the UList. More...
 
const_reverse_iterator rbegin () const
 Return const_reverse_iterator to begin reverse traversing the UList. More...
 
const_reverse_iterator rend () const
 Return const_reverse_iterator to end reverse traversing the UList. More...
 
label size () const
 Return the number of elements in the UList. More...
 
label max_size () const
 Return size of the largest possible UList. More...
 
bool empty () const
 Return true if the UList is empty (ie, size() is zero) More...
 
void swap (UList< T > &)
 Swap two ULists of the same type in constant time. More...
 
bool operator== (const UList< T > &) const
 Equality operation on ULists of the same type. More...
 
bool operator!= (const UList< T > &) const
 The opposite of the equality operation. Takes linear time. More...
 
bool operator< (const UList< T > &) const
 Compare two ULists lexicographically. Takes linear time. More...
 
bool operator> (const UList< T > &) const
 Compare two ULists lexicographically. Takes linear time. More...
 
bool operator<= (const UList< T > &) const
 Return true if !(a > b). Takes linear time. More...
 
bool operator>= (const UList< T > &) const
 Return true if !(a < b). Takes linear time. More...
 
template<>
const bool & operator[] (const label i) const
 

Static Public Member Functions

static const List< T > & null ()
 Return a null List. More...
 
- Static Public Member Functions inherited from UList< T >
static const UList< T > & null ()
 Return a null UList. More...
 

Protected Member Functions

void size (const label)
 Override size to be inconsistent with allocated storage. More...
 

Friends

Istreamoperator>> (Istream &, List< T > &)
 Read List from Istream, discarding contents of existing List. More...
 

Detailed Description

template<class T>
class Foam::List< T >

A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc.

Storage is allocated on free-store during construction.

Source files

Definition at line 59 of file HashTable.H.

Member Typedef Documentation

typedef SubList<T> subList

Declare type of subList.

Definition at line 155 of file List.H.

Constructor & Destructor Documentation

List ( )
inline

Null constructor.

Definition at line 29 of file ListI.H.

List ( const label  s)
explicit

Construct with given size.

Definition at line 39 of file List.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and Foam::T().

Here is the call graph for this function:

List ( const label  s,
const T a 
)

Construct with given size and value for all elements.

Definition at line 58 of file List.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, List_ACCESS, List_ELEM, List_END_FOR_ALL, List_FOR_ALL, and Foam::T().

Here is the call graph for this function:

List ( const label  s,
const zero   
)

Construct with given size initializing all elements to zero.

Definition at line 82 of file List.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, List_ACCESS, List_ELEM, List_END_FOR_ALL, List_FOR_ALL, Foam::T(), and Foam::Zero.

Here is the call graph for this function:

List ( const List< T > &  a)

Copy constructor.

Definition at line 106 of file List.C.

References UList< T >::byteSize(), List_ACCESS, List_CONST_ACCESS, List_ELEM, List_END_FOR_ALL, List_FOR_ALL, and Foam::T().

Here is the call graph for this function:

List ( const Xfer< List< T >> &  lst)

Construct by transferring the parameter contents.

Definition at line 133 of file List.C.

References List< T >::transfer().

Here is the call graph for this function:

List ( List< T > &  a,
bool  reuse 
)

Construct as copy or re-use as specified.

Definition at line 140 of file List.C.

References UList< T >::byteSize(), List_ACCESS, List_CONST_ACCESS, List_ELEM, List_END_FOR_ALL, List_FOR_ALL, and Foam::T().

Here is the call graph for this function:

List ( const UList< T > &  a,
const labelUList< T > &  mapAddressing 
)

Construct as subset.

Definition at line 173 of file List.C.

References forAll, and Foam::T().

Here is the call graph for this function:

List ( const FixedList< T, Size > &  lst)
explicit

Construct as copy of FixedList<T, Size>

Definition at line 193 of file List.C.

References forAll, UList< T >::operator[](), and Foam::T().

Here is the call graph for this function:

List ( const PtrList< T > &  lst)
explicit

Construct as copy of PtrList<T>

Definition at line 210 of file List.C.

References forAll, UList< T >::operator[](), and Foam::T().

Here is the call graph for this function:

List ( const SLList< T > &  lst)
explicit

Construct as copy of SLList<T>

Definition at line 227 of file List.C.

References LList< SLListBase, T >::begin(), LList< SLListBase, T >::end(), UList< T >::operator[](), and Foam::T().

Here is the call graph for this function:

List ( const UIndirectList< T > &  lst)
explicit

Construct as copy of UIndirectList<T>

Definition at line 250 of file List.C.

References forAll, UList< T >::operator[](), and Foam::T().

Here is the call graph for this function:

List ( const BiIndirectList< T > &  lst)
explicit

Construct as copy of BiIndirectList<T>

Definition at line 267 of file List.C.

References forAll, UList< T >::operator[](), and Foam::T().

Here is the call graph for this function:

List ( Istream is)
~List ( )

Destructor.

Definition at line 286 of file List.C.

Member Function Documentation

void size ( const label  n)
inlineprotected

Override size to be inconsistent with allocated storage.

Use with care

Definition at line 76 of file ListI.H.

References n.

Referenced by wideBandAbsorptionEmission::aCont(), isoSurface::adaptPatchFields(), preserveBafflesConstraint::add(), extendedEdgeMesh::add(), polyTopoChange::addCell(), cellTable::addCellZones(), surfaceZonesInfo::addCellZonesToMesh(), addPatchCellLayer::addedCells(), mapPatchChange::addedPatches(), surfaceZonesInfo::addFaceZonesToMesh(), edgeSurface::addIntersectionEdges(), snappyLayerDriver::addLayers(), polyTopoChange::addMesh(), polyMesh::addPatches(), faceZoneSet::addSet(), interRegionExplicitPorositySource::addSup(), polyTopoChanger::addTopologyModifiers(), fileMonitor::addWatch(), fileMonitorWatcher::addWatch(), MeshedSurface< Face >::addZones(), polyMesh::addZones(), primitiveMeshGeometry::affectedCells(), polyMeshGeometry::affectedCells(), singleCellFvMesh::agglomerate(), GAMGInterface::agglomerateCoeffs(), GAMGAgglomeration::agglomerateLduAddressing(), extendedEdgeMesh::allNearestFeaturePoints(), UPstream::allocateCommunicator(), AMIInterpolation< SourcePatch, TargetPatch >::AMIInterpolation(), curvedEdge::appendEndPoints(), directMethod::appendToDirectSeeds(), searchableSurfaceToFaceZone::applyToSet(), setToCellZone::applyToSet(), faceZoneToFaceZone::applyToSet(), setToPointZone::applyToSet(), setToFaceZone::applyToSet(), setAndNormalToFaceZone::applyToSet(), setsToFaceZone::applyToSet(), face::areaInContact(), argList::argList(), pressureInletOutletVelocityFvPatchVectorField::autoMap(), Field< Type >::autoMap(), fvPatchField< Type >::autoMap(), snappySnapDriver::avgCellCentres(), meshRefinement::baffleAndSplitMesh(), meshRefinement::balance(), meshRefinement::balanceAndRefine(), Foam::bandCompression(), bladeModel::bladeModel(), blockDescriptor::blockDescriptor(), booleanSurface::booleanSurface(), GeometricField< Type, PatchField, GeoMesh >::Boundary::Boundary(), searchableSurfaceCollection::boundingSpheres(), searchableSurfacesQueries::bounds(), tetherPotentialList::buildPotentials(), pairPotentialList::buildPotentials(), cachedRandom::cachedRandom(), faceZone::calcCellLayers(), primitiveMesh::calcCells(), enrichedPatch::calcEnrichedFaces(), polyDualMesh::calcFeatures(), CentredFitSnGradData< Polynomial >::calcFit(), FitData< FitDataType, ExtendedStencil, Polynomial >::calcFit(), fixedCoeff::calcForce(), powerLaw::calcForce(), DarcyForchheimer::calcForce(), forces::calcForcesMoment(), faceLimitedGrad< Type >::calcGrad(), cellLimitedGrad< Type >::calcGrad(), triSurfaceSearch::calcInside(), triSurfaceTools::calcInterpolationWeights(), TDILUPreconditioner< Type, DType, LUType >::calcInvD(), cellMatcher::calcLocalFaces(), zone::calcLookupMap(), mappedPatchBase::calcMapping(), fieldMinMax::calcMinMaxFields(), snappySnapDriver::calcNearestSurface(), polyLine::calcParam(), primitiveMesh::calcPointOrder(), createShellMesh::calcPointRegions(), DICPreconditioner::calcReciprocalD(), DILUPreconditioner::calcReciprocalD(), addPatchCellLayer::calcSidePatch(), snappySnapDriver::calcSnapDistance(), fixedCoeff::calcTransformModelData(), DarcyForchheimer::calcTransformModelData(), cyclicAMIPolyPatch::calcTransforms(), cyclicPolyPatch::calcTransforms(), coupledPolyPatch::calcTransformTensors(), directAMI< SourcePatch, TargetPatch >::calculate(), mapNearestAMI< SourcePatch, TargetPatch >::calculate(), viewFactor::calculate(), mapNearestMethod::calculateAddressing(), meshRefinement::calculateEdgeWeights(), GAMGAgglomeration::calculateRegionMaster(), pointMVCWeight::calcWeights(), edgeMesh::canRead(), tetOverlapVolume::cellCellOverlapMinDecomp(), tetOverlapVolume::cellCellOverlapVolumeMinDecomp(), hexRef8::cellShapes(), polyMeshTetDecomposition::cellTetIndices(), dynamicRefineFvMesh::cellToPoint(), cellModel::centre(), repatchPolyTopoChanger::changeAnchorPoint(), boundaryMesh::changeFaces(), polyTopoChange::changeMesh(), repatchPolyTopoChanger::changePatchID(), layerAdditionRemoval::changeTopology(), TableBase< Type >::check(), argList::check(), faceZone::checkAddressing(), primitiveMesh::checkCellsZipUp(), primitiveMesh::checkClosedBoundary(), primitiveMesh::checkCommonOrder(), primitiveMesh::checkDuplicateFaces(), triSurface::checkEdges(), primitiveMeshGeometry::checkFaceDotProduct(), polyMeshGeometry::checkFaceFlatness(), primitiveMesh::checkFaceOrthogonality(), MeshedSurface< Face >::checkFaces(), primitiveMeshGeometry::checkFaceTwist(), polyMeshGeometry::checkFaceTwist(), primitiveMesh::checkFaceVertices(), searchableSurfaces::checkIntersection(), hexRef8::checkMesh(), edgeCollapser::checkMeshQuality(), searchableSurfaces::checkNormalOrientation(), PatchTools::checkOrientation(), ZoneMesh< ZoneType, MeshType >::checkParallelSync(), polyBoundaryMesh::checkParallelSync(), PrimitivePatch< Face, FaceList, PointField, PointType >::checkPointManifold(), primitiveMesh::checkPointNearness(), hexRef8::checkRefinementLevels(), GAMGAgglomeration::checkRestriction(), ReactingCloud< CloudType >::checkSuppliedComposition(), timeVaryingMappedFixedValueFvPatchField< Type >::checkTable(), PrimitivePatch< Face, FaceList, PointField, PointType >::checkTopology(), triSurface::checkTriangles(), polyMeshGeometry::checkTriangleTwist(), primitiveMesh::checkUpperTriangular(), MeshedSurface< Face >::checkZones(), surfMesh::checkZones(), ensightPartFaces::classify(), extendedEdgeMesh::classifyEdge(), extendedEdgeMesh::classifyFeaturePoint(), sampledSurface::clearGeom(), refinementHistory::clone(), cellShape::collapsedFaces(), triSurfaceTools::collapseEdges(), extendedCellToFaceStencil::collectData(), extendedFaceToCellStencil::collectData(), mappedPatchBase::collectSamples(), CollisionRecordList< PairType, WallType >::CollisionRecordList(), commSchedule::commSchedule(), UPstream::commsStruct::commsStruct(), mapDistributeBase::compact(), refinementHistory::compact(), CompactListList< T, Container >::CompactListList(), face::compare(), removeFaces::compatibleRemoves(), edgeCollapser::consistentCollapse(), hexRef8::consistentSlowRefinement(), hexRef8::consistentSlowRefinement2(), molecule::constantProperties::constantProperties(), polyMeshFilter::copyMesh(), Foam::MULES::correct(), inversePointDistanceDiffusivity::correct(), patchInjection::correct(), limitTemperature::correct(), particle< Type >::correctAfterParallelTransfer(), cellDistFuncs::correctBoundaryPointCells(), ReactingParcel< ParcelType >::correctSurfaceValues(), removePoints::countPointUsage(), cyclicPolyPatch::coupledEdges(), globalMeshData::coupledPatchMeshEdgeMap(), cyclicPolyPatch::coupledPoints(), Foam::cp(), heThermo< BasicThermo, MixtureType >::Cp(), heThermo< BasicThermo, MixtureType >::CpByCpv(), heThermo< BasicThermo, MixtureType >::Cpv(), meshRefinement::createBaffles(), Keyed< T >::createList(), createShellMesh::createShellMesh(), meshRefinement::createZoneBaffles(), particle< Type >::crossEdgeConnectedFace(), csvTableReader< Type >::csvTableReader(), STARCD::cullPoints(), displacementInterpolationMotionSolver::curPoints(), wallBoundedParticle::currentEdge(), curvatureSeparation::curvatureSeparation(), hexCellLooper::cut(), cuttingPlane::cut(), geomCellLooper::cut(), topoCellLooper::cut(), Foam::meshTools::cutDirToEdge(), heThermo< BasicThermo, MixtureType >::Cv(), Foam::cwd(), cyclicACMIGAMGInterface::cyclicACMIGAMGInterface(), cyclicAMIGAMGInterface::cyclicAMIGAMGInterface(), cyclicGAMGInterface::cyclicGAMGInterface(), noDecomp::decompose(), manualDecomp::decompose(), structuredDecomp::decompose(), simpleGeomDecomp::decompose(), multiLevelDecomp::decompose(), decompositionMethod::decompose(), hierarchGeomDecomp::decompose(), triSurfaceTools::delaunay2D(), cellZoneSet::deleteSet(), pointZoneSet::deleteSet(), faceZoneSet::deleteSet(), cyclicFvPatch::delta(), cyclicAMIFvPatch::delta(), cyclicACMIFvPatch::delta(), dimensionSets::dimensionSets(), displacementInterpolationMotionSolver::displacementInterpolationMotionSolver(), fvMeshDistribute::distribute(), refinementHistory::distribute(), mapDistributeBase::distribute(), distributedTriSurfaceMesh::distribute(), mapDistribute::distribute(), Foam::dlLoaded(), snappyLayerDriver::doLayers(), meshRefinement::doRemovePoints(), meshRefinement::doRestorePoints(), meshRefinement::dumpIntersections(), Foam::duplicateOrder(), dynamicRefineFvMesh::dynamicRefineFvMesh(), extendedEdgeMesh::edgeBaffles(), primitiveMesh::edgeFaces(), extendedEdgeMesh::edgeNormals(), PatchTools::edgeOwner(), cellModel::edges(), face::edges(), triSurfaceTools::edgeSide(), edgeSurface::edgeSurface(), directionInfo::edgeToFaceIndex(), triSurfaceMesh::edgeTree(), globalIndexAndTransform::encodeTransformIndex(), energyJumpAMIFvPatchScalarField::energyJumpAMIFvPatchScalarField(), energyJumpFvPatchScalarField::energyJumpFvPatchScalarField(), directionInfo::enterDomain(), StaticHashTable< T, Key, Hash >::erase(), dynamicRefineFvMesh::error(), mapDistributeBase::exchangeAddressing(), extendedEdgeMesh::extendedEdgeMesh(), extendedFeatureEdgeMesh::extendedFeatureEdgeMesh(), extendedUpwindCellToFaceStencil::extendedUpwindCellToFaceStencil(), extrudePatchMesh::extrudePatchMesh(), faceCoupleInfo::faceCoupleInfo(), primitiveMesh::faceEdges(), primitiveMeshTools::faceFlatness(), fvMeshSubset::faceFlipMap(), lduMatrix::faceH(), LduMatrix< Type, DType, LUType >::faceH(), hexRef8::faceLevel(), mappedPatchBase::facePoint(), FacePostProcessing< CloudType >::FacePostProcessing(), cellModel::faces(), sampledIsoSurfaceCell::faces(), sampledCuttingPlane::faces(), distanceSurface::faces(), sampledIsoSurface::faces(), searchableSurfacesQueries::facesIntersection(), hexMatcher::faceSizeMatch(), prismMatcher::faceSizeMatch(), pyrMatcher::faceSizeMatch(), tetMatcher::faceSizeMatch(), tetWedgeMatcher::faceSizeMatch(), wedgeMatcher::faceSizeMatch(), polyMeshTetDecomposition::faceTetIndices(), PrimitivePatchInterpolation< Patch >::faceToEdgeInterpolate(), featureEdgeMesh::featureEdgeMesh(), extendedEdgeMesh::featurePointNormals(), Foam::fftRenumberRecurse(), cellClassification::fillRegionEdges(), refinementSurfaces::findAllHigherIntersections(), searchableSurfacesQueries::findAllIntersections(), searchableSurfacesQueries::findAnyIntersection(), polyMeshTetDecomposition::findBasePoint(), refinementParameters::findCells(), Time::findClosestTime(), patchProbes::findElements(), Foam::findEtcFile(), polyMeshTetDecomposition::findFaceBasePts(), refinementSurfaces::findHigherIntersection(), cellVolumeWeightMethod::findInitialSeeds(), mapNearestMethod::findInitialSeeds(), directMethod::findInitialSeeds(), refinementSurfaces::findInside(), Time::findInstance(), triSurfaceSearch::findLine(), searchablePlane::findLine(), searchableSphere::findLine(), searchablePlate::findLine(), searchableDisk::findLine(), searchableCylinder::findLine(), searchableSurfaceWithGaps::findLine(), searchableSurfaceCollection::findLine(), searchableBox::findLine(), triSurfaceSearch::findLineAll(), searchablePlane::findLineAll(), searchableSphere::findLineAll(), searchablePlate::findLineAll(), searchableDisk::findLineAll(), searchableCylinder::findLineAll(), searchableSurfaceWithGaps::findLineAll(), searchableSurfaceCollection::findLineAll(), searchableBox::findLineAll(), distributedTriSurfaceMesh::findLineAll(), triSurfaceSearch::findLineAny(), searchableSphere::findLineAny(), searchableCylinder::findLineAny(), searchableBox::findLineAny(), mapNearestMethod::findMappedSrcCell(), triSurfaceRegionSearch::findNearest(), triSurfaceSearch::findNearest(), searchablePlane::findNearest(), searchableSphere::findNearest(), searchablePlate::findNearest(), searchableDisk::findNearest(), searchableSurfacesQueries::findNearest(), searchableCylinder::findNearest(), searchableBox::findNearest(), distributedTriSurfaceMesh::findNearest(), dynamicIndexedOctree< Type >::findNearest(), indexedOctree< Type >::findNearest(), mapNearestMethod::findNearestCell(), primitiveMesh::findNearestCell(), refinementFeatures::findNearestEdge(), searchableSurfacesQueries::findNearestIntersection(), refinementSurfaces::findNearestIntersection(), refinementFeatures::findNearestPoint(), refinementSurfaces::findNearestRegion(), refinementFeatures::findNearestRegionEdge(), mappedPatchBase::findSamples(), polyMeshTetDecomposition::findSharedBasePoint(), polyMeshAdder::findSharedPoints(), polyMeshTetDecomposition::findTet(), pointToPointPlanarInterpolation::findTime(), Time::findTimes(), extendedEdgeMesh::flipNormals(), faceCorrectedSnGrad< Type >::fullGradCorrection(), GAMGSolver::GAMGSolver(), heThermo< BasicThermo, MixtureType >::gamma(), globalIndex::gather(), lduPrimitiveMesh::gather(), PatchTools::gatherAndMerge(), GAMGAgglomeration::gatherList(), Pstream::gatherList(), gaussConvectionScheme< Type >::gaussConvectionScheme(), isoSurface::generateFaceTriPoints(), genericFvPatchField< Type >::genericFvPatchField(), genericPointPatchField< Type >::genericPointPatchField(), triSurfaceMesh::getField(), searchableSurfaceCollection::getField(), distributedTriSurfaceMesh::getField(), surfaceRegion::getFieldValues(), edgeMeshFormatsCore::getLineNoComment(), surfaceFormatsCore::getLineNoComment(), meshRefinement::getMasterEdges(), meshRefinement::getMasterPoints(), combineFaces::getMergeSets(), boundaryMesh::getNearest(), searchablePlane::getNormal(), searchableSphere::getNormal(), searchablePlate::getNormal(), searchableDisk::getNormal(), searchableCylinder::getNormal(), searchableSurfaceCollection::getNormal(), searchableBox::getNormal(), triSurfaceMesh::getNormal(), distributedTriSurfaceMesh::getNormal(), combineFaces::getOutsideFace(), cellDistFuncs::getPointNeighbours(), triSurfaceMeshPointSet::getRefPoint(), searchablePlane::getRegion(), searchableSphere::getRegion(), searchablePlate::getRegion(), searchableDisk::getRegion(), searchableCylinder::getRegion(), searchableSurfaceCollection::getRegion(), searchableBox::getRegion(), triSurfaceMesh::getRegion(), distributedTriSurfaceMesh::getRegion(), coupledPolyPatch::getRotation(), hexRef8::getSplitPoints(), removePoints::getUnrefimentSet(), cellLooper::getVertEdgesNonFace(), triSurfaceTools::getVertexTriangles(), cellLooper::getVertFacesNonEdge(), searchableSphere::getVolumeType(), searchableCylinder::getVolumeType(), searchableBox::getVolumeType(), triSurfaceMesh::getVolumeType(), addPatchCellLayer::globalEdgeFaces(), cylindricalCS::globalToLocal(), triSurfaceTools::greenRefine(), lduMatrix::H(), lduMatrix::H1(), mapPolyMesh::hasMotionPoints(), heThermo< BasicThermo, MixtureType >::he(), heheuPsiThermo< BasicPsiThermo, MixtureType >::heu(), hexRef8::hexRef8(), particle< Type >::hitCyclicAMIPatch(), particle< Type >::hitCyclicPatch(), wallBoundedParticle::hitProcessorPatch(), if(), Distribution< Type >::index(), indexedOctree< Type >::indexedOctree(), injectionModelList::info(), surfaceRegion::initialise(), LduMatrix< Type, DType, LUType >::initMatrixInterfaces(), lduMatrix::initMatrixInterfaces(), processorPolyPatch::initOrder(), distribution::insertMissingKeys(), correlationFunction< Type >::integral(), Function1< Type >::integrate(), TableBase< Type >::integrate(), polynomialFunction::integrate(), linearInterpolationWeights::integrationWeights(), interpolationCellPointFace< Type >::interpolate(), singleCellFvMesh::interpolate(), fvMeshSubset::interpolate(), Foam::interpolatePointToCell(), Foam::interpolateSplineXY(), lookupProfile::interpolateWeights(), bladeModel::interpolateWeights(), Foam::interpolateXY(), interpolationLookUpTable< Type >::interpolationLookUpTable(), meshToMesh::interpolationMethodAMI(), intersectedSurface::intersectedSurface(), gradingDescriptors::inv(), hexMatcher::isA(), prismMatcher::isA(), pyrMatcher::isA(), tetMatcher::isA(), tetWedgeMatcher::isA(), wedgeMatcher::isA(), ensightPart::isFieldDefined(), meshRefinement::isNormalGap(), isoSurface::isoSurface(), isoSurfaceCell::isoSurfaceCell(), liquidMixtureProperties::K(), heSolidThermo< BasicSolidThermo, MixtureType >::Kappa(), Foam::kShellIntegration(), Foam::kShellMean(), cell::labels(), noiseFFT::Ldelta(), lduPrimitiveMesh::lduPrimitiveMesh(), Foam::MULES::limiterCorr(), lineDivide::lineDivide(), Pstream::listCombineGather(), cylindricalCS::localToGlobal(), lookupProfile::lookupProfile(), cellCuts::loopPoints(), LUscalarMatrix::LUscalarMatrix(), cellModel::mag(), primitiveMesh::makeFaceCentresAndAreas(), faceCoupleInfo::makeMap(), epsilonWallFunctionFvPatchScalarField::manipulateMatrix(), omegaWallFunctionFvPatchScalarField::manipulateMatrix(), Field< Type >::map(), meshToMesh::mapAndOpTgtToSrc(), mapDistribute::mapDistribute(), mapDistributeBase::mapDistributeBase(), fvMeshDistribute::mapExposedFaces(), fvMesh::mapFields(), Foam::MapLagrangianFields(), mappedPatchFieldBase< Type >::mappedField(), meshToMesh::mapSrcToTgt(), meshToMesh::mapTgtToSrc(), fvMeshAdder::MapVolFields(), edgeCollapser::markMergeEdges(), PatchTools::markZone(), triSurface::markZone(), PatchTools::markZones(), triSurface::markZones(), meshToMeshMethod::maskCells(), momentOfInertia::massPropertiesShell(), momentOfInertia::massPropertiesSolid(), degenerateMatcher::match(), processorPolyPatch::matchFace(), Foam::matchPoints(), conformalVoronoiMesh::maxSurfaceProtrusion(), noiseFFT::meanPf(), distribution::median(), Distribution< Type >::median(), cellToFaceStencil::merge(), cellToCellStencil::merge(), edgeIntersections::merge(), meshRefinement::mergeBaffles(), edgeMesh::mergeEdges(), meshRefinement::mergeEdgesUndo(), edgeMesh::mergePoints(), triSurfaceTools::mergePoints(), globalMeshData::mergePoints(), snappySnapDriver::mergeZoneBaffles(), globalMeshData::mesh(), cellShape::meshEdges(), PrimitivePatch< Face, FaceList, PointField, PointType >::meshEdges(), MeshedSurface< Face >::MeshedSurface(), cellShape::meshFaces(), momentOfInertia::meshInertia(), meshTriangulation::meshTriangulation(), edgeIntersections::minEdgeLength(), SVD::minNonZeroS(), attachDetach::modifyMotionPoints(), slidingInterface::modifyMotionPoints(), molecule::molecule(), Cloud< ParticleType >::move(), regionModel1D::moveMesh(), polyTopoChange::movePoints(), primitiveMesh::movePoints(), Foam::multiply(), multiSolidBodyMotionFvMesh::multiSolidBodyMotionFvMesh(), phaseProperties::name(), NamedEnum< Enum, nEnum >::names(), surfaceFeatures::nearestEdges(), surfaceFeatures::nearestFeatEdge(), extendedEdgeMesh::nearestFeatureEdge(), face::nearestPointClassify(), surfaceFeatures::nearestSamples(), surfaceFeatures::nearestSurfEdge(), cellModel::nEdges(), PrimitivePatch< face,::Foam::UList,::Foam::SubField< point >, point >::nEdges(), primitiveMesh::nEdges(), polyBoundaryMesh::neighbourEdges(), basicChemistryModel::New(), cellModel::nFaces(), surfMesh::nFaces(), vtkMesh::nFieldCells(), vtkMesh::nFieldPoints(), potential::nIds(), surfaceFeatures::nInternalEdges(), noiseFFT::noiseFFT(), cellCuts::nonAnchorPoints(), nonBlockingGaussSeidelSmoother::nonBlockingGaussSeidelSmoother(), surfaceLocation::normal(), distribution::normalisedShifted(), surfMesh::nPoints(), PrimitivePatch< face,::Foam::UList,::Foam::SubField< point >, point >::nPoints(), UPstream::nProcs(), refinementSurfaces::nRegions(), polyLine::nSegments(), molecule::constantProperties::nSites(), minEqOpFace::operator()(), ListPlusEqOp< T, Size >::operator()(), minEqOp< labelPair >::operator()(), listPlusEqOp< T >::operator()(), faceEqOp< T, CombineOp >::operator()(), combineEqOp< Type, TrackingData >::operator()(), nearestEqOp::operator()(), csvTableReader< Type >::operator()(), ListAppendEqOp< T >::operator()(), offsetOp< face >::operator()(), LduMatrix< Type, DType, LUType >::operator*=(), lduMatrix::operator*=(), labelRanges::const_iterator::operator++(), polynomialFunction::operator+=(), polynomialFunction::operator-=(), Foam::operator<<(), CompactIOField< T, BaseType >::operator=(), CompactIOList< T, BaseType >::operator=(), cellTable::operator=(), DynamicField< T, SizeInc, SizeMult, SizeDiv >::operator=(), Foam::operator==(), Foam::operator>>(), cell::opposingFace(), cell::opposingFaceLabel(), processorPolyPatch::order(), orientedSurface::orient(), triSurfaceTools::otherFace(), distributedTriSurfaceMesh::overlappingSurface(), dynamicIndexedOctree< Type >::overlaps(), indexedOctree< Type >::overlaps(), argList::parse(), Foam::parseNASCoord(), ParticleCollector< CloudType >::ParticleCollector(), boundaryMesh::patchify(), patchInjection::patchInjectedMassTotals(), patchInteractionDataList::patchInteractionDataList(), pairPatchAgglomeration::patchLevel(), boundaryMesh::patchNames(), patchZones::patchZones(), noiseFFT::Pdelta(), SprayCloud< CloudType >::penetration(), primitiveMesh::pointCells(), pointFieldReconstructor::pointFieldReconstructor(), polyMesh::pointInCell(), pointMVCWeight::pointMVCWeight(), PatchTools::pointNormals(), primitiveMesh::pointPoints(), cell::points(), PrimitivePatchInterpolation< Patch >::pointToFaceInterpolate(), polyAddFace::polyAddFace(), polyMesh::polyMesh(), Foam::polyMeshZipUpCells(), polyModifyFace::polyModifyFace(), porousBafflePressureFvPatchField< Type >::porousBafflePressureFvPatchField(), noPreconditioner::precondition(), DICPreconditioner::precondition(), DILUPreconditioner::precondition(), GAMGPreconditioner::precondition(), diagonalPreconditioner::precondition(), FDICPreconditioner::precondition(), DILUPreconditioner::preconditionT(), Foam::preservePatchTypes(), pressureInletOutletVelocityFvPatchVectorField::pressureInletOutletVelocityFvPatchVectorField(), sampledPatchInternalField::print(), sampledPlane::print(), sampledCuttingPlane::print(), distanceSurface::print(), sampledPatch::print(), dynamicIndexedOctree< Type >::print(), indexedOctree< Type >::print(), fvMeshDistribute::printCoupleInfo(), vtkUnstructuredReader::printFieldStats(), fvMeshDistribute::printMeshInfo(), GAMGProcAgglomeration::printStats(), Foam::printTable(), GAMGAgglomeration::procAgglomerateRestrictAddressing(), processorGAMGInterface::processorGAMGInterface(), fvFieldDecomposer::processorVolPatchFieldDecomposer::processorVolPatchFieldDecomposer(), surfaceRegion::processSameTypeValues(), faceAreaWeightAMI< SourcePatch, TargetPatch >::processSourceFace(), PrimitivePatch< Face, FaceList, PointField, PointType >::projectFaceCentres(), PrimitivePatch< Face, FaceList, PointField, PointType >::projectPoints(), NASedgeFormat::read(), OBJsurfaceFormat< Face >::read(), NASsurfaceFormat< Face >::read(), OBJedgeFormat::read(), VTKsurfaceFormat< Face >::read(), tabulated6DoFAcceleration::read(), VTKedgeFormat::read(), STARCDsurfaceFormat< Face >::read(), tabulated6DoFMotion::read(), STARCDedgeFormat::read(), boundaryMesh::read(), refinementHistory::read(), STARCD::readBoundary(), STARCD::readCells(), dynamicRefineFvMesh::readDict(), Foam::readDir(), ReactingParcel< ParcelType >::readFields(), ReactingMultiphaseParcel< ParcelType >::readFields(), functionObjectList::readFunctionObject(), mappedPatchBase::readListOrField(), boundaryMesh::readTriSurface(), surfMesh::readUpdate(), polyMesh::readUpdate(), ensightParts::recalculate(), mapDistributeBase::receive(), InteractionLists< ParticleType >::receiveReferredData(), ensightPart::reconstruct(), processorMeshes::reconstructPoints(), triSurfaceTools::redGreenRefine(), referredWallFace::referredWallFace(), dynamicRefineFvMesh::refine(), refinementHistory::refinementHistory(), regionCoupledBaseGAMGInterface::regionCoupledBaseGAMGInterface(), refinementFeatures::regionEdgeTrees(), searchableSurfaceCollection::regions(), edgeMesh::regions(), fvMatrix< Type >::relax(), MeshedSurface< Face >::remapFaces(), polyTopoChange::removeCell(), dynamicIndexedOctree< Type >::removeIndex(), undoableMeshCutter::removeSplitFaces(), randomRenumber::renumber(), manualRenumber::renumber(), zoltanRenumber::renumber(), SloanRenumber::renumber(), structuredRenumber::renumber(), springRenumber::renumber(), renumberMethod::renumber(), UPtrList< T >::reorder(), snappySnapDriver::repatchToSurface(), cyclicACMIPolyPatch::resetAMI(), writeFiles::resetNames(), polyMesh::resetPrimitives(), lduMatrix::residual(), refinementHistory::resize(), faceAreaWeightAMI< SourcePatch, TargetPatch >::restartUncoveredSourceFace(), GAMGAgglomeration::restrictFaceField(), pairPatchAgglomeration::restrictField(), GAMGAgglomeration::restrictField(), face::reverseFace(), pressureInletOutletVelocityFvPatchVectorField::rmap(), thermalBaffleFvPatchScalarField::rmap(), noiseFFT::RMSmeanPf(), face::sameVertices(), multiNormal::sample(), motionSmootherAlgo::scaleMesh(), globalIndex::scatter(), Pstream::scatterList(), mapDistributeBase::schedule(), searchableSurfaces::searchableSurfaces(), timeSelector::select(), scalarRanges::selected(), timeSelector::selected(), surfaceFeatures::selectFeatureEdges(), dynamicRefineFvMesh::selectRefineCells(), dynamicRefineFvMesh::selectUnrefinePoints(), mapDistributeBase::send(), InteractionLists< ParticleType >::sendReferredData(), coupledPolyPatch::separated(), Foam::setBlockFaceCorrespondence(), fvMeshSubset::setCellSubset(), Time::setControls(), FaceCellWave< Type, TrackingData >::setFaceInfo(), repatchPolyTopoChanger::setFaceZone(), boundaryMesh::setFeatureEdges(), SemiImplicitSource< Type >::setFieldData(), surfaceFeatures::setFromStatus(), pointPatchField< Type >::setInInternalField(), hexRef8::setInstance(), fvMeshSubset::setLargeCellSubset(), refinementSurfaces::setMinLevelFields(), cellVolumeWeightMethod::setNextCells(), faceAreaWeightAMI< SourcePatch, TargetPatch >::setNextFaces(), mapNearestMethod::setNextNearestCells(), patchInjectionBase::setPositionAndCell(), removeCells::setRefinement(), duplicatePoints::setRefinement(), refinementIterator::setRefinement(), perfectInterface::setRefinement(), faceCollapser::setRefinement(), removePoints::setRefinement(), boundaryCutter::setRefinement(), combineFaces::setRefinement(), createShellMesh::setRefinement(), tetDecomposer::setRefinement(), removeFaces::setRefinement(), meshCutAndRemove::setRefinement(), meshCutter::setRefinement(), edgeCollapser::setRefinement(), addPatchCellLayer::setRefinement(), hexRef8::setRefinement(), sampledSet::setSamples(), CompactListList< T, Container >::setSize(), data::setSolverPerformance(), removePoints::setUnrefinement(), combineFaces::setUnrefinement(), hexRef8::setUnrefinement(), UnsortedMeshedSurface< Face >::setZones(), globalMeshData::sharedPoints(), liquidMixtureProperties::sigma(), searchableSurfacesQueries::signedDistance(), triSurfacePointGeoMesh::size(), triSurfaceGeoMesh::size(), fvFieldDecomposer::patchFieldDecomposer::size(), dynamicTreeDataPoint::size(), pointFieldDecomposer::patchFieldDecomposer::size(), weightedFvPatchFieldMapper::size(), procLduMatrix::size(), distributedWeightedFvPatchFieldMapper::size(), pointMapper::size(), cellMapper::size(), singleCellFvMesh::agglomPatchFieldMapper::size(), fvFieldDecomposer::processorVolPatchFieldDecomposer::size(), solidMixtureProperties::size(), liquidMixtureProperties::size(), treeDataPoint::size(), facePointPatch::size(), fvFieldDecomposer::processorSurfacePatchFieldDecomposer::size(), treeDataEdge::size(), treeDataCell::size(), treeDataFace::size(), meshToMesh0::patchFieldInterpolator::size(), GAMGInterface::size(), argList::size(), CompactListList< T, Container >::sizes(), SLGThermo::SLGThermo(), symGaussSeidelSmoother::smooth(), GaussSeidelSmoother::smooth(), nonBlockingGaussSeidelSmoother::smooth(), snappyRefineDriver::snappyRefineDriver(), basicSymmetryFvPatchField< Type >::snGradTransformDiag(), fixedNormalSlipFvPatchField< Type >::snGradTransformDiag(), partialSlipFvPatchField< Type >::snGradTransformDiag(), solidBodyMotionFvMesh::solidBodyMotionFvMesh(), solidMixtureProperties::solidMixtureProperties(), PBiCG::solve(), PCG::solve(), smoothSolver::solve(), PBiCGStab::solve(), GAMGSolver::solve(), ParSortableList< Type >::sort(), PatchTools::sortedEdgeFaces(), Foam::sortedOrder(), PatchTools::sortedPointEdges(), UnsortedMeshedSurface< Face >::sortedZones(), MeshedSurface< Face >::sortFacesAndStore(), extendedEdgeMesh::sortPointsAndEdges(), meshRefinement::splitFaces(), meshRefinement::splitMesh(), meshRefinement::splitMeshRegions(), Foam::stepBackwardsToNextPoint(), Foam::stepForwardsToNextPoint(), MeshedSurface< Face >::stitchFaces(), hexRef8::storeData(), streamLineParticle::streamLineParticle(), cellZoneSet::subset(), pointZoneSet::subset(), faceZoneSet::subset(), refinementHistory::subset(), hexRef8::subset(), PatchTools::subsetMap(), UnsortedMeshedSurface< Face >::subsetMesh(), triSurface::subsetMesh(), MeshedSurface< Face >::subsetMesh(), triSurface::subsetMeshMap(), Foam::ListListOps::subSizes(), surfaceFeatures::surfaceFeatures(), surfaceIntersection::surfaceIntersection(), PrimitivePatch< Face, FaceList, PointField, PointType >::surfaceType(), globalMeshData::syncData(), syncTools::syncEdgeList(), syncTools::syncEdgeMap(), globalMeshData::syncPointData(), syncTools::syncPointList(), syncTools::syncPointMap(), meshRefinement::testSyncPointList(), tetIndices::tetIndices(), particle< Type >::tetNeighbour(), TGaussSeidelSmoother< Type, DType, LUType >::TGaussSeidelSmoother(), heThermo< BasicThermo, MixtureType >::THE(), thermoSingleLayer::thermoSingleLayer(), targetCoeffTrim::thetag(), Time::Time(), pointToPointPlanarInterpolation::timeNames(), StaticHashTable< T, Key, Hash >::toc(), CV2D::toPoint2D(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::totalFlowRateAdvectiveDiffusiveFvPatchScalarField(), wallBoundedParticle::trackToEdge(), particle< Type >::trackToFace(), MeshedSurface< Face >::transcribe(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::transfer(), MeshedSurface< Face >::transfer(), Foam::transform(), fft::transform(), cylindrical::transform(), Foam::transformList(), porosityModel::transformModelData(), globalIndexAndTransform::transformPatches(), Foam::transformPoints(), rigidBodyMotion::transformPoints(), cyclicAMIPolyPatch::transformPosition(), cyclicPolyPatch::transformPosition(), cylindrical::transformTensor(), STARCDCoordinateRotation::transformVector(), EulerCoordinateRotation::transformVector(), axesRotation::transformVector(), cylindrical::transformVector(), triSurfaceSearch::tree(), face::triangles(), polyMeshTetDecomposition::triangleTetIndices(), MeshedSurface< Face >::triangulate(), triSurfaceTools::triangulateFaceCentre(), surfaceFeatures::trimFeatures(), triSurface::triSurfInstance(), uniformInterpolatedDisplacementPointPatchVectorField::uniformInterpolatedDisplacementPointPatchVectorField(), Foam::uniqueOrder(), Foam::unitSet(), dynamicRefineFvMesh::unrefine(), sampledSurfaces::update(), dynamicRefineFvMesh::update(), AMIInterpolation< SourcePatch, TargetPatch >::update(), directionInfo::updateCell(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::updateCoeffs(), externalWallHeatFluxTemperatureFvPatchScalarField::updateCoeffs(), patchEdgeFaceRegions::updateFace(), processorGAMGInterfaceField::updateInterfaceMatrix(), topoSet::updateLabels(), meshRefinement::updateList(), LduMatrix< Type, DType, LUType >::updateMatrixInterfaces(), lduMatrix::updateMatrixInterfaces(), patchInjectionBase::updateMesh(), componentDisplacementMotionSolver::updateMesh(), processorPolyPatch::updateMesh(), CellZoneInjection< CloudType >::updateMesh(), displacementMotionSolver::updateMesh(), removePoints::updateMesh(), cellZoneSet::updateMesh(), pointZoneSet::updateMesh(), boundaryCutter::updateMesh(), faceZoneSet::updateMesh(), refinementHistory::updateMesh(), addPatchCellLayer::updateMesh(), hexRef8::updateMesh(), polyMesh::updateMesh(), meshRefinement::updateMesh(), cellZoneSet::updateSet(), pointZoneSet::updateSet(), fileMonitor::updateStates(), thermoSingleLayer::updateSurfaceTemperatures(), kinematicSingleLayer::updateSurfaceVelocities(), PackedBoolList::used(), USERD_get_gold_variable_info(), USERD_set_filenames(), patchEdgeFaceRegions::valid(), Function1< Type >::value(), TableBase< Type >::value(), polynomialFunction::value(), splineInterpolationWeights::valueWeights(), linearInterpolationWeights::valueWeights(), vtkInsertNextOpenFOAMPoint(), vtkUnstructuredReader::vtkUnstructuredReader(), wallBoundedStreamLineParticle::wallBoundedStreamLineParticle(), wallLayerCells::wallLayerCells(), WallLocalSpringSliderDashpot< CloudType >::WallLocalSpringSliderDashpot(), meshReader::warnDuplicates(), meshRefinement::weightedSum(), graph::wordify(), AMIInterpolation< SourcePatch, TargetPatch >::wordTointerpolationMethod(), ensightSetWriter< Type >::write(), vtkSetWriter< Type >::write(), X3DsurfaceFormat< Face >::write(), WRLsurfaceFormat< Face >::write(), xmgraceSetWriter< Type >::write(), rawSetWriter< Type >::write(), gnuplotSetWriter< Type >::write(), SMESHsurfaceFormat< Face >::write(), foamFileSurfaceWriter::write(), OBJsurfaceFormat< Face >::write(), thirdBodyEfficiencies::write(), GTSsurfaceFormat< Face >::write(), csvSetWriter< Type >::write(), VTKsurfaceFormat< Face >::write(), AC3DsurfaceFormat< Face >::write(), OBJedgeFormat::write(), OFFsurfaceFormat< Face >::write(), TRIsurfaceFormat< Face >::write(), ensightBinaryStream::write(), STARCDsurfaceFormat< Face >::write(), rawSurfaceWriter::write(), OFSsurfaceFormat< Face >::write(), STARCDedgeFormat::write(), OBJstream::write(), patchIdentifier::write(), writer< Type >::write(), writeObjects::write(), primitiveEntry::write(), nastranSurfaceWriter::write(), solidReaction< ReactionThermo >::write(), pressureInletOutletVelocityFvPatchVectorField::write(), ParticleCollector< CloudType >::write(), forceCoeffs::write(), streamLine::write(), regionSizeDistribution::write(), wallBoundedStreamLine::write(), STLsurfaceFormat< Face >::writeAscii(), STLsurfaceFormat< Face >::writeBinary(), forces::writeBins(), STARCDsurfaceFormatCore::writeCase(), STARCDedgeFormat::writeCase(), ensightPartFaces::writeConnectivity(), vtkSurfaceWriter::writeData(), dxSurfaceWriter::writeData(), triSurface::writeDX(), UList< T >::writeEntry(), rotorDiskSource::writeField(), ensightPart::writeFieldList(), ReactingParcel< ParcelType >::writeFields(), fieldValueDelta::writeFileHeader(), WRLsurfaceFormatCore::writeHeader(), VTKsurfaceFormatCore::writeHeader(), VTKedgeFormat::writeHeader(), rawSurfaceWriter::writeHeader(), AMIMethod< SourcePatch, TargetPatch >::writeIntersectionOBJ(), Foam::meshTools::writeOBJ(), triSurfaceTools::writeOBJ(), surfaceFeatures::writeObj(), extendedEdgeMesh::writeObj(), ensightPart::writeScalarField(), edgeMesh::writeStats(), searchableSurfaces::writeStats(), extendedEdgeMesh::writeStats(), extendedCellToFaceStencil::writeStencilStats(), ensightPart::writeVectorField(), solidMixtureProperties::X(), TableBase< Type >::x(), liquidMixtureProperties::X(), CompositionModel< CloudType >::X(), interpolation2DTable< Type >::Xi(), liquidMixtureProperties::Xs(), Foam::XstepForwardsToNextPoint(), TableBase< Type >::y(), phaseProperties::Y(), liquidMixtureProperties::Y(), meshRefinement::zonify(), csvTableReader< Type >::~csvTableReader(), ensightPartCells::~ensightPartCells(), ensightPartFaces::~ensightPartFaces(), LeastSquaresVectors< Stencil >::~LeastSquaresVectors(), medialAxisMeshMover::~medialAxisMeshMover(), RaviPetersen::~RaviPetersen(), skewCorrectionVectors::~skewCorrectionVectors(), thermalBaffle::~thermalBaffle(), TRIsurfaceFormatCore::~TRIsurfaceFormatCore(), UIPstream::~UIPstream(), and UOPstream::~UOPstream().

const Foam::List< T > & null ( )
inlinestatic

Return a null List.

Definition at line 43 of file ListI.H.

Foam::autoPtr< Foam::List< T > > clone ( ) const
inline

Clone.

Definition at line 34 of file ListI.H.

Foam::label size ( ) const
inline
void resize ( const label  newSize)
inline

Alias for setSize(const label)

Definition at line 50 of file ListI.H.

References setSize().

Referenced by polyMeshFilter::filter(), polyMeshFilter::filterEdges(), minEqOpFace::operator()(), and dynamicRefineFvMesh::readDict().

Here is the call graph for this function:

Here is the caller graph for this function:

void resize ( const label  newSize,
const T a 
)
inline

Alias for setSize(const label, const T&)

Definition at line 57 of file ListI.H.

References setSize().

Here is the call graph for this function:

void setSize ( const label  newSize)

Reset size of List.

Definition at line 295 of file List.C.

References Foam::abort(), List< T >::clear(), Foam::FatalError, FatalErrorInFunction, Foam::min(), and Foam::T().

Referenced by preserveBafflesConstraint::add(), preserveFaceZonesConstraint::add(), preservePatchesConstraint::add(), singleProcessorFaceSetsConstraint::add(), refinementHistory::add(), cellTable::addCellZones(), addPatchCellLayer::addedCells(), lduPrimitiveMesh::addInterfaces(), edgeSurface::addIntersectionEdges(), interRegionExplicitPorositySource::addSup(), MeshedSurface< Face >::addZones(), GAMGAgglomeration::agglomerateLduAddressing(), extendedEdgeMesh::allNearestFeatureEdges(), face::areaInContact(), argList::argList(), FreeStream< CloudType >::autoMap(), meshRefinement::balance(), triangle< Point, PointRef >::barycentric(), tetrahedron< Point, PointRef >::barycentric(), bladeModel::bladeModel(), booleanSurface::booleanSurface(), searchablePlane::boundingSpheres(), searchableBox::boundingSpheres(), searchableSphere::boundingSpheres(), searchableDisk::boundingSpheres(), searchablePlate::boundingSpheres(), searchableCylinder::boundingSpheres(), searchableSurfaceCollection::boundingSpheres(), triSurfaceMesh::boundingSpheres(), cachedRandom::cachedRandom(), nearWallFields::calcAddressing(), decompositionMethod::calcCellCells(), primitiveMesh::calcCells(), cellToFaceStencil::calcFaceStencil(), CentredFitSnGradData< Polynomial >::calcFit(), FitData< FitDataType, ExtendedStencil, Polynomial >::calcFit(), polyLine::calcParam(), primitiveMesh::calcPointOrder(), createShellMesh::calcPointRegions(), addPatchCellLayer::calcSidePatch(), coupledPolyPatch::calcTransformTensors(), meshRefinement::calculateEdgeWeights(), GAMGAgglomeration::calculateRegionMaster(), pointMVCWeight::calcWeights(), primitiveMeshTools::cellClosedness(), cellMatcher::cellMatcher(), fvMotionSolverCore::cellMotionBoundaryTypes(), boundaryMesh::changeFaces(), MeshedSurface< Face >::checkFaces(), edgeCollapser::checkMeshQuality(), GAMGAgglomeration::checkRestriction(), ensightPartFaces::classify(), polyMesh::clearPrimitives(), refinementHistory::clone(), cellShape::collapsedFaces(), extendedCellToFaceStencil::collectData(), extendedFaceToCellStencil::collectData(), mappedPatchBase::collectSamples(), mapDistributeBase::compact(), CompactIOList< T, BaseType >::CompactIOList(), removeFaces::compatibleRemoves(), fvPatch::constraintTypes(), polyPatch::constraintTypes(), inverseFaceDistanceDiffusivity::correct(), inversePointDistanceDiffusivity::correct(), removePoints::countPointUsage(), cyclicPolyPatch::coupledPoints(), epsilonWallFunctionFvPatchScalarField::createAveragingWeights(), omegaWallFunctionFvPatchScalarField::createAveragingWeights(), meshRefinement::createZoneBaffles(), STARCD::cullPoints(), motionSmootherAlgo::curPoints(), hexCellLooper::cut(), geomCellLooper::cut(), Foam::cwd(), simpleGeomDecomp::decompose(), LUscalarMatrix::decompose(), mapPatchChange::deletedPatches(), displacementInterpolationMotionSolver::displacementInterpolationMotionSolver(), refinementHistory::distribute(), mapDistributeBase::distribute(), distributedTriSurfaceMesh::distribute(), snappySnapDriver::doSnap(), Foam::duplicateOrder(), cell::edges(), StaticHashTable< T, Key, Hash >::erase(), Pstream::exchange(), mapDistributeBase::exchangeAddressing(), Pstream::exchangeSizes(), extendedEdgeMesh::extendedEdgeMesh(), extendedFeatureEdgeMesh::extendedFeatureEdgeMesh(), extendedUpwindCellToFaceStencil::extendedUpwindCellToFaceStencil(), extrudePatchMesh::extrudePatchMesh(), primitiveMesh::faceEdges(), primitiveMeshTools::facePyramidVolume(), cellModel::faces(), boundBox::faces(), faceTriangulation::faceTriangulation(), searchablePlateFeatures::features(), refinementSurfaces::findAllHigherIntersections(), searchableSurfacesQueries::findAllIntersections(), searchableSurfacesQueries::findAnyIntersection(), refinementSurfaces::findHigherIntersection(), coordinateSystems::findIndices(), ZoneMesh< ZoneType, MeshType >::findIndices(), refinementSurfaces::findInside(), triSurfaceSearch::findLine(), searchablePlane::findLine(), searchableSphere::findLine(), searchablePlate::findLine(), searchableDisk::findLine(), searchableCylinder::findLine(), searchableSurfaceWithGaps::findLine(), searchableSurfaceCollection::findLine(), searchableBox::findLine(), triSurfaceSearch::findLineAll(), searchablePlane::findLineAll(), searchableSphere::findLineAll(), searchablePlate::findLineAll(), searchableDisk::findLineAll(), searchableCylinder::findLineAll(), searchableSurfaceWithGaps::findLineAll(), searchableSurfaceCollection::findLineAll(), searchableBox::findLineAll(), distributedTriSurfaceMesh::findLineAll(), triSurfaceSearch::findLineAny(), searchableSphere::findLineAny(), searchableCylinder::findLineAny(), searchableBox::findLineAny(), triSurfaceRegionSearch::findNearest(), triSurfaceSearch::findNearest(), searchablePlane::findNearest(), searchableSphere::findNearest(), searchablePlate::findNearest(), searchableDisk::findNearest(), searchableSurfacesQueries::findNearest(), searchableCylinder::findNearest(), searchableBox::findNearest(), distributedTriSurfaceMesh::findNearest(), refinementFeatures::findNearestEdge(), searchableSurfacesQueries::findNearestIntersection(), refinementSurfaces::findNearestIntersection(), refinementFeatures::findNearestPoint(), refinementSurfaces::findNearestRegion(), refinementFeatures::findNearestRegionEdge(), mappedPatchBase::findSamples(), polyMeshAdder::findSharedPoints(), Time::findTimes(), FreeStream< CloudType >::FreeStream(), globalIndex::gather(), PatchTools::gatherAndMerge(), GAMGAgglomeration::gatherList(), triSurfaceMesh::getField(), searchableSurfaceCollection::getField(), distributedTriSurfaceMesh::getField(), combineFaces::getMergeSets(), searchablePlane::getNormal(), searchableSphere::getNormal(), searchablePlate::getNormal(), searchableDisk::getNormal(), searchableCylinder::getNormal(), searchableSurfaceCollection::getNormal(), searchableBox::getNormal(), triSurfaceMesh::getNormal(), distributedTriSurfaceMesh::getNormal(), boundaryMesh::getNTris(), searchablePlane::getRegion(), searchableSphere::getRegion(), searchablePlate::getRegion(), searchableDisk::getRegion(), searchableCylinder::getRegion(), searchableSurfaceCollection::getRegion(), searchableBox::getRegion(), triSurfaceMesh::getRegion(), distributedTriSurfaceMesh::getRegion(), Foam::vtkPVReaders::getSelectedArrayEntries(), Foam::vtkPV3Readers::getSelectedArrayEntries(), removePoints::getUnrefimentSet(), cellLooper::getVertEdgesNonFace(), triSurfaceTools::getVertexTriangles(), cellLooper::getVertFacesNonEdge(), searchableSphere::getVolumeType(), searchableCylinder::getVolumeType(), searchableBox::getVolumeType(), triSurfaceMesh::getVolumeType(), addPatchCellLayer::globalEdgeFaces(), triSurfaceTools::greenRefine(), hashedWordList::hashedWordList(), Distribution< Type >::index(), indexedOctree< Type >::indexedOctree(), sortLabelledTri::indices(), meshToMeshMethod::initialise(), AMIMethod< SourcePatch, TargetPatch >::initialise(), linearInterpolationWeights::integrationWeights(), GAMGInterface::interfaceInternalField(), AMIInterpolation< SourcePatch, TargetPatch >::interpolateToSource(), AMIInterpolation< SourcePatch, TargetPatch >::interpolateToTarget(), intersectedSurface::intersectedSurface(), cellZoneSet::invert(), pointZoneSet::invert(), faceZoneSet::invert(), Foam::invertManyToMany(), Foam::invertOneToMany(), IOList< T >::IOList(), isoSurface::isoSurface(), isoSurfaceCell::isoSurfaceCell(), dictionary::keys(), cell::labels(), noiseFFT::Ldelta(), lduPrimitiveMesh::lduPrimitiveMesh(), liquidMixtureProperties::liquidMixtureProperties(), List< T >::List(), lookupProfile::lookupProfile(), basicThermo::lookupThermo(), LUscalarMatrix::LUscalarMatrix(), mapDistribute::mapDistribute(), mapDistributeBase::mapDistributeBase(), fvMesh::mapFields(), boundaryMesh::markFaces(), PatchTools::markZones(), triSurface::markZones(), PatchTools::matchEdges(), Foam::matchPoints(), PatchTools::matchPoints(), hexMatcher::matchShape(), prismMatcher::matchShape(), tetWedgeMatcher::matchShape(), wedgeMatcher::matchShape(), pyrMatcher::matchShape(), tetMatcher::matchShape(), cellToCellStencil::merge(), cellToFaceStencil::merge(), edgeIntersections::merge(), meshRefinement::mergeBaffles(), edgeMesh::mergeEdges(), Foam::mergePoints(), edgeMesh::mergePoints(), globalMeshData::mergePoints(), meshTriangulation::meshTriangulation(), molecule::molecule(), engineValve::movingPatchIDs(), multiSolidBodyMotionFvMesh::multiSolidBodyMotionFvMesh(), NamedEnum< Enum, nEnum >::names(), IOobjectList::names(), objectRegistry::names(), extendedEdgeMesh::nearestFeatureEdge(), extendedEdgeMesh::nearestFeatureEdgeByType(), surfaceFeatures::nearestSurfEdge(), polyBoundaryMesh::neighbourEdges(), basicChemistryModel::New(), basicSolidChemistryModel::New(), cellCuts::nonAnchorPoints(), Distribution< Type >::normalised(), ListPlusEqOp< T, Size >::operator()(), minEqOpFace::operator()(), procLess::operator()(), listPlusEqOp< T >::operator()(), minEqOp< labelPair >::operator()(), nearestEqOp::operator()(), ListAppendEqOp< T >::operator()(), polynomialFunction::operator+=(), polynomialFunction::operator-=(), Foam::operator<<(), CompactIOField< T, BaseType >::operator=(), CompactIOList< T, BaseType >::operator=(), Foam::operator>>(), regionCoupledBase::order(), oldCyclicPolyPatch::order(), processorPolyPatch::order(), cyclicPolyPatch::order(), cyclicAMIPolyPatch::order(), indexedOctree< Type >::overlaps(), argList::parse(), ParticleCollector< CloudType >::ParticleCollector(), boundaryMesh::patchNames(), noiseFFT::Pdelta(), SprayCloud< CloudType >::penetration(), phaseProperties::phaseProperties(), phasePropertiesList::phasePropertiesList(), pointFieldReconstructor::pointFieldReconstructor(), PatchTools::pointNormals(), Foam::polyMeshZipUpCells(), argList::postProcess(), snappySnapDriver::preSmoothPatch(), fvMeshDistribute::printCoupleInfo(), Foam::printTable(), Distribution< Type >::raw(), NASedgeFormat::read(), GTSsurfaceFormat< Face >::read(), FixedValueConstraint< Type >::read(), STARCDedgeFormat::read(), primitiveEntry::read(), functionObjectList::read(), boundaryMesh::read(), STARCD::readBoundary(), STARCD::readCells(), Foam::readDir(), mappedPatchBase::readListOrField(), STARCD::readPoints(), boundaryMesh::readTriSurface(), mapDistributeBase::receive(), ensightPart::reconstruct(), meshRefinement::refineCandidates(), refinementHistory::refinementHistory(), searchablePlane::regions(), searchableBox::regions(), searchableSphere::regions(), searchableDisk::regions(), searchablePlate::regions(), searchableCylinder::regions(), searchableSurfaceCollection::regions(), triSurfaceMesh::regions(), edgeMesh::regions(), snappySnapDriver::repatchToSurface(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::reserve(), PackedList< nBits >::reserve(), refinementHistory::resize(), mapDistributeBase::schedule(), searchableSurfaces::searchableSurfaces(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::setCapacity(), PackedList< nBits >::setCapacity(), fvMeshSubset::setCellSubset(), decompositionMethod::setConstraints(), boundaryMesh::setFeatureEdges(), polyBoundaryMesh::setGroup(), fvMeshSubset::setLargeCellSubset(), UnsortedMeshedSurface< Face >::setOneZone(), duplicatePoints::setRefinement(), refinementIterator::setRefinement(), boundaryCutter::setRefinement(), removePoints::setRefinement(), tetDecomposer::setRefinement(), addPatchCellLayer::setRefinement(), hexRef8::setRefinement(), molecule::setSiteSizes(), cellSets::setSize(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::setSize(), CompactListList< T, Container >::setSize(), List< T >::setSize(), UPtrList< T >::setSize(), UnsortedMeshedSurface< Face >::setSize(), bufferedAccumulator< Type >::setSizes(), data::setSolverPerformance(), removePoints::setUnrefinement(), UnsortedMeshedSurface< Face >::setZones(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::shrink(), PackedList< nBits >::shrink(), searchableSurfacesQueries::signedDistance(), snappyRefineDriver::snappyRefineDriver(), GAMGSolver::solve(), ParSortableList< Type >::sort(), Foam::sortedOrder(), UnsortedMeshedSurface< Face >::sortedZones(), extendedEdgeMesh::sortPointsAndEdges(), meshRefinement::splitFaces(), MeshedSurface< Face >::stitchFaces(), streamLineParticle::streamLineParticle(), NamedEnum< Enum, nEnum >::strings(), PatchTools::subsetMap(), triSurface::subsetMeshMap(), surfacePatchIOList::surfacePatchIOList(), surfZoneIOList::surfZoneIOList(), syncTools::swapBoundaryCellList(), syncTools::swapBoundaryCellPositions(), StaticHashTable< T, Key, Hash >::toc(), externalCoupledTemperatureMixedFvPatchScalarField::transferData(), externalCoupledMixedFvPatchField< Type >::transferData(), globalIndexAndTransform::transformIndicesForPatches(), boundaryMesh::triangulate(), MeshedSurface< Face >::triangulate(), triSurfaceTools::triangulate(), triSurfaceTools::triangulateFaceCentre(), boundaryMesh::triangulateLocal(), Foam::uniqueOrder(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::updateCoeffs(), patchEdgeFaceRegions::updateEdge(), patchEdgeFaceRegions::updateFace(), edgeVertex::updateLabels(), cellZoneSet::updateMesh(), removePoints::updateMesh(), boundaryCutter::updateMesh(), faceZoneSet::updateMesh(), faceZone::updateMesh(), addPatchCellLayer::updateMesh(), polyMesh::updateMesh(), PackedBoolList::used(), cellToFaceStencil::validBoundaryFaces(), cellToCellStencil::validBoundaryFaces(), splineInterpolationWeights::valueWeights(), linearInterpolationWeights::valueWeights(), vtkUnstructuredReader::vtkUnstructuredReader(), NamedEnum< Enum, nEnum >::words(), AMIInterpolation< SourcePatch, TargetPatch >::wordTointerpolationMethod(), forceCoeffs::write(), streamLine::write(), and wallBoundedStreamLine::write().

Here is the call graph for this function:

void setSize ( const label  newSize,
const T a 
)

Reset size of List and value for new elements.

Definition at line 341 of file List.C.

References List< T >::setSize(), and Foam::T().

Here is the call graph for this function:

void clear ( )

Clear the list, i.e. set size to zero.

Definition at line 356 of file List.C.

Referenced by Cloud< ParticleType >::autoMap(), KinematicCloud< CloudType >::buildCellOccupancy(), cellVolumeWeightMethod::calculateAddressing(), edgeCollapser::checkMeshQuality(), hashedWordList::clear(), SortableList< T >::clear(), TRIsurfaceFormatCore::clear(), STLsurfaceFormatCore::clear(), MeshedSurfaceIOAllocator::clear(), CompactListList< T, Container >::clear(), UPtrList< T >::clear(), edgeMesh::clear(), UnsortedMeshedSurface< Face >::clear(), MeshedSurface< Face >::clear(), extendedEdgeMesh::clear(), block::clearGeom(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::clearStorage(), PackedList< nBits >::clearStorage(), Foam::cmptAv(), Foam::cmptMag(), Foam::cmptMax(), Foam::cmptMin(), Poisson::correct(), removePoints::countPointUsage(), DimensionedField< Type, GeoMesh >::DimensionedField(), Foam::duplicateOrder(), refinementSurfaces::findAllHigherIntersections(), searchablePlane::findLineAll(), searchableSphere::findLineAll(), searchablePlate::findLineAll(), searchableDisk::findLineAll(), searchableCylinder::findLineAll(), searchableSurfaceWithGaps::findLineAll(), searchableSurfaceCollection::findLineAll(), searchableBox::findLineAll(), distributedTriSurfaceMesh::findLineAll(), meshRefinement::isNormalGap(), Foam::mag(), Foam::magSqr(), Cloud< ParticleType >::move(), minEqOpFace::operator()(), minEqOp< labelPair >::operator()(), SortableList< T >::operator=(), patchProbes::patchProbes(), Foam::pow(), STARCDsurfaceFormat< Face >::read(), STARCDedgeFormat::read(), STARCD::readBoundary(), STARCD::readCells(), polyMesh::readUpdate(), ensightPart::reconstruct(), cuttingPlane::reCut(), surfMesh::removeZones(), writeFiles::resetName(), writeFiles::resetNames(), decompositionMethod::setConstraints(), searchableSurface::setField(), List< T >::setSize(), SortableList< T >::shrink(), Foam::sortedOrder(), MeshedSurface< Face >::sortFacesAndStore(), Foam::sqr(), UnsortedMeshedSurface< Face >::subsetMesh(), surfaceFeatures::surfaceFeatures(), MeshedSurface< Face >::transfer(), MeshedSurface< Face >::triangulate(), vtkUnstructuredReader::vtkUnstructuredReader(), and meshReader::writeMesh().

void append ( const T t)
inline

Append an element at the end of the list.

Definition at line 97 of file ListI.H.

References setSize().

Referenced by singleProcessorFaceSetsConstraint::add(), cellTable::addCellZones(), Foam::debug::addDebugObject(), Foam::debug::addDimensionedConstantObject(), Foam::debug::addDimensionSetObject(), Foam::debug::addInfoObject(), Foam::debug::addOptimisationObject(), hashedWordList::append(), KinematicCloud< CloudType >::buildCellOccupancy(), createShellMesh::calcPointRegions(), cellVolumeWeightMethod::calculateAddressing(), directMethod::calculateAddressing(), GAMGAgglomeration::checkRestriction(), commSchedule::commSchedule(), removeFaces::compatibleRemoves(), hexRef8::consistentSlowRefinement(), hexRef8::consistentSlowRefinement2(), curvatureSeparation::curvatureSeparation(), decompositionMethod::decompositionMethod(), cellZoneSet::deleteSet(), pointZoneSet::deleteSet(), snappyLayerDriver::doLayers(), edgeSurface::edgeSurface(), Foam::findEtcDirs(), Foam::findEtcFiles(), removeCells::getExposedFaces(), triSurfaceTools::greenRefine(), meshToMesh::mapAndOpTgtToSrc(), PatchTools::markZone(), triSurface::markZone(), meshToMeshMethod::maskCells(), meshRefinement::mergeBaffles(), meshRefinement::meshedPatches(), findCellParticle::move(), Cloud< ParticleType >::move(), NamedEnum< Enum, nEnum >::names(), minEqOpFace::operator()(), listPlusEqOp< T >::operator()(), indexedOctree< Type >::overlaps(), boundaryMesh::patchify(), VTKsurfaceFormat< Face >::read(), functionObjectList::readFunctionObject(), edgeMesh::regions(), writeFiles::resetName(), writeFiles::resetNames(), timeSelector::select0(), PatchEdgeFaceWave< PrimitivePatchType, Type, TrackingData >::setEdgeInfo(), polyBoundaryMesh::setGroup(), hexRef8::setInstance(), edgeCollapser::setRefinement(), hexRef8::setRefinement(), Foam::fvc::smooth(), meshRefinement::splitMeshRegions(), Foam::fvc::spread(), Foam::fvc::sweep(), triSurfaceTools::triangulate(), externalDisplacementMeshMover::updateMesh(), and AMIInterpolation< SourcePatch, TargetPatch >::wordTointerpolationMethod().

Here is the call graph for this function:

void append ( const UList< T > &  lst)
inline

Append a List at the end of this list.

Definition at line 104 of file ListI.H.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, forAll, setSize(), and UList< T >::size().

Here is the call graph for this function:

void append ( const UIndirectList< T > &  lst)
inline

Append a UIndirectList at the end of this list.

Definition at line 123 of file ListI.H.

References forAll, setSize(), and UIndirectList< T >::size().

Here is the call graph for this function:

void transfer ( List< T > &  a)

Transfer the contents of the argument List into this list.

and annul the argument list

Definition at line 365 of file List.C.

Referenced by extendedEdgeMesh::add(), cellZoneSet::addSet(), pointZoneSet::addSet(), faceZoneSet::addSet(), extendedEdgeMesh::allNearestFeatureEdges(), extendedEdgeMesh::allNearestFeaturePoints(), searchableSurfaceToFaceZone::applyToSet(), setToPointZone::applyToSet(), setToCellZone::applyToSet(), faceZoneToFaceZone::applyToSet(), setToFaceZone::applyToSet(), setAndNormalToFaceZone::applyToSet(), setsToFaceZone::applyToSet(), polyDualMesh::calcFeatures(), createShellMesh::calcPointRegions(), partialFaceAreaWeightAMI< SourcePatch, TargetPatch >::calculate(), directAMI< SourcePatch, TargetPatch >::calculate(), mapNearestAMI< SourcePatch, TargetPatch >::calculate(), faceAreaWeightAMI< SourcePatch, TargetPatch >::calculate(), cellVolumeWeightMethod::calculateAddressing(), mapNearestMethod::calculateAddressing(), directMethod::calculateAddressing(), boundaryMesh::changeFaces(), mapDistributeBase::compact(), CompactIOList< T, BaseType >::CompactIOList(), removeFaces::compatibleRemoves(), polyMeshFilter::copyMesh(), meshWave::correct(), geomCellLooper::cut(), topoCellLooper::cut(), cyclicACMIGAMGInterface::cyclicACMIGAMGInterface(), cyclicAMIGAMGInterface::cyclicAMIGAMGInterface(), cellZoneSet::deleteSet(), pointZoneSet::deleteSet(), faceZoneSet::deleteSet(), fvMeshDistribute::distribute(), mapDistributeBase::distribute(), edgeMesh::edgeMesh(), extendedUpwindCellToFaceStencil::extendedUpwindCellToFaceStencil(), hexRef8::faceLevel(), triSurfaceSearch::findLineAll(), searchableBox::findLineAll(), extendedEdgeMesh::flipNormals(), globalIndex::gather(), PatchTools::gatherAndMerge(), genericFvPatchField< Type >::genericFvPatchField(), genericPointPatchField< Type >::genericPointPatchField(), IOList< T >::IOList(), List< T >::List(), PatchTools::markZone(), triSurface::markZone(), polyBoundaryMesh::matchGroups(), cellToCellStencil::merge(), cellToFaceStencil::merge(), edgeMesh::mergePoints(), MeshedSurface< Face >::MeshedSurface(), streamLineParticle::move(), wallBoundedStreamLineParticle::move(), multiSolidBodyMotionFvMesh::multiSolidBodyMotionFvMesh(), NamedEnum< Enum, nEnum >::names(), cellCuts::nonAnchorPoints(), minEqOp< labelPair >::operator()(), ifEqEqOp< value >::operator()(), indexedOctree< Type >::overlaps(), patchInteractionDataList::patchInteractionDataList(), OBJedgeFormat::read(), STARCDedgeFormat::read(), STARCDCore::readPoints(), surfMesh::readUpdate(), polyMesh::readUpdate(), edgeMesh::regions(), UnsortedMeshedSurface< Face >::remapFaces(), cuttingPlane::remapFaces(), UPtrList< T >::reorder(), MeshedSurfaceIOAllocator::reset(), edgeMesh::reset(), UnsortedMeshedSurface< Face >::reset(), MeshedSurface< Face >::reset(), IndirectListAddressing::resetAddressing(), MeshedSurfaceIOAllocator::resetFaces(), polyMesh::resetPrimitives(), SortableList< T >::reverseSort(), boundaryMesh::setExtraEdges(), hexRef8::setInstance(), hexRef8::setRefinement(), snappyRefineDriver::snappyRefineDriver(), solidBodyMotionFvMesh::solidBodyMotionFvMesh(), SortableList< T >::sort(), extendedEdgeMesh::sortPointsAndEdges(), meshRefinement::splitMesh(), MeshedSurface< Face >::stitchFaces(), cellZoneSet::subset(), pointZoneSet::subset(), faceZoneSet::subset(), refinementHistory::subset(), hexRef8::subset(), surfaceIntersection::surfaceIntersection(), hashedWordList::transfer(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::transfer(), CompactListList< T, Container >::transfer(), UPtrList< T >::transfer(), List< T >::transfer(), edgeMesh::transfer(), mapDistributePolyMesh::transfer(), surfMesh::transfer(), mapDistributeBase::transfer(), UnsortedMeshedSurface< Face >::transfer(), PackedList< nBits >::transfer(), mapDistribute::transfer(), extendedEdgeMesh::transfer(), MeshedSurface< Face >::triangulate(), dynamicRefineFvMesh::update(), mappedVelocityFluxFixedValueFvPatchField::updateCoeffs(), meshRefinement::updateList(), patchInjectionBase::updateMesh(), cellZoneSet::updateMesh(), pointZoneSet::updateMesh(), faceZoneSet::updateMesh(), refinementHistory::updateMesh(), hexRef8::updateMesh(), meshRefinement::updateMesh(), UList< T >::writeEntry(), and TRIsurfaceFormatCore::~TRIsurfaceFormatCore().

void transfer ( DynamicList< T, SizeInc, SizeMult, SizeDiv > &  a)

Transfer the contents of the argument List into this list.

and annul the argument list

Definition at line 378 of file List.C.

References DynamicList< T, SizeInc, SizeMult, SizeDiv >::clearStorage(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::shrink(), and List< T >::transfer().

Here is the call graph for this function:

void transfer ( SortableList< T > &  a)

Transfer the contents of the argument List into this list.

and annul the argument list

Definition at line 388 of file List.C.

References SortableList< T >::shrink(), and List< T >::transfer().

Here is the call graph for this function:

Foam::Xfer< Foam::List< T > > xfer ( )
inline
T & newElmt ( const label  i)
inline

Return subscript-checked element of UList.

Definition at line 64 of file ListI.H.

References setSize().

Here is the call graph for this function:

void shallowCopy ( const UList< T > &  )
delete

Disallow implicit shallowCopy.

void operator= ( const UList< T > &  a)
void operator= ( const List< T > &  a)

Assignment operator. Takes linear time.

Definition at line 430 of file List.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and List< T >::operator=().

Here is the call graph for this function:

void operator= ( const SLList< T > &  lst)

Assignment from SLList operator. Takes linear time.

Definition at line 444 of file List.C.

References LList< SLListBase, T >::begin(), LList< SLListBase, T >::end(), UList< T >::operator[](), SLListBase::size(), and Foam::T().

Here is the call graph for this function:

void operator= ( const UIndirectList< T > &  lst)

Assignment from UIndirectList operator. Takes linear time.

Definition at line 471 of file List.C.

References forAll, UList< T >::operator[](), UIndirectList< T >::size(), and Foam::T().

Here is the call graph for this function:

void operator= ( const BiIndirectList< T > &  lst)

Assignment from BiIndirectList operator. Takes linear time.

Definition at line 489 of file List.C.

References forAll, UList< T >::operator[](), BiIndirectList< T >::size(), and Foam::T().

Here is the call graph for this function:

void operator= ( const T t)
inline

Assignment of all entries to the given value.

Definition at line 138 of file ListI.H.

void operator= ( const zero  )
inline

Assignment of all entries to zero.

Definition at line 145 of file ListI.H.

References Foam::Zero.

Friends And Related Function Documentation

Istream& operator>> ( Istream ,
List< T > &   
)
friend

Read List from Istream, discarding contents of existing List.

Referenced by List< T >::List().


The documentation for this class was generated from the following files: