Remove cpuTime tracking debug
This commit is contained in:
parent
8b49921bf9
commit
fabbdf0d56
6 changed files with 3 additions and 12 deletions
|
@ -799,8 +799,7 @@ Foam::BlockMatrixClustering<Type>::BlockMatrixClustering
|
|||
groupSize_(groupSize),
|
||||
nSolo_(0),
|
||||
nCoarseEqns_(0),
|
||||
coarsen_(false),
|
||||
lTime_()
|
||||
coarsen_(false)
|
||||
{
|
||||
calcClustering();
|
||||
}
|
||||
|
|
|
@ -93,8 +93,6 @@ class BlockMatrixClustering
|
|||
//- Can a coarse level be constructed?
|
||||
bool coarsen_;
|
||||
|
||||
cpuTime lTime_;
|
||||
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
|
|
|
@ -236,8 +236,7 @@ Foam::ggiAMGInterface::ggiAMGInterface
|
|||
procMasterFaces_(),
|
||||
comm_(fineGgiInterface_.comm()),
|
||||
tag_(fineGgiInterface_.tag()),
|
||||
mapPtr_(nullptr),
|
||||
lTime_()
|
||||
mapPtr_(nullptr)
|
||||
{
|
||||
// New algorithm will assemble local clusters on the master side and
|
||||
// create zone ordering by collecting all faces (coarse pairs) from proc0,
|
||||
|
|
|
@ -88,8 +88,6 @@ class ggiAMGInterface
|
|||
//- Map-distribute comms tool
|
||||
mutable mapDistribute* mapPtr_;
|
||||
|
||||
cpuTime lTime_;
|
||||
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
|
|
|
@ -240,8 +240,7 @@ Foam::ggiSAMGInterface::ggiSAMGInterface
|
|||
procMasterFaces_(),
|
||||
comm_(fineGgiInterface_.comm()),
|
||||
tag_(fineGgiInterface_.tag()),
|
||||
mapPtr_(nullptr),
|
||||
lTime_()
|
||||
mapPtr_(nullptr)
|
||||
{
|
||||
// New algorithm will assemble local clusters on the master side and
|
||||
// create zone ordering by collecting all faces (coarse pairs) from proc0,
|
||||
|
|
|
@ -89,8 +89,6 @@ class ggiSAMGInterface
|
|||
//- Map-distribute comms tool
|
||||
mutable mapDistribute* mapPtr_;
|
||||
|
||||
cpuTime lTime_;
|
||||
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
|
|
Reference in a new issue