|
|
__init__(self,
domain,
**kwargs)
initialize the Stokes Problem |
|
|
|
|
getV(self,
p,
v0)
return the value for v for a given p (overwrite) |
|
|
|
|
initialize(self,
f=<esys.escript.escriptcpp.Data object at 0x9d4643c>,
fixed_u_mask=<esys.escript.escriptcpp.Data object at 0x9d46464>,
eta=1,
surface_stress=<esys.escript.escriptcpp.Data object at 0x9d4648c>,
stress=<esys.escript.escriptcpp.Data object at 0x9d464b4>)
assigns values to the model parameters |
|
|
float
|
inner_p(self,
p0,
p1)
Returns inner product of p0 and p1 |
|
|
float
|
inner_pBv(self,
p,
v)
returns inner product of element p and div(v) |
|
|
|
equal to the type of p
|
norm_Bv(self,
v)
Returns Bv (overwrite). |
|
|
non-negative float
|
norm_v(self,
v)
returns the norm of v |
|
|
|
|
|
|
equal to the type of p
|
|
|
Inherited from pdetools.HomogeneousSaddlePointProblem:
getAbsoluteTolerance,
getSubProblemTolerance,
getTolerance,
norm_p,
setAbsoluteTolerance,
setSubProblemTolerance,
setTolerance,
solve
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|