|
__init__(self,
formrep)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
w_expr(self,
iarg,
component,
use_symbols,
on_facet) |
source code
|
|
|
|
|
|
|
|
|
dv_expr(self,
iarg,
i,
component,
d)
Return expression for dv/dxi, with v being a particular component of
basis function i in argument space iarg, and d is a tuple (i.e. |
source code
|
|
|
dv_sym(self,
iarg,
i,
component,
d,
on_facet) |
source code
|
|
|
Dv_expr(self,
iarg,
i,
component,
d,
use_symbols,
on_facet)
Return expression for dv/dx, with v being a particular component of
basis function i in argument space iarg, and d is a tuple (i.e. |
source code
|
|
|
Dv_sym(self,
iarg,
i,
component,
d,
on_facet) |
source code
|
|
|
Dw_expr(self,
iarg,
component,
d,
use_symbols,
on_facet) |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|