Helper functions for writing DOLFINx custom kernels using Numba.
Functions
|
Apply dof transformations to some data. |
Apply dof transformations to some data on a hexahedron. |
|
Apply dof transformations to some data on an interval. |
|
Apply dof transformations to some data on an prism. |
|
Apply dof transformations to some data on an prism. |
|
Apply dof transformations to some data on an quadrilateral. |
|
Apply dof transformations to some data on a tetrahedron. |
|
|
Apply dof transformations to some transposed data. |
Apply dof transformations to some transposed data on a hexahedron. |
|
Apply dof transformations to some transposed data on an interval. |
|
Apply dof transformations to some transposed data on an prism. |
|
Apply dof transformations to some transposed data on an prism. |
|
Apply dof transformations to some transposed data on an quadrilateral. |
|
Apply dof transformations to some transposed data on a tetrahedron. |
|
Apply dof transformations to some transposed data on a triangle. |
|
Apply dof transformations to some data on a triangle. |
Apply dof transformations to some data.
tdim – The topological dimension of the cell.
edge_count – The number of edges the cell has.
face_count – The number of faces the cell has.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
face_types – A list of strings giving the shapes of the faces of the cell.
Apply dof transformations to some data on a hexahedron.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some data on an interval.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some data on an prism.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some data on an prism.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some data on an quadrilateral.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some data on a tetrahedron.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some transposed data.
tdim – The topological dimension of the cell.
edge_count – The number of edges the cell has.
face_count – The number of faces the cell has.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
face_types – A list of strings giving the shapes of the faces of the cell.
Apply dof transformations to some transposed data on a hexahedron.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some transposed data on an interval.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some transposed data on an prism.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some transposed data on an prism.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some transposed data on an quadrilateral.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some transposed data on a tetrahedron.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some transposed data on a triangle.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.
Apply dof transformations to some data on a triangle.
entity_transformations – The DOF transformations for each entity.
entity_dofs – The number of DOFs on each entity.
data – The data. This will be changed by this function.
cell_info – An integer representing the orientations of the subentities of the cell.