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