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
|
||||
// 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
|
||||
(
|
||||
nCoarseEqns_ > BlockMatrixCoarsening<Type>::minCoarseEqns()
|
||||
|
|
|
@ -164,8 +164,7 @@ public:
|
|||
);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
//- Destructor
|
||||
virtual ~BlockMatrixAgglomeration();
|
||||
|
||||
|
||||
|
|
Reference in a new issue