Re: [Libmesh-users] Evaluating values of variables during calculation

2010-12-01 Thread Roy Stogner
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

[Libmesh-users] Evaluating values of variables during calculation

2010-11-28 Thread robert
-- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R

[Libmesh-users] Evaluating values of variables during calculation

2010-11-25 Thread robert
Hi to all, I am trying to learn libmesh but I still have some problems. Right now I want to solve the diffusion equation but after every time step I would like to look at the results to evaluate them. Unfortunately I couldn't figure out how to do so. I have just tried to use something which I