Time integrator Log Out | Topics | Search
Moderators | Register | Edit Profile

FlexPDE User's Forum » User Postings » Time integrator « Previous Next »

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Fernando Buezas (fernandob)
New member
Username: fernandob

Post Number: 2
Registered: 02-2007
Posted on Monday, February 26, 2007 - 03:14 pm:   

Dear Nelson:
I understand than the temporal integrator this based in the finite-difference Gear method of second order. Exists any other way to use another integrator like for example Runge Kuta?
Top of pagePrevious messageNext messageBottom of page Link to this message

Robert G. Nelson (rgnelson)
Moderator
Username: rgnelson

Post Number: 773
Registered: 06-2003
Posted on Monday, February 26, 2007 - 07:32 pm:   

No.

Runge-Kutta is an explicit method.

The multi-step Backward Difference Formula method (Gear's method) used in
FlexPDE is fully implicit, and is specifically designed to handle stiff
systems.

Strictly speaking, it is not a finite-difference method, as it uses an
interpolation function and differentiates the interpolator to determine the
time derivative at the end of the multi-step interval. In this sense, it is
similar in spirit to the finite element method, and makes a smooth match
with finite elements in space.

You can select the order of interpolation with SELECT TORDER=number.
FlexPDE supports orders 1,2 or 3.
TORDER=1 is the backward Euler method.

According to Stefan Jahn at http://qucs.sourceforge.net/tech/node27.html:
"There is no more stable second order integration method than the Gear's method of second order. Only implicit Gear methods with order <=6 are zero stable."

According to Ascher and Petzold ("Computer Methods for Ordinary Differential
Equations and Differential Algebraic Equations", 1998), multi-step backward
difference formulas are currently the most popular methods for solving stiff
systems.

Top of pagePrevious messageNext messageBottom of page Link to this message

Fernando Buezas (fernandob)
Junior Member
Username: fernandob

Post Number: 3
Registered: 02-2007
Posted on Tuesday, February 27, 2007 - 09:26 am:   

Many thanks Mr. Nelson.
Your answer has served much to me.
Thanks for this product. It is spectacular!

Add Your Message Here
Post:
Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration