On Wed, 1 Dec 2010, Roy Stogner wrote:
> On Tue, 23 Nov 2010, Tim Kroeger wrote:
>
>> t...@tkroeger-pc:~$ doxygen --version
>> 1.6.1
>>
>> Although not quite up-to-date, it isn't ancient either. Which version are
>> you using?
>
> 1.7.1 at the moment, but I think I've used 1.5.something earlie
On Thu, 25 Nov 2010, robert wrote:
When I try to compile this I get the following error message: error:
expected type-specifier before ‘(’ token which I don't understand
because in my opinien I specified the types.
Make sure you're not missing an include file; that would be the
easiest way to
On Tue, 23 Nov 2010, Tim Kroeger wrote:
> t...@tkroeger-pc:~$ doxygen --version
> 1.6.1
>
> Although not quite up-to-date, it isn't ancient either. Which version are
> you using?
1.7.1 at the moment, but I think I've used 1.5.something earlier with
no problems.
But I guess the important prog
On Tue, 30 Nov 2010, Andrew Riddle wrote:
> Roy, I would like to try to write code for libmesh that did this. I got
> distracted by another project shortly after I sent my question to the
> mailing list but last week I started working on the mesh refinement problem
> again and I figured it was wo
On Wed, 1 Dec 2010, Karen Lee wrote:
warning: possible problem detected in invocation of delete operator:
/Users/karenlee/Documents/Code/libmesh-0.6.4/libmesh/include/base/auto_ptr.h:196:
warning: invalid use of undefined type ‘struct LinearSolver’
There are a lot of forward declarations in o
Dear all,
I'm trying to change the preconditioner and solver types of
linear_solver that exists in a LinearImplicitSystem object, and I'm
having some trouble with getting access to linear_solver of the
LinearSolver within a LinearImplicitSystem object.
1) I have no problem getting fe pointed to b