|
|
__init__(self,
domain,
eps=0.01)
Sets up the level set method. |
|
|
|
|
getDomain(self)
Returns the domain. |
|
|
|
float
|
getSafeTimeStepSize(self)
Returns the time step value. |
|
|
|
|
getSolverOptionsForSmooting(self)
returns the solver options for the smoothing/extrapolation |
|
|
|
|
getSolverOptionsForUpdate(self)
returns the solver options for the topograthy update |
|
|
|
|
|
|
|
getVelocity(self)
returns the smoothed/extrapolated velocity
:rtype: vector Data |
|
|
|
|
setTopography(self,
H=None)
set the topography to H where H defines the vertical displacement. |
|
|
|
|
|
|
|
update(self,
dt=None,
allow_substeps=True)
Sets a new W and updates the H function. |
|
|