mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: GAMGAgglomeration: corrected message
This commit is contained in:
@ -279,9 +279,9 @@ const Foam::GAMGAgglomeration& Foam::GAMGAgglomeration::New
|
|||||||
"(const lduMesh& mesh, const dictionary& controlDict)"
|
"(const lduMesh& mesh, const dictionary& controlDict)"
|
||||||
) << "Unknown GAMGAgglomeration type "
|
) << "Unknown GAMGAgglomeration type "
|
||||||
<< agglomeratorType << ".\n"
|
<< agglomeratorType << ".\n"
|
||||||
<< "Valid algebraic GAMGAgglomeration types are :"
|
<< "Valid matrix GAMGAgglomeration types are :"
|
||||||
<< lduMatrixConstructorTablePtr_->sortedToc() << endl
|
<< lduMatrixConstructorTablePtr_->sortedToc() << endl
|
||||||
<< "Valid algebraic GAMGAgglomeration types are :"
|
<< "Valid geometric GAMGAgglomeration types are :"
|
||||||
<< lduMeshConstructorTablePtr_->sortedToc()
|
<< lduMeshConstructorTablePtr_->sortedToc()
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
@ -374,7 +374,8 @@ Foam::autoPtr<Foam::GAMGAgglomeration> Foam::GAMGAgglomeration::New
|
|||||||
FatalErrorIn
|
FatalErrorIn
|
||||||
(
|
(
|
||||||
"GAMGAgglomeration::New"
|
"GAMGAgglomeration::New"
|
||||||
"(const lduMesh& mesh, const dictionary& controlDict)"
|
"(const lduMesh& mesh, const scalarField&"
|
||||||
|
", const vectorField&, const dictionary& controlDict)"
|
||||||
) << "Unknown GAMGAgglomeration type "
|
) << "Unknown GAMGAgglomeration type "
|
||||||
<< agglomeratorType << ".\n"
|
<< agglomeratorType << ".\n"
|
||||||
<< "Valid geometric GAMGAgglomeration types are :"
|
<< "Valid geometric GAMGAgglomeration types are :"
|
||||||
|
|||||||
Reference in New Issue
Block a user