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
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
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
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