MeshTransformation_rescale

dolfin.cpp.mesh.MeshTransformation_rescale()

Rescale mesh by a given scaling factor with respect to a center point.

Parameters:
  • & mesh (Mesh) – (Mesh ) The mesh
  • double scale (const) – (double) The scaling factor.
  • Point & center (const) – (Point ) The center of the scaling.
Return type:

void