On Tue, 7 Dec 2010, robert wrote:
> How can I specify different boundary conditions for my domain > boundary and for the 'inner' boundaries surrounding the holes? > > Is there something like: > > if (elem->neighbor(s) == NULL) > > that I can use for the hole boundaries? Look at the boundary ID uses in the example applications. You (or in the example cases, MeshGeneration) set different boundary ids when creating an initial mesh, then test those IDs later when deciding which boundary condition to set on a side. --- Roy ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
