ENH: surfaceInterpolation: have debug in parallel

This commit is contained in:
mattijs
2011-11-23 10:28:43 +00:00
parent 6b52dce0fc
commit 694a9e2915

View File

@ -134,7 +134,7 @@ void Foam::surfaceInterpolation::makeWeights() const
{ {
if (debug) if (debug)
{ {
Info<< "surfaceInterpolation::makeWeights() : " Pout<< "surfaceInterpolation::makeWeights() : "
<< "Constructing weighting factors for face interpolation" << "Constructing weighting factors for face interpolation"
<< endl; << endl;
} }
@ -188,7 +188,7 @@ void Foam::surfaceInterpolation::makeWeights() const
if (debug) if (debug)
{ {
Info<< "surfaceInterpolation::makeWeights() : " Pout<< "surfaceInterpolation::makeWeights() : "
<< "Finished constructing weighting factors for face interpolation" << "Finished constructing weighting factors for face interpolation"
<< endl; << endl;
} }
@ -199,7 +199,7 @@ void Foam::surfaceInterpolation::makeDeltaCoeffs() const
{ {
if (debug) if (debug)
{ {
Info<< "surfaceInterpolation::makeDeltaCoeffs() : " Pout<< "surfaceInterpolation::makeDeltaCoeffs() : "
<< "Constructing differencing factors array for face gradient" << "Constructing differencing factors array for face gradient"
<< endl; << endl;
} }
@ -244,7 +244,7 @@ void Foam::surfaceInterpolation::makeNonOrthDeltaCoeffs() const
{ {
if (debug) if (debug)
{ {
Info<< "surfaceInterpolation::makeNonOrthDeltaCoeffs() : " Pout<< "surfaceInterpolation::makeNonOrthDeltaCoeffs() : "
<< "Constructing differencing factors array for face gradient" << "Constructing differencing factors array for face gradient"
<< endl; << endl;
} }
@ -306,7 +306,7 @@ void Foam::surfaceInterpolation::makeNonOrthCorrectionVectors() const
{ {
if (debug) if (debug)
{ {
Info<< "surfaceInterpolation::makeNonOrthCorrectionVectors() : " Pout<< "surfaceInterpolation::makeNonOrthCorrectionVectors() : "
<< "Constructing non-orthogonal correction vectors" << "Constructing non-orthogonal correction vectors"
<< endl; << endl;
} }
@ -377,7 +377,7 @@ void Foam::surfaceInterpolation::makeNonOrthCorrectionVectors() const
if (debug) if (debug)
{ {
Info<< "surfaceInterpolation::makeNonOrthCorrectionVectors() : " Pout<< "surfaceInterpolation::makeNonOrthCorrectionVectors() : "
<< "Finished constructing non-orthogonal correction vectors" << "Finished constructing non-orthogonal correction vectors"
<< endl; << endl;
} }