Functions to manipulate lattice types.
Functions
|
Convert a Basix LatticeSimplexMethod enum to a string. |
|
Convert a string to a Basix LatticeSimplexMethod enum. |
|
Convert a string to a Basix LatticeType enum. |
|
Convert a Basix LatticeType enum to a string. |
Convert a Basix LatticeSimplexMethod enum to a string.
simplex_method – Simplex method.
The simplex method as a string.
Convert a string to a Basix LatticeSimplexMethod enum.
method – The simplex method as a string.
The simplex method.
Convert a string to a Basix LatticeType enum.
lattice – Lattice type as a string.
The lattice type.
Convert a Basix LatticeType enum to a string.
latticetype – Lattice type
The lattice type as a string.