|
__init__(self,
ufl_element,
quad_rule=None,
options=None,
cache=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
_dof_xi(self,
i)
Compute local dof coordinate of dof i. |
source code
|
|
|
_precomp_coords(self)
Precompute dof coordinates. |
source code
|
|
|
_build_entity_dofs(self)
Build dof vs mesh entity relations. |
source code
|
|
|
_build_facet_dofs(self)
Build facet vs dof relations. |
source code
|
|
|
dof_to_sub_element_index(self,
dof)
Return the index of the sub element the given dof is part of. |
source code
|
|
|
sub_element_to_dofs(self,
i)
Return a list of all dof indices for sub element with index i. |
source code
|
|
|
|
|
basis_function_derivative(self,
i,
component,
directions) |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|