[Libmesh-users] libMesh now on GitHub!

2012-12-10 Thread Kirk, Benjamin (JSC-EG311)
libMesh users & developers: Effective immediately, we are moving our development source tree to GitHub. https://github.com/libMesh/libmesh You can check out the current source tree via $ git clone https://github.com/libMesh/libmesh.git Future file releases will occur through the GitHub files m

Re: [Libmesh-users] XDR read bug with C1 elements

2012-12-10 Thread Ataollah Mesgarnejad
On Dec 10, 2012, at 2:20 PM, Ataollah Mesgarnejad wrote: > > On Dec 10, 2012, at 1:45 PM, Roy Stogner wrote: > >> >> On Fri, 7 Dec 2012, Ataollah Mesgarnejad wrote: >> >>> I managed to isolate the problem in my code: I use an added vector >>> to a system (third order CLOUGH) as the loading

Re: [Libmesh-users] XDR read bug with C1 elements

2012-12-10 Thread Ataollah Mesgarnejad
On Dec 10, 2012, at 1:45 PM, Roy Stogner wrote: > > On Fri, 7 Dec 2012, Ataollah Mesgarnejad wrote: > >> I managed to isolate the problem in my code: I use an added vector >> to a system (third order CLOUGH) as the loading for one of systems; >> I did two tests >> >> 1) >> - I used syste

Re: [Libmesh-users] XDR read bug with C1 elements

2012-12-10 Thread Roy Stogner
On Fri, 7 Dec 2012, Ataollah Mesgarnejad wrote: > I managed to isolate the problem in my code: I use an added vector > to a system (third order CLOUGH) as the loading for one of systems; > I did two tests > > 1) > - I used system.project_vector to initialize this vector at each time > step