ENH: polyMesh,meshSearch: default value on findCell, pointInCell

This commit is contained in:
mattijs
2011-11-08 17:03:54 +00:00
parent b7155f785e
commit ca4b8c347c
22 changed files with 36 additions and 86 deletions

View File

@ -363,7 +363,7 @@ void Foam::streamLine::read(const dictionary& dict)
const fvMesh& mesh = dynamic_cast<const fvMesh&>(obr_);
meshSearchPtr_.reset(new meshSearch(mesh, polyMesh::FACEDIAGTETS));
meshSearchPtr_.reset(new meshSearch(mesh));
const dictionary& coeffsDict = dict.subDict(seedSet_ + "Coeffs");
sampledSetPtr_ = sampledSet::New