On Thu, Sep 4, 2008 at 12:41 AM, Roy Stogner <[EMAIL PROTECTED]> wrote:
>
>
> On Wed, 3 Sep 2008, Roy Stogner wrote:
>
>> On Tue, 2 Sep 2008, Tim Kroeger wrote:
>>
>>> By the way: I found a funny typo in libmesh_logging.h, see attached patch.
>>
>> That's a silly one; thanks! The fix is committed
On Wed, 3 Sep 2008, Roy Stogner wrote:
> On Tue, 2 Sep 2008, Tim Kroeger wrote:
>
>> By the way: I found a funny typo in libmesh_logging.h, see attached patch.
>
> That's a silly one; thanks! The fix is committed now.
Spoke too soon. Apparently just running "svn commit" isn't enough
when the
On Tue, 2 Sep 2008, Tim Kroeger wrote:
> Okay, I understand. I didn't think about the mesh to occupy so much memory,
> in particular because I have a lot of systems on that mesh.
Unfortunately it does. I don't know about your application, but keep
in mind that more systems results in larger d
On Wed, 3 Sep 2008, yunfei zhu wrote:
> I am following example 13 and trying to solve a set of nonlinear PDEs using
> the solver of libmesh.
> I have noted that:
>> From previous Newton iterate, the variable values of "u" and "v" can be
> assigned by
> u += phi[l][qp]*navier_stokes_system.current
Hi all,
I am following example 13 and trying to solve a set of nonlinear PDEs using
the solver of libmesh.
I have noted that:
>From previous Newton iterate, the variable values of "u" and "v" can be
assigned by
u += phi[l][qp]*navier_stokes_system.current_solution (dof_indices_u[l]);
v += phi[l][qp
Hi:
I reverted back to 2D simulation and have been using the VTK_IO
functionality somewhat successfully, but one thing I cannot figure out
how to do is make sure each simulation file has a time associated with
it. In Libmesh I update the equation system parameter "time" to reflect
the valu