From: Sunipa Som on 11 Nov 2009 04:24 Torsten Hennig <Torsten.Hennig(a)umsicht.fhg.de> wrote in message <970171496.19292.1257493671245.JavaMail.root(a)gallium.mathforum.org>... > > Torsten Hennig <Torsten.Hennig(a)umsicht.fhg.de> wrote > > in message > > <583819052.118599.1256636602885.JavaMail.root(a)gallium. > > mathforum.org>... > > > >> > > Hi, > > How can I install clawpack in Windows. I am > > I am getting it for unix from documentation. But for > > windows, what I have to do? > > > > Sunipa > > Hi Sunipa, > > you do not need to 'install' it. Just put the fortran > routines belonging together in one directory, compile > with a fortran compiler for WINDOWS and here we go. > > Best wishes > Torsten. Hi Torsten, I can't understand that how I will write a programing in clawpack. So I want to find an example, which is similar to my equation(which I have to solve). But I can't get it. In application section, there are lot of examples, and within one examples, there are several directory. Can you tell me how can I find an example which is similar to my equation(which I have to solve) and for an example which directory I have to read or write for a programming? My equ. is dg/dt= -(hk/m)(dg/dr) + (2ar/h)(dg/dk) Thank you for your help. With regards, Sunipa Som
From: Torsten Hennig on 10 Nov 2009 21:17 > Torsten Hennig <Torsten.Hennig(a)umsicht.fhg.de> wrote > in message > <970171496.19292.1257493671245.JavaMail.root(a)gallium.m > athforum.org>... > > > Torsten Hennig <Torsten.Hennig(a)umsicht.fhg.de> > wrote > > > in message > > > > <583819052.118599.1256636602885.JavaMail.root(a)gallium. > > > mathforum.org>... > > > > >> > > > Hi, > > > How can I install clawpack in Windows. I am > > > I am getting it for unix from documentation. But > for > > > windows, what I have to do? > > > > > > Sunipa > > > > Hi Sunipa, > > > > you do not need to 'install' it. Just put the > fortran > > routines belonging together in one directory, > compile > > with a fortran compiler for WINDOWS and here we go. > > > > Best wishes > > Torsten. > > Hi Torsten, > I can't understand that how I will > hat how I will write a programing in clawpack. So I > want to find an example, which is similar to my > equation(which I have to solve). But I can't get it. > In application section, there are lot of examples, > and within one examples, there are several directory. > Can you tell me how can I find an example which is > similar to my equation(which I have to solve) and for > an example which directory I have to read or write > for a programming? > My equ. is > dg/dt= -(hk/m)(dg/dr) + (2ar/h)(dg/dk) > > Thank you for your help. > > With regards, > Sunipa Som Goto clawpack/2d/lib. Copy the files to your working directory. Goto clawpack/2d/example1 Copy the files to your working directory (and overwrite some of the files previously copied). Rename the files flux2fw.f to flux2fw.ff, limiter.f to limiter.ff, out2_hdf.f to out2_hdf.ff and restart2_hdf.f to restart2_hdf.ff. Compile the .f -files and run the example program. Only few modifications are necessary to define the problem from above. Take a look at the CLAWPACK documentation under http://www.amath.washington.edu/~claw/doc.html Everything is expained there in detail. Best wishes Torsten.
First
|
Prev
|
Pages: 1 2 Prev: Yet another bug in Mathematica 7 - Integrate Next: Colorbar Range issue |