JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
rb.affinefcn.IAffineInitials Interface Reference

Interface for affinely decomposed initial value conditions. More...

Inheritance diagram for rb.affinefcn.IAffineInitials:
models.rbm_advec.AffineFunctions models.rbm_advec_cheatbase.AffineFunctions models.rbm_advec_tc.AffineFunctions

Public Member Functions

int getQu0 ()
 Gets the number of input functionals in the affine expansion. More...
 
double thetaQu0 (int i, double[] p)
 Evaluates ^{u0}_i for the current parameter p. More...
 

Detailed Description

Interface for affinely decomposed initial value conditions.

Author
Daniel Wirtz
Date
2013-08-07

Definition at line 9 of file IAffineInitials.java.

Member Function Documentation

int rb.affinefcn.IAffineInitials.getQu0 ( )

Gets the number of input functionals in the affine expansion.

Returns
The number of input functionals in the affine expansion.

Implemented in models.rbm_advec_tc.AffineFunctions, models.rbm_advec.AffineFunctions, and models.rbm_advec_cheatbase.AffineFunctions.

double rb.affinefcn.IAffineInitials.thetaQu0 ( int  i,
double[]  p 
)

Evaluates ^{u0}_i for the current parameter p.

Parameters
iThe coefficient function i
pThe current parameter
Returns
The value of ^{u0}_i for parameter p

Implemented in models.rbm_advec.AffineFunctions, models.rbm_advec_cheatbase.AffineFunctions, and models.rbm_advec_tc.AffineFunctions.


The documentation for this interface was generated from the following file: