ViennaGrid for Python
 All Classes Files Functions Variables
Public Member Functions | List of all members
QuadrilateralPolar2D_Cell Class Reference

Wrapped cell of a quadrilateral, polar 2D domain. More...

#include <quadrilateral.hpp>

Public Member Functions

 QuadrilateralPolar2D_Cell (QuadrilateralPolar2D_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.
QuadrilateralPolar2D_Cell_t & get_cell ()
 Get a reference to the ViennaGrid cell.

Detailed Description

Wrapped cell of a quadrilateral, polar 2D domain.

Since
0.1.0

Member Function Documentation

QuadrilateralPolar2D_Cell_t & QuadrilateralPolar2D_Cell::get_cell ( )

Get a reference to the ViennaGrid cell.

Since
0.1.0
list QuadrilateralPolar2D_Cell::get_edges ( )

Get a Python list containing all the edges that form the cell.

Returns
Python list
Since
0.1.0
list QuadrilateralPolar2D_Cell::get_facets ( )

Get a Python list containing all the facets that form the cell.

Returns
Python list
Since
0.1.0
list QuadrilateralPolar2D_Cell::get_vertices ( )

Get a Python list containing all the vertices that form the cell.

Returns
Python list
Since
0.1.0
unsigned int QuadrilateralPolar2D_Cell::num_vertices ( )

Return the number of vertices that form the cell.

Returns
unsigned integer
Since
0.1.0

The documentation for this class was generated from the following files: