All Packages Class Hierarchy This Package Previous Next Index
Interface CH.epfl.lcvm.mccc.ODEFunctionWithBC
- public interface ODEFunctionWithBC
- extends ODEFunction
An extension of the ODE interface to include
boundary conditions
-
callBC(Matrix, Matrix, Matrix)
- Returns the value of the boundary conditions
-
getNumBC()
- Returns the number of boundary conditions
callBC
public abstract Matrix callBC(Matrix x0,
Matrix x1,
Matrix parameters)
- Returns the value of the boundary conditions
- Parameters:
- x0 - The values at s = 0
- x1 - The values at s = 1
- parameters - the parameters at which to call the function
- Returns:
- the return value of the function.
getNumBC
public abstract int getNumBC()
- Returns the number of boundary conditions
- Returns:
- the number of parameters.
All Packages Class Hierarchy This Package Previous Next Index