mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add 'coeffs' to annotated decomposeParDict
This commit is contained in:
committed by
Andrew Heather
parent
c4a13897a1
commit
a1fe76e749
@ -53,11 +53,10 @@ regions
|
||||
}
|
||||
|
||||
|
||||
// Coefficients for the decomposition method are either as a
|
||||
// general "coeffs" dictionary or method-specific "<method>Coeffs".
|
||||
// Coefficients for the decomposition method are either as a general
|
||||
// "coeffs" dictionary or method-specific "<method>Coeffs".
|
||||
// For multiLevel, using multiLevelCoeffs only.
|
||||
|
||||
|
||||
multiLevelCoeffs
|
||||
{
|
||||
// multiLevel decomposition methods to apply in turn.
|
||||
@ -107,6 +106,11 @@ multiLevelCoeffs
|
||||
|
||||
// Other example coefficients
|
||||
|
||||
coeffs
|
||||
{
|
||||
n (2 1 1);
|
||||
}
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
n (2 1 1);
|
||||
|
||||
Reference in New Issue
Block a user