Dear libmesh developers, I'd like to use libmesh for solving the Poisson equation on a large grid. I'd like to have a parallel 3D mesh. I'd like to create the mesh myself rather than reading it from a file.
In my program I have distributed information about nodes and elements that I want to have in my mesh. My question: how can I create the mesh? I imagine that I have to a) reserve memory for nodes and elements b) add points and elements c) prepare the mesh for use I have done it already in for a serial case and it worked. But can I do the same operations in parallel? Thank you, Michael. ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
