From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25595 invoked by alias); 29 Oct 2008 09:16:54 -0000 Received: (qmail 25587 invoked by uid 22791); 29 Oct 2008 09:16:54 -0000 X-Spam-Check-By: sourceware.org Received: from mail.network-theory.co.uk (HELO mail.network-theory.co.uk) (66.199.228.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 29 Oct 2008 09:15:54 +0000 Date: Wed, 29 Oct 2008 09:16:00 -0000 Message-ID: From: Brian Gough To: "Michael Stauffer" Cc: Subject: Re: Fixed step-size ODE methods In-Reply-To: <002b01c93889$d9491450$6501a8c0@PageXP> References: <002b01c93889$d9491450$6501a8c0@PageXP> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Message-Mac: 1af6472e00b5c76e78847dc2e61b60b0 Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2008-q4/txt/msg00017.txt.bz2 At Mon, 27 Oct 2008 19:15:05 -0400, Michael Stauffer wrote: > I'm interested in solving ODE systems with fixed step-sizes. Can I > simply use the gsl_odeiv_step_apply and related alloc/free funcs to > do this? Yes, that should work fine. -- Brian Gough GNU Scientific Library - http://www.gnu.org/software/gsl/