Implement calculation of the centroid 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.
Implement calculation of the centroid of a cell.
PointCartesian1D LinearCartesian1D_Cell_centroid | ( | LinearCartesian1D_Cell | cell | ) |
Compute the centroid of a linear cartesian 1D cell.
cell | The cell whose centroid will be computed. |
PointCartesian2D LinearCartesian2D_Cell_centroid | ( | LinearCartesian2D_Cell | cell | ) |
Compute the centroid of a linear cartesian 2D cell.
cell | The cell whose centroid will be computed. |
PointCartesian3D LinearCartesian3D_Cell_centroid | ( | LinearCartesian3D_Cell | cell | ) |
Compute the centroid of a linear cartesian 3D cell.
cell | The cell whose centroid will be computed. |
PointCylindrical3D LinearCylindrical3D_Cell_centroid | ( | LinearCylindrical3D_Cell | cell | ) |
Compute the centroid of a linear cylindrical cell.
cell | The cell whose centroid will be computed. |
PointPolar2D LinearPolar2D_Cell_centroid | ( | LinearPolar2D_Cell | cell | ) |
Compute the centroid of a linear polar cell.
cell | The cell whose centroid will be computed. |
PointSpherical3D LinearSpherical3D_Cell_centroid | ( | LinearSpherical3D_Cell | cell | ) |
Compute the centroid of a linear spherical cell.
cell | The cell whose centroid will be computed. |
PointCartesian2D QuadrilateralCartesian2D_Cell_centroid | ( | QuadrilateralCartesian2D_Cell | cell | ) |
Compute the centroid of a quadrilateral cartesian 2D cell.
cell | The cell whose centroid will be computed. |
PointCartesian3D QuadrilateralCartesian3D_Cell_centroid | ( | QuadrilateralCartesian3D_Cell | cell | ) |
Compute the centroid of a quadrilateral cartesian 3D cell.
cell | The cell whose centroid will be computed. |
PointCylindrical3D QuadrilateralCylindrical3D_Cell_centroid | ( | QuadrilateralCylindrical3D_Cell | cell | ) |
Compute the centroid of a quadrilateral cylindrical cell.
cell | The cell whose centroid will be computed. |
PointPolar2D QuadrilateralPolar2D_Cell_centroid | ( | QuadrilateralPolar2D_Cell | cell | ) |
Compute the centroid of a quadrilateral polar cell.
cell | The cell whose centroid will be computed. |
PointSpherical3D QuadrilateralSpherical3D_Cell_centroid | ( | QuadrilateralSpherical3D_Cell | cell | ) |
Compute the centroid of a quadrilateral spherical cell.
cell | The cell whose centroid will be computed. |
PointCartesian3D TetrahedralCartesian3D_Cell_centroid | ( | TetrahedralCartesian3D_Cell | cell | ) |
Compute the centroid of a tetrahedral cartesian 3D cell.
cell | The cell whose centroid will be computed. |
PointCylindrical3D TetrahedralCylindrical3D_Cell_centroid | ( | TetrahedralCylindrical3D_Cell | cell | ) |
Compute the centroid of a tetrahedral cylindrical cell.
cell | The cell whose centroid will be computed. |
PointSpherical3D TetrahedralSpherical3D_Cell_centroid | ( | TetrahedralSpherical3D_Cell | cell | ) |
Compute the centroid of a tetrahedral spherical cell.
cell | The cell whose centroid will be computed. |
PointCartesian2D TriangularCartesian2D_Cell_centroid | ( | TriangularCartesian2D_Cell | cell | ) |
Compute the centroid of a triangular cartesian 2D cell.
cell | The cell whose centroid will be computed. |
PointCartesian3D TriangularCartesian3D_Cell_centroid | ( | TriangularCartesian3D_Cell | cell | ) |
Compute the centroid of a triangular cartesian 3D cell.
cell | The cell whose centroid will be computed. |
PointCylindrical3D TriangularCylindrical3D_Cell_centroid | ( | TriangularCylindrical3D_Cell | cell | ) |
Compute the centroid of a triangular cylindrical cell.
cell | The cell whose centroid will be computed. |
PointPolar2D TriangularPolar2D_Cell_centroid | ( | TriangularPolar2D_Cell | cell | ) |
Compute the centroid of a triangular polar cell.
cell | The cell whose centroid will be computed. |
PointSpherical3D TriangularSpherical3D_Cell_centroid | ( | TriangularSpherical3D_Cell | cell | ) |
Compute the centroid of a triangular spherical cell.
cell | The cell whose centroid will be computed. |