From c4be709e7a7b9e4bf3cad1d084f4fc774682b5ca Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Sun, 11 Oct 2015 12:41:19 +0100 Subject: [PATCH] Feature: linear solver update: ILUp and two-level AMG smoothers --- .../BlockLduSmoother/BlockLduSmoother.C | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C b/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C index f862bd683..7ee80d266 100644 --- a/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C +++ b/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C @@ -91,26 +91,4 @@ Foam::autoPtr > Foam::BlockLduSmoother::New } -// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // - -template -Foam::word Foam::BlockLduSmoother::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; -} - - // ************************************************************************* //