Package sfc :: Package representation :: Module formrepresentation :: Class FormRepresentation
[hide private]
[frames] | no frames]

Class FormRepresentation

source code


Instance Methods [hide private]
 
__init__(self, formdata, element_reps, options)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_define_quadrature_rule(self) source code
 
_build_facet_quadrature_rules(self) source code
 
_define_classnames(self) source code
 
_build_geometry_tokens(self)
Build tokens for variables derived from cell.
source code
 
_build_argument_tokens(self) source code
 
__str__(self)
str(x)
source code
 
v_expr(self, iarg, i, component) source code
 
v_sym(self, iarg, i, component, on_facet) source code
 
w_expr(self, iarg, component, use_symbols, on_facet) source code
 
w_sym(self, iarg, component) source code
 
ddxi(self, f, i) source code
 
ddx(self, f, i) 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
 
Dw_sym(self, iarg, component, d) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, formdata, element_reps, options)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

dv_expr(self, iarg, i, component, d)

source code 

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. multiindex) of xi directions (local coordinates).

Dv_expr(self, iarg, i, component, d, use_symbols, on_facet)

source code 

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. multiindex) of x directions (global coordinates).