Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.
Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Obtain the mesh vertex location belonging to a domain
Posted 1 lug 2011, 02:03 GMT-4 Mesh Version 4.2 2 Replies
Please login with a confirmed email address before reporting spam
Hello,
I would like to create a geometry from a deformed mesh (the in-build function of COMSOL doesn't work on bar domain).
For this purpose I have to know, which vertex belong to which geometry.
With
vtxUndef = model.mesh(meshName).getVertex();
edgUndef = model.mesh(meshName).getElem('edg');
So I obtained important information, however I haven’t been able to find to which geometries these vertex/elements belongs to.
Does someone know how to proceed?
Best
Yannick
I would like to create a geometry from a deformed mesh (the in-build function of COMSOL doesn't work on bar domain).
For this purpose I have to know, which vertex belong to which geometry.
With
vtxUndef = model.mesh(meshName).getVertex();
edgUndef = model.mesh(meshName).getElem('edg');
So I obtained important information, however I haven’t been able to find to which geometries these vertex/elements belongs to.
Does someone know how to proceed?
Best
Yannick
2 Replies Last Post 4 lug 2011, 04:23 GMT-4