org.simBio.core.integrator
クラス PositiveRK

java.lang.Object
  上位を拡張 org.simBio.core.Component
      上位を拡張 org.simBio.core.Parameter
          上位を拡張 org.simBio.core.integrator.RungeKutta
              上位を拡張 org.simBio.core.integrator.PositiveRK
すべての実装されたインタフェース:
Node, Variable

public class PositiveRK
extends RungeKutta

Keep the value positive, for Runge-Kutta.

バージョン:
$Log: PositiveRK.java,v $ Revision 1.1 2005/11/01 06:32:39 mikaelwing First version of simBio hosted on sourceforge, version 0.3 Revision 1.1 2005/09/12 04:57:29 sarai rearrenge folder structure as a Maven style Revision 1.3 2005/08/04 07:49:28 sarai merge with branch dev_terashima_et_al_2005 Revision 1.1.2.2 2005/06/15 01:17:00 sarai moved to simBio branch dev_terashima_et_al_2005
2005/02/17 07:39:37 Created.
作成者:
Sarai
関連項目:
put reference here XML example explanation

フィールドの概要
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
インタフェース org.simBio.core.Variable から継承されたフィールド
TINY
 
コンストラクタの概要
PositiveRK()
           
 
メソッドの概要
protected  void update(double dt)
          keep the value positive.
 
クラス org.simBio.core.integrator.RungeKutta から継承されたメソッド
addDydt, addValue, getDydt, getDydtOverY, prepare, setValue
 
クラス org.simBio.core.Parameter から継承されたメソッド
getValue, getValueString, setInitializer, setValueString, setValueToField
 
クラス org.simBio.core.Component から継承されたメソッド
accept, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
getValue
 

コンストラクタの詳細

PositiveRK

public PositiveRK()
メソッドの詳細

update

protected void update(double dt)
keep the value positive.

関連項目:
Euler.update(double)


???(C) 2002-2007 ?????????????????????