On Wed, 13 Aug 2014, David Knezevic wrote: > You would normally set boundary IDs using a mesh generator, but in this > case, you might want to add them manually by looping over the mesh and > doing mesh.boundary_info->add_side on boundary sides.
An intermediate option: libMesh has a "meshbcid" utility which lets you add boundary ids to domain boundary sides based on command line arguments for side location and orientation. --- Roy ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
