New user needs startup documentation #3913
Replies: 3 comments 2 replies
-
Sorry for letting this notification go unnoticed. There's no simple walkthrough, but the first introduction example creates a |
Beta Was this translation helpful? Give feedback.
-
I've taken a brief look at this, but still can't figure out what I need. I just want to read an existing mesh, carve it up into a number of smaller subdomains and read the subdomain descriptions. I didn't see where this could be done with DistributedMesh; I see nothing in the header file that gives me a clue as to how to do this. |
Beta Was this translation helpful? Give feedback.
-
Let me clarify. First, I don't intend to do any type of "mechanics" with the mesh. I simply want to take an unstructured mesh with lots of elements and divided it into smaller, contiguous meshes. I want to retrieve the node locations, connectivity information, and nearest neighbor information for each of the smaller meshes. |
Beta Was this translation helpful? Give feedback.
-
I'm a new user interested in using libmesh to read meshes and manipulate them. Where can I find documentation that will walk me through using the various "functions" to do this?
Beta Was this translation helpful? Give feedback.
All reactions