STYLE: add 'coeffs' to annotated decomposeParDict

This commit is contained in:
Mark Olesen
2019-03-26 08:27:33 +01:00
parent c44b46d9fb
commit 21caf7c5f9

View File

@ -53,11 +53,10 @@ regions
} }
// Coefficients for the decomposition method are either as a // Coefficients for the decomposition method are either as a general
// general "coeffs" dictionary or method-specific "<method>Coeffs". // "coeffs" dictionary or method-specific "<method>Coeffs".
// For multiLevel, using multiLevelCoeffs only. // For multiLevel, using multiLevelCoeffs only.
multiLevelCoeffs multiLevelCoeffs
{ {
// multiLevel decomposition methods to apply in turn. // multiLevel decomposition methods to apply in turn.
@ -107,6 +106,11 @@ multiLevelCoeffs
// Other example coefficients // Other example coefficients
coeffs
{
n (2 1 1);
}
simpleCoeffs simpleCoeffs
{ {
n (2 1 1); n (2 1 1);