Remove cpuTime tracking debug

This commit is contained in:
Hrvoje Jasak 2019-08-21 14:09:42 +01:00
parent 8b49921bf9
commit fabbdf0d56
6 changed files with 3 additions and 12 deletions

View file

@ -799,8 +799,7 @@ Foam::BlockMatrixClustering<Type>::BlockMatrixClustering
groupSize_(groupSize),
nSolo_(0),
nCoarseEqns_(0),
coarsen_(false),
lTime_()
coarsen_(false)
{
calcClustering();
}

View file

@ -93,8 +93,6 @@ class BlockMatrixClustering
//- Can a coarse level be constructed?
bool coarsen_;
cpuTime lTime_;
// Private Member Functions

View file

@ -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,

View file

@ -88,8 +88,6 @@ class ggiAMGInterface
//- Map-distribute comms tool
mutable mapDistribute* mapPtr_;
cpuTime lTime_;
// Private Member Functions

View file

@ -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,

View file

@ -89,8 +89,6 @@ class ggiSAMGInterface
//- Map-distribute comms tool
mutable mapDistribute* mapPtr_;
cpuTime lTime_;
// Private Member Functions