Wrapped cell of a linear, cylindrical domain. More...
#include <linear.hpp>
Public Member Functions | |
| LinearCylindrical3D_Cell (LinearCylindrical3D_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. | |
| LinearCylindrical3D_Cell_t & | get_cell () |
| Get a reference to the ViennaGrid cell. | |
Wrapped cell of a linear, cylindrical domain.
| LinearCylindrical3D_Cell_t & LinearCylindrical3D_Cell::get_cell | ( | ) |
Get a reference to the ViennaGrid cell.
| list LinearCylindrical3D_Cell::get_facets | ( | ) |
Get a Python list containing all the facets that form the cell.
| list LinearCylindrical3D_Cell::get_vertices | ( | ) |
Get a Python list containing all the vertices that form the cell.
| unsigned int LinearCylindrical3D_Cell::num_vertices | ( | ) |
Return the number of vertices that form the cell.
1.8.1.2