2 // Create point stress mesh for interpolation
3 pointMesh pStressMesh(stressMesh);
5 pointPatchInterpolation patchPointInterpolator(stressMesh);
8 // Create point displacement field (check fixedValue patches)
12 pStressMesh.boundary().size(),
13 calculatedFvPatchVectorField::typeName
16 // wordList types = DU.boundaryField().types();
18 forAll(DU.boundaryField().types(), patchI)
22 DU.boundaryField().types()[patchI]
23 == fixedValueFvPatchVectorField::typeName
26 types[patchI] = fixedValueFvPatchVectorField::typeName;
30 pointVectorField pointDU
39 dimensionedVector("zero", dimLength, vector::zero),