SyFi
0.3
|
Go to the source code of this file.
Namespaces | |
namespace | cell_assembly |
Functions | |
def | cell_assembly.UnitCell |
def | cell_assembly.assemble_on_cell |
Variables | |
dictionary | cell_assembly.cell2dim = { "interval": 1, "triangle": 2, "tetrahedron": 3, "quadrilateral": 2, "hexahedron": 3 } |
dictionary | cell_assembly.cell2volume = { "interval": 1.0, "triangle": 0.5, "tetrahedron": 1.0/6.0, "quadrilateral": 1.0, "hexahedron": 1.0 } |