[Libmesh-devel] DirichletBoundary on nodes or edges?

2013-08-18 Thread David Knezevic
DirichletBoundary objects currently work based on boundary IDs. I'd like to be able to use DirichletBoundary objects to impose boundary conditions on boundary nodes and/or edges of a mesh. The motivation is to use Node or Edge Dirichlet boundary conditions to impose boundary conditions in struc

Re: [Libmesh-devel] DirichletBoundary on nodes or edges?

2013-08-18 Thread Roy Stogner
On Mon, 19 Aug 2013, David Knezevic wrote: > DirichletBoundary objects currently work based on boundary IDs. I'd like > to be able to use DirichletBoundary objects to impose boundary > conditions on boundary nodes and/or edges of a mesh. > > The motivation is to use Node or Edge Dirichlet boundar

Re: [Libmesh-devel] DirichletBoundary on nodes or edges?

2013-08-18 Thread David Knezevic
On 08/19/2013 04:38 AM, Roy Stogner wrote: > > On Mon, 19 Aug 2013, David Knezevic wrote: > >> DirichletBoundary objects currently work based on boundary IDs. I'd like >> to be able to use DirichletBoundary objects to impose boundary >> conditions on boundary nodes and/or edges of a mesh. >> >> Th