|
__init__(self,
domain,
eps=0.01,
reduced=False)
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 |
|
|
scalar Data
|
getTopography(self)
returns the current topography. |
|
|
vector Data
|
getVelocity(self)
returns the smoothed/extrapolated velocity |
|
|
|
setTopography(self,
H=None)
set the topography to H where H defines the vertical displacement. |
|
|
|
|
|
update(self,
dt=None)
Sets a new W and updates the H function. |
|
|