Feature: linear solver update: ILUp and two-level AMG smoothers
This commit is contained in:
parent
005ab7aa87
commit
c4be709e7a
1 changed files with 0 additions and 22 deletions
|
@ -91,26 +91,4 @@ Foam::autoPtr<Foam::BlockLduSmoother<Type> > Foam::BlockLduSmoother<Type>::New
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
|
||||||
|
|
||||||
template<class Type>
|
|
||||||
Foam::word Foam::BlockLduSmoother<Type>::getName(const dictionary& dict)
|
|
||||||
{
|
|
||||||
word name;
|
|
||||||
|
|
||||||
// handle primitive or dictionary entry
|
|
||||||
const entry& e = dict.lookupEntry("preconditioner", false, false);
|
|
||||||
if (e.isDict())
|
|
||||||
{
|
|
||||||
e.dict().lookup("preconditioner") >> name;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
e.stream() >> name;
|
|
||||||
}
|
|
||||||
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
Reference in a new issue