Re: [Libmesh-users] linking problems installation

2011-08-24 Thread codypermann
On , Roy Stogner wrote: > Okay, that's two in a row, from two different sources even. > New rules: > People who send help-providing messages to me alone when they should > be Cc:ing libmesh-users will get forwarded to libmesh-users, but may > get it pointed out in a teasing/patronizing

Re: [Libmesh-users] segmentation error on Mac 10.7

2011-05-30 Thread codypermann
I haven't successfully run libMesh with the Intel compilers on OS X since XCode 3.2.1. There have been numerous issues that we have traced with the release of later versions of XCode. You can search the libMesh mailing list for our discussions as we have spent a lot of time on the issue alrea

Re: [Libmesh-users] How to transfer a vector as parameters?

2011-04-14 Thread codypermann
With a little more work, Parameters can hold any type including std containers. What you need to do is create a template specialization for that print method so that the compiler knows how to print your specific type. After that you've done that, the code you posted earlier should work. You

Re: [Libmesh-users] Fwd: Periodic BC with adaptive mesh

2010-10-30 Thread codypermann
Roy, I was looking at this thread since Derek has asked me to look into this problem a little more and noticed that your original patch to fix the problem was all written within fe_base dealing with constraints. I'm no expert but this doesn't seem like enough when you consider cascading ef

Re: [Libmesh-users] Libmesh and MPICH2

2010-07-10 Thread codypermann
Just got back and like a true geek, checked my email BEFORE having a shower. It was awesome! On Jul 10, 2010 5:03pm, Derek Gaston wrote: > Cody, how (and or why) the hell did you answer this... I thought you were > camping!?!? > Derek > On Sat, Jul 10, 2010 at 4:58 PM, Cody Permann codyper

Re: [Libmesh-users] [Libmesh-devel] XCode 3.2.2 + Intel 11.1 + OS X 10.6 + libMesh HEAD = Seg Fault

2010-05-03 Thread codypermann
Good question! In this case I built the entire software stack from MPICH2 on up so there should be minimal cross linking going on. However there most likely are some lower level system libraries that are provided by Apple that may be the case of the problem. I really need to do a more thoroug