Wrapped cell of a tetrahedral, spherical 3D domain. More...
#include <tetrahedral.hpp>
Public Member Functions | |
TetrahedralSpherical3D_Cell (TetrahedralSpherical3D_Cell_t &initial_cell) | |
unsigned int | num_vertices () |
Return the number of vertices that form the cell. | |
list | get_vertices () |
Get a Python list containing all the vertices that form the cell. | |
list | get_facets () |
Get a Python list containing all the facets that form the cell. | |
list | get_edges () |
Get a Python list containing all the edges that form the cell. | |
TetrahedralSpherical3D_Cell_t & | get_cell () |
Get a reference to the ViennaGrid cell. |
Wrapped cell of a tetrahedral, spherical 3D domain.
TetrahedralSpherical3D_Cell_t & TetrahedralSpherical3D_Cell::get_cell | ( | ) |
Get a reference to the ViennaGrid cell.
list TetrahedralSpherical3D_Cell::get_edges | ( | ) |
Get a Python list containing all the edges that form the cell.
list TetrahedralSpherical3D_Cell::get_facets | ( | ) |
Get a Python list containing all the facets that form the cell.
list TetrahedralSpherical3D_Cell::get_vertices | ( | ) |
Get a Python list containing all the vertices that form the cell.
unsigned int TetrahedralSpherical3D_Cell::num_vertices | ( | ) |
Return the number of vertices that form the cell.