You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it would be nicer to have directly auto mesh = gmsh::read(filename.c_str(), library.world(), anisotropic_scale)
where in the isotropic case anisotropic_scale = Few<Real, 3>(scale)
The text was updated successfully, but these errors were encountered:
In our projects, we are implementing the scaling in the following way:
but it would be nicer to have directly
auto mesh = gmsh::read(filename.c_str(), library.world(), anisotropic_scale)
where in the isotropic case
anisotropic_scale = Few<Real, 3>(scale)
The text was updated successfully, but these errors were encountered: