All Packages Class Hierarchy This Package Previous Next Index
Class CH.epfl.lcvm.mccc.OneDDiscretization
java.lang.Object
|
+----CH.epfl.lcvm.mccc.OneDDiscretization
- public abstract class OneDDiscretization
- extends Object
- implements Function
A general 1D discretization abstract base class.
-
func_
-
-
mesh_
-
-
OneDDiscretization(ODEFunctionWithBC, OneDMesh)
-
A discretization creation function which takes
a mesh and a function.
-
call(Matrix)
- Returns the value of the function at the specified point
-
getDomain()
- Returns the dimension of the domain of the function
-
getRange()
- Returns the dimension of the range of the function
func_
protected ODEFunctionWithBC func_
mesh_
protected OneDMesh mesh_
OneDDiscretization
public OneDDiscretization(ODEFunctionWithBC func,
OneDMesh mesh)
- A discretization creation function which takes
a mesh and a function. The assumes that the problem
is of the form x' = func(x).
- Parameters:
- func - The function to discretize
- mesh - The 1D mesh over which to discretize it
All Packages Class Hierarchy This Package Previous Next Index