ENH: moveDynamicMesh - output AMI patch names

This commit is contained in:
andy
2013-08-09 12:26:56 +01:00
parent cb88644574
commit e67805422f

View File

@ -79,8 +79,13 @@ void writeWeights(const polyMesh& mesh)
if (cpp.owner())
{
Info<< "Calculating AMI weights between owner patch: "
<< cpp.name() << " and neighbour patch: "
<< cpp.neighbPatch().name() << endl;
const AMIPatchToPatchInterpolation& ami =
cpp.AMI();
writeWeights
(
ami.tgtWeightsSum(),