On Mon, 16 Mar 2009, Andrea Hawkins wrote:

In my code, I'm currently just generating my mesh using

 MeshTools::Generation::build_square (mesh, x_elem, y_elem, min, max, min, max, 
QUAD9);

In this routine, I see it setting boundary ids for the sides, but I don't see 
anywhere it sets them (or would set them)
for the nodes. Where would be the appropriate place to set this? I'm just 
wanting the entire boundary to be Dirichlet.

I seem to recall that, when adding a boundary id for a side, the nodes
for that side are given the same id, possibly overwriting any existing
id of their own.

Searching through the library, I can find absolutely no hint that any
such behavior exists.  I'd say that it might be a useful idea to at
least add a method like "BoundaryInfo::sync_sides_to_nodes()" to
loop over all elements and set node ids after the fact, but at the
moment I'm more concerned about how I hallucinated a memory of code
that never existed...
---
Roy
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to