|
basis_functions(self)
Get a sequence of functions that form a basis of the approximation
space. |
source code
|
|
|
grad_basis_functions(self)
Get the gradient functions of the basis_functions(), in the same
order. |
source code
|
|
|
|
|
|
|
mass_matrix(self)
Return the mass matrix of the unit element with respect to the nodal
coefficients. |
source code
|
|
|
|
|
differentiation_matrices(self)
Return matrices that map the nodal values of a function to the nodal
values of its derivative in each of the unit coordinate directions. |
source code
|
|
|
|
|
lifting_matrix(self)
Return a matrix that combines the effect of the inverse mass matrix
applied after the multi-face mass matrix to a vector of the shape: |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|