ViennaGrid for Python
 All Classes Files Functions Variables
Functions
cell_circumcenter.hpp File Reference

Implement calculation of the circumcenter of a cell. More...

#include <boost/python.hpp>
#include "../points/cartesian.hpp"
#include "../points/cylindrical.hpp"
#include "../points/polar.hpp"
#include "../points/spherical.hpp"
#include "../cells/linear.hpp"
#include "../cells/triangular.hpp"
#include "../cells/quadrilateral.hpp"
#include "../cells/tetrahedral.hpp"

Go to the source code of this file.

Functions

PointCartesian1D LinearCartesian1D_Cell_circumcenter (LinearCartesian1D_Cell cell)
 Compute the circumcenter of a linear cartesian 1D cell.
PointCartesian2D LinearCartesian2D_Cell_circumcenter (LinearCartesian2D_Cell cell)
 Compute the circumcenter of a linear cartesian 2D cell.
PointCartesian3D LinearCartesian3D_Cell_circumcenter (LinearCartesian3D_Cell cell)
 Compute the circumcenter of a linear cartesian 3D cell.
PointCylindrical3D LinearCylindrical3D_Cell_circumcenter (LinearCylindrical3D_Cell cell)
 Compute the circumcenter of a linear cylindrical cell.
PointPolar2D LinearPolar2D_Cell_circumcenter (LinearPolar2D_Cell cell)
 Compute the circumcenter of a linear polar cell.
PointSpherical3D LinearSpherical3D_Cell_circumcenter (LinearSpherical3D_Cell cell)
 Compute the circumcenter of a linear spherical cell.
PointCartesian2D TriangularCartesian2D_Cell_circumcenter (TriangularCartesian2D_Cell cell)
 Compute the circumcenter of a triangular cartesian 2D cell.
PointCartesian3D TriangularCartesian3D_Cell_circumcenter (TriangularCartesian3D_Cell cell)
 Compute the circumcenter of a triangular cartesian 3D cell.
PointCylindrical3D TriangularCylindrical3D_Cell_circumcenter (TriangularCylindrical3D_Cell cell)
 Compute the circumcenter of a triangular cylindrical cell.
PointPolar2D TriangularPolar2D_Cell_circumcenter (TriangularPolar2D_Cell cell)
 Compute the circumcenter of a triangular polar cell.
PointSpherical3D TriangularSpherical3D_Cell_circumcenter (TriangularSpherical3D_Cell cell)
 Compute the circumcenter of a triangular spherical cell.
PointCartesian2D QuadrilateralCartesian2D_Cell_circumcenter (QuadrilateralCartesian2D_Cell cell)
 Compute the circumcenter of a quadrilateral cartesian 2D cell.
PointCartesian3D QuadrilateralCartesian3D_Cell_circumcenter (QuadrilateralCartesian3D_Cell cell)
 Compute the circumcenter of a quadrilateral cartesian 3D cell.
PointCylindrical3D QuadrilateralCylindrical3D_Cell_circumcenter (QuadrilateralCylindrical3D_Cell cell)
 Compute the circumcenter of a quadrilateral cylindrical cell.
PointPolar2D QuadrilateralPolar2D_Cell_circumcenter (QuadrilateralPolar2D_Cell cell)
 Compute the circumcenter of a quadrilateral polar cell.
PointSpherical3D QuadrilateralSpherical3D_Cell_circumcenter (QuadrilateralSpherical3D_Cell cell)
 Compute the circumcenter of a quadrilateral spherical cell.
PointCartesian3D TetrahedralCartesian3D_Cell_circumcenter (TetrahedralCartesian3D_Cell cell)
 Compute the circumcenter of a tetrahedral cartesian 3D cell.
PointCylindrical3D TetrahedralCylindrical3D_Cell_circumcenter (TetrahedralCylindrical3D_Cell cell)
 Compute the circumcenter of a tetrahedral cylindrical cell.
PointSpherical3D TetrahedralSpherical3D_Cell_circumcenter (TetrahedralSpherical3D_Cell cell)
 Compute the circumcenter of a tetrahedral spherical cell.

Detailed Description

Implement calculation of the circumcenter of a cell.

Function Documentation

PointCartesian1D LinearCartesian1D_Cell_circumcenter ( LinearCartesian1D_Cell  cell)

Compute the circumcenter of a linear cartesian 1D cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCartesian2D LinearCartesian2D_Cell_circumcenter ( LinearCartesian2D_Cell  cell)

Compute the circumcenter of a linear cartesian 2D cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCartesian3D LinearCartesian3D_Cell_circumcenter ( LinearCartesian3D_Cell  cell)

Compute the circumcenter of a linear cartesian 3D cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCylindrical3D LinearCylindrical3D_Cell_circumcenter ( LinearCylindrical3D_Cell  cell)

Compute the circumcenter of a linear cylindrical cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointPolar2D LinearPolar2D_Cell_circumcenter ( LinearPolar2D_Cell  cell)

Compute the circumcenter of a linear polar cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointSpherical3D LinearSpherical3D_Cell_circumcenter ( LinearSpherical3D_Cell  cell)

Compute the circumcenter of a linear spherical cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCartesian2D QuadrilateralCartesian2D_Cell_circumcenter ( QuadrilateralCartesian2D_Cell  cell)

Compute the circumcenter of a quadrilateral cartesian 2D cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCartesian3D QuadrilateralCartesian3D_Cell_circumcenter ( QuadrilateralCartesian3D_Cell  cell)

Compute the circumcenter of a quadrilateral cartesian 3D cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCylindrical3D QuadrilateralCylindrical3D_Cell_circumcenter ( QuadrilateralCylindrical3D_Cell  cell)

Compute the circumcenter of a quadrilateral cylindrical cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointPolar2D QuadrilateralPolar2D_Cell_circumcenter ( QuadrilateralPolar2D_Cell  cell)

Compute the circumcenter of a quadrilateral polar cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointSpherical3D QuadrilateralSpherical3D_Cell_circumcenter ( QuadrilateralSpherical3D_Cell  cell)

Compute the circumcenter of a quadrilateral spherical cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCartesian3D TetrahedralCartesian3D_Cell_circumcenter ( TetrahedralCartesian3D_Cell  cell)

Compute the circumcenter of a tetrahedral cartesian 3D cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCylindrical3D TetrahedralCylindrical3D_Cell_circumcenter ( TetrahedralCylindrical3D_Cell  cell)

Compute the circumcenter of a tetrahedral cylindrical cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointSpherical3D TetrahedralSpherical3D_Cell_circumcenter ( TetrahedralSpherical3D_Cell  cell)

Compute the circumcenter of a tetrahedral spherical cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCartesian2D TriangularCartesian2D_Cell_circumcenter ( TriangularCartesian2D_Cell  cell)

Compute the circumcenter of a triangular cartesian 2D cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCartesian3D TriangularCartesian3D_Cell_circumcenter ( TriangularCartesian3D_Cell  cell)

Compute the circumcenter of a triangular cartesian 3D cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointCylindrical3D TriangularCylindrical3D_Cell_circumcenter ( TriangularCylindrical3D_Cell  cell)

Compute the circumcenter of a triangular cylindrical cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointPolar2D TriangularPolar2D_Cell_circumcenter ( TriangularPolar2D_Cell  cell)

Compute the circumcenter of a triangular polar cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0
PointSpherical3D TriangularSpherical3D_Cell_circumcenter ( TriangularSpherical3D_Cell  cell)

Compute the circumcenter of a triangular spherical cell.

Parameters
cellThe cell whose circumcenter will be computed.
Returns
Point that represents the circumcenter of the cell.
Since
0.1.0