Added info on refinement selection constructor
This commit is contained in:
parent
7fc3e1d6bb
commit
e044a43866
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ Foam::autoPtr<Foam::refinementSelection> Foam::refinementSelection::New
|
||||||
|
|
||||||
// Get the name of the desired refinement selection algorithm
|
// Get the name of the desired refinement selection algorithm
|
||||||
const word refinementSelectionTypeName(coeffDict.lookup("type"));
|
const word refinementSelectionTypeName(coeffDict.lookup("type"));
|
||||||
|
Info<< "Creating refinementSelection " << refinementSelectionTypeName << endl;
|
||||||
|
|
||||||
dictionaryConstructorTable::iterator cstrIter =
|
dictionaryConstructorTable::iterator cstrIter =
|
||||||
dictionaryConstructorTablePtr_->find(refinementSelectionTypeName);
|
dictionaryConstructorTablePtr_->find(refinementSelectionTypeName);
|
||||||
|
|
Reference in a new issue