Skip to content
Snippets Groups Projects
Commit e6780542 authored by andy's avatar andy
Browse files

ENH: moveDynamicMesh - output AMI patch names

parent cb886445
Branches
Tags
No related merge requests found
......@@ -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(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment