Re: [Libmesh-users] attach_init_function in Libmesh

2008-06-26 Thread stéphane tchouanmo
ct: Re: [Libmesh-users] attach_init_function in Libmesh > CC: [email protected]; [EMAIL PROTECTED] > > On Thu, Jun 26, 2008 at 1:25 PM, stéphane tchouanmo <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > > > Im trying to solve a two-variable transient system

Re: [Libmesh-users] attach_init_function in Libmesh

2008-06-26 Thread John Peterson
On Thu, Jun 26, 2008 at 1:25 PM, stéphane tchouanmo <[EMAIL PROTECTED]> wrote: > Hi everybody, > > Im trying to solve a two-variable transient system and want to consider a > different initial condition for each variable. > Actually I use one system and add two variables of different size to it. T

[Libmesh-users] attach_init_function in Libmesh

2008-06-26 Thread stéphane tchouanmo
Hi everybody, Im trying to solve a two-variable transient system and want to consider a different initial condition for each variable. Actually I use one system and add two variables of different size to it. Then I would like to attach an initial function to each variable of the system. Usuall