Comments and formatting
This commit is contained in:
parent
19ab01acb8
commit
74933ca82b
2 changed files with 4 additions and 3 deletions
|
@ -349,6 +349,8 @@ void Foam::BlockMatrixAgglomeration<Type>::calcAgglomeration()
|
||||||
// whole gang of processes; otherwise I may end up with a different
|
// whole gang of processes; otherwise I may end up with a different
|
||||||
// number of agglomeration levels on different processors.
|
// number of agglomeration levels on different processors.
|
||||||
|
|
||||||
|
// If the number of coarse equations is les than minimum and
|
||||||
|
// if the matrix has reduced in size by at least 1/3, coarsen
|
||||||
if
|
if
|
||||||
(
|
(
|
||||||
nCoarseEqns_ > BlockMatrixCoarsening<Type>::minCoarseEqns()
|
nCoarseEqns_ > BlockMatrixCoarsening<Type>::minCoarseEqns()
|
||||||
|
|
|
@ -164,8 +164,7 @@ public:
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// Destructor
|
//- Destructor
|
||||||
|
|
||||||
virtual ~BlockMatrixAgglomeration();
|
virtual ~BlockMatrixAgglomeration();
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue