Mesh > Mesh Commands > Map

Map
Create a structured (mapped) quadrilateral mesh. The mapped mesher maps a regular grid defined on a logical unit square onto each domain. The mapping method is based on transfinite interpolation.
Syntax
model.mesh(<tag>).create(<ftag>,"Map");
model.mesh(<tag>).feature(<ftag>).selection();
model.mesh(<tag>).feature(<ftag>).set(property,<value>);
model.mesh(<tag>).feature(<ftag>).getType(property);
model.mesh(<tag>).feature(<ftag>).create(<ftag1>,ftype);
Description
Use model.mesh(<tag>).create(<ftag>,"Map") to create a structured quadrilateral mesh.
Use model.mesh(<tag>).feature(<ftag>).selection() to specify the domain (boundary in 3D) selection. If you do not specify any selection the feature creates a mesh on the remaining domains in 2D. In 3D, the default selection is empty.
Use model.mesh(<tag>).feature(<ftag>).create(<ftag1>,ftype) to add a Size, Distribution, or EdgeGroup attribute feature.
The following properties are available:
on | off
on | off
auto | transfinite2D | transfinite3D
on | off
The following attribute features are used:
Compatibility
The following properties from the corresponding COMSOL Multiphysics 3.5a command, meshmap, have been removed:
Table 4-48: Removed Properties
See Also
Distribution, FreeTri