|
|
__init__(self,
itgrep)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gen_partition_block(self,
data,
deps,
basis_functions)
Generate code for a partition of the linearized computational graph. |
source code
|
|
|
|
|
|
|
|
|
|
gen_A_assignment_block(self,
data)
Assigning values to element tensor (for pre-integrated tensor
components) |
source code
|
|
|
|
|
|
|
gen_quadrature_begin_block(self,
data)
Beginning of quadrature loop. |
source code
|
|
|
|
gen_A_accumulation_block(self,
data)
Accumulation of nonzero element tensor entries. |
source code
|
|
|
|
|
|
|
|
|
|
gen_tabulate_tensor(self)
Generic function to generate tabulate_tensor composed by reusable
code blocks. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|