Hello,
I'm trying to build a spherical mesh with concentric layers...I am creating different spheres using the meshasphere function and using mergemesh to bring them together, the result looks like this:
[no1,fc1]=meshasphere();
[no2,fc2]=meshasphere();
[no,fc]=mergemesh(no1,fc1,no2,fc2);
regions=[3D_point_in_sphere1; 3D_point_in_sphere2];
[node,elem]=s2m(no,fc,...,regions);
--
You received this message because you are subscribed to the Google Groups "iso2mesh-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iso2mesh-user...@googlegroups.com.
To post to this group, send email to iso2mes...@googlegroups.com.
Visit this group at https://groups.google.com/group/iso2mesh-users.
For more options, visit https://groups.google.com/d/optout.
Thankyou!
After running your suggestion I get :