Re: Computing zero set of function of two variables
- From: "Beliavsky" <beliavsky@xxxxxxx>
- Date: 11 Dec 2006 06:28:38 -0800
glen herrmannsfeldt wrote:
veda wrote:
Lets say you have a function of two variables (z=z(x,y) )available to
you defined on a "grid" of points (x_i,y_i ), say, uniformly spaced on
the domain
(snip)
Using the "grid" (note that these are not finite elements, merely
square grid of points), how do you compute the curve(s) that represent
the set of points where z=0 on the domain?
There are routines to do contour plots. That sounds like what you want.
I believe there is a routine in
http://ftp.riken.go.jp/pub/iris/ugs/ugs.tar.gz
I would call Gnuplot (a good, free, and portable graphing program) from
Fortran using the "system" command (an extension present in most
Fortran compilers) to create contour plots, or on Unix, using
gnuplotfortran http://sourceforge.net/projects/gnuplotfortran .
.
- References:
- Computing zero set of function of two variables
- From: veda
- Re: Computing zero set of function of two variables
- From: glen herrmannsfeldt
- Computing zero set of function of two variables
- Prev by Date: Re: check monotony of array values
- Next by Date: fortran give false value !!!
- Previous by thread: Re: Computing zero set of function of two variables
- Next by thread: Real-Time program terminate faults
- Index(es):
Relevant Pages
|