[Libmesh-users] Subdomain Example

2010-09-22 Thread Andrew Wharmby
Hello, I'd like to step up my convection problem to implement a body-interface. For instance, if my system is a cube and I have a cylinder running through it to supply heat to the system, but there is an expression that describes the transfer of heat across the boundary of the cylinder into the in

Re: [Libmesh-users] Runtime errors in opt mode on OSX

2010-09-22 Thread Cody Permann
Kristina, If I get a chance I'll try your build. Lately it seems that the number of valid configurations on Mac has dwindled but maybe that's just my imagination. We've had a number of issues with recent XCode versions that cause these kinds of runtime errors but if you are using Mac HPC comp

Re: [Libmesh-users] Runtime errors in opt mode on OSX

2010-09-22 Thread Roy Stogner
On Wed, 22 Sep 2010, Kristina Steih wrote: > I'm trying to install libMesh on a Mac OS X (Snow Leopard) and I'm getting > some runtime errors I don't understand. In dbg mode, > everything seems to be alright (make run_examples reports no error), but in > opt mode, I get the following error in e

[Libmesh-users] Runtime errors in opt mode on OSX

2010-09-22 Thread Kristina Steih
Hi everybody, I'm trying to install libMesh on a Mac OS X (Snow Leopard) and I'm getting some runtime errors I don't understand. In dbg mode, everything seems to be alright (make run_examples reports no error), but in opt mode, I get the following error in examples 8, 9 and 10: --

Re: [Libmesh-users] Solve on part of domain

2010-09-22 Thread Tim Kroeger
On Tue, 21 Sep 2010, Roy Stogner wrote: > Call this Possibility #7: > > int SystemSubset::set_revision gets incremented every time the dof > list changes. LinearImplicitSystem::last_set_revision stores the > set_revision that was used to create the current preconditioner. > Before solving, we che