Package sfc :: Package representation :: Module elementrepresentation :: Class ElementRepresentation
[hide private]
[frames] | no frames]

Class ElementRepresentation

source code


Instance Methods [hide private]
 
__init__(self, ufl_element, geomrep, quad_rule=None, options=None, cache=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_def_symbols(self) 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
 
_count_entity_dofs(self) source code
 
_build_dof_entity(self) 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(self, i, component) 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__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ufl_element, geomrep, quad_rule=None, options=None, cache=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)