Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Mark Olesen
2018-07-26 17:40:52 +02:00
5 changed files with 355 additions and 187 deletions

View File

@ -67,11 +67,12 @@ void Foam::geomDecomp::checkDecompositionDirections
{
if (n_[dir] > 1 && meshDirs[dir] == -1)
{
FatalErrorInFunction << "Trying to decompose a 1/2D mesh"
WarningInFunction
<< "Trying to decompose a 1/2D mesh"
<< " into " << n_[dir]
<< " parts in direction "
<< Vector<label>::componentNames[dir]
<< exit(FatalError);
<< endl;
}
}
}