You are viewing the documentation for an older COMSOL version. The latest version is available here.
RemeshDomains
Remesh domain in 2D meshes that define their own geometric model, such as imported meshes.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"RemeshDomains");
model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection();
model.component(<ctag>).mesh(<tag>).feature(<ftag>).set(property,<value>);
model.component(<ctag>).mesh(<tag>).feature(<ftag>).getType(property);
model.component(<ctag>).mesh(<tag>).feature(<ftag>).create(<ftag1>,ftype);
Description
Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"RemeshDomains") remesh a selection of domains in 2D meshes that define their own geometric model. For more information, see Geometric Model.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the faces to remesh. The default selection is empty.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).create(<ftag1>,ftype) to add attribute features. Supported attributes are listed under the See Also section.
To remesh domains in a 3D mesh, use RemeshFaces to remesh the boundaries and then FreeTet to fill the domains with a tetrahedral mesh.
See Also
CornerRefinement, Distribution, FixedMesh, IdenticalMesh, Size, RemeshEdges