|
|
__init__(self,
farep,
on_facet)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| generate_coefficient_declarations(self,
coefficient,
num_derivatives,
restricted) |
source code
|
|
|
|
| generate_argument_declarations(self,
argument,
num_derivatives,
restricted) |
source code
|
|
|
|
| gen_coefficient_dof_name(self,
o,
index,
restriction) |
source code
|
|
|
|
| gen_constant_coefficient_name(self,
o,
component,
restriction) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| gen_form_argument_decl_name(self,
basename,
o,
derivatives,
restriction) |
source code
|
|
|
|
| gen_coefficient_decl(self,
o,
derivatives,
restriction) |
source code
|
|
|
|
| gen_argument_decl(self,
o,
derivatives,
restriction) |
source code
|
|
|
|
| gen_form_argument_name(self,
basename,
o,
derivatives,
component,
restriction) |
source code
|
|
|
|
| gen_coefficient_name(self,
o,
derivatives,
component,
restriction) |
source code
|
|
|
|
| gen_argument_name(self,
o,
derivatives,
component,
restriction) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|