50 e.dict().lookup(
"preconditioner") >>
name;
74 e.dict().lookup(
"preconditioner") >>
name;
85 symMatrixConstructorTable::iterator constructorIter =
86 symMatrixConstructorTablePtr_->find(
name);
88 if (constructorIter == symMatrixConstructorTablePtr_->end())
93 ) <<
"Unknown symmetric matrix preconditioner "
95 <<
"Valid symmetric matrix preconditioners :" <<
endl
96 << symMatrixConstructorTablePtr_->sortedToc()
111 asymMatrixConstructorTable::iterator constructorIter =
112 asymMatrixConstructorTablePtr_->find(
name);
114 if (constructorIter == asymMatrixConstructorTablePtr_->end())
119 ) <<
"Unknown asymmetric matrix preconditioner "
121 <<
"Valid asymmetric matrix preconditioners :" <<
endl
122 << asymMatrixConstructorTablePtr_->sortedToc()
140 ) <<
"cannot solve incomplete matrix, "
141 "no diagonal or off-diagonal coefficient"
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
const entry & lookupEntry(const word &, bool recursive, bool patternMatch) const
Find and return an entry data stream if present otherwise error.
static const dictionary null
Null dictionary.
A keyword and a list of tokens is an 'entry'.
Abstract base-class for lduMatrix preconditioners.
static autoPtr< preconditioner > New(const solver &sol, const dictionary &solverControls)
Return a new preconditioner.
static word getName(const dictionary &)
Find the preconditioner name (directly or from a sub-dictionary)
Abstract base-class for lduMatrix solvers.
const lduMatrix & matrix() const
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.