Implement calculation of the surface 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 | |
double | LinearCartesian1D_Cell_surface (LinearCartesian1D_Cell cell) |
Calculate the surface of a linear cartesian 1D cell. | |
double | LinearCartesian2D_Cell_surface (LinearCartesian2D_Cell cell) |
Calculate the surface of a linear cartesian 2D cell. | |
double | LinearCartesian3D_Cell_surface (LinearCartesian3D_Cell cell) |
Calculate the surface of a linear cartesian 3D cell. | |
double | LinearCylindrical3D_Cell_surface (LinearCylindrical3D_Cell cell) |
Calculate the surface of a linear cylindrical cell. | |
double | LinearPolar2D_Cell_surface (LinearPolar2D_Cell cell) |
Calculate the surface of a linear polar cell. | |
double | LinearSpherical3D_Cell_surface (LinearSpherical3D_Cell cell) |
Calculate the surface of a linear spherical cell. | |
double | TriangularCartesian2D_Cell_surface (TriangularCartesian2D_Cell cell) |
Calculate the surface of a triangular cartesian 2D cell. | |
double | TriangularCartesian3D_Cell_surface (TriangularCartesian3D_Cell cell) |
Calculate the surface of a triangular cartesian 3D cell. | |
double | TriangularCylindrical3D_Cell_surface (TriangularCylindrical3D_Cell cell) |
Calculate the surface of a triangular cylindrical cell. | |
double | TriangularPolar2D_Cell_surface (TriangularPolar2D_Cell cell) |
Calculate the surface of a triangular polar cell. | |
double | TriangularSpherical3D_Cell_surface (TriangularSpherical3D_Cell cell) |
Calculate the surface of a triangular spherical cell. | |
double | QuadrilateralCartesian2D_Cell_surface (QuadrilateralCartesian2D_Cell cell) |
Calculate the surface of a quadrilateral cartesian 2D cell. | |
double | QuadrilateralCartesian3D_Cell_surface (QuadrilateralCartesian3D_Cell cell) |
Calculate the surface of a quadrilateral cartesian 3D cell. | |
double | QuadrilateralCylindrical3D_Cell_surface (QuadrilateralCylindrical3D_Cell cell) |
Calculate the surface of a quadrilateral cylindrical cell. | |
double | QuadrilateralPolar2D_Cell_surface (QuadrilateralPolar2D_Cell cell) |
Calculate the surface of a quadrilateral polar cell. | |
double | QuadrilateralSpherical3D_Cell_surface (QuadrilateralSpherical3D_Cell cell) |
Calculate the surface of a quadrilateral spherical cell. | |
double | TetrahedralCartesian3D_Cell_surface (TetrahedralCartesian3D_Cell cell) |
Calculate the surface of a tetrahedral cartesian 3D cell. | |
double | TetrahedralCylindrical3D_Cell_surface (TetrahedralCylindrical3D_Cell cell) |
Calculate the surface of a tetrahedral cylindrical cell. | |
double | TetrahedralSpherical3D_Cell_surface (TetrahedralSpherical3D_Cell cell) |
Calculate the surface of a tetrahedral spherical cell. |
Implement calculation of the surface of a cell.
double LinearCartesian1D_Cell_surface | ( | LinearCartesian1D_Cell | cell | ) |
Calculate the surface of a linear cartesian 1D cell.
cell | Cell whose surface will be computed. |
double LinearCartesian2D_Cell_surface | ( | LinearCartesian2D_Cell | cell | ) |
Calculate the surface of a linear cartesian 2D cell.
cell | Cell whose surface will be computed. |
double LinearCartesian3D_Cell_surface | ( | LinearCartesian3D_Cell | cell | ) |
Calculate the surface of a linear cartesian 3D cell.
cell | Cell whose surface will be computed. |
double LinearCylindrical3D_Cell_surface | ( | LinearCylindrical3D_Cell | cell | ) |
Calculate the surface of a linear cylindrical cell.
cell | Cell whose surface will be computed. |
double LinearPolar2D_Cell_surface | ( | LinearPolar2D_Cell | cell | ) |
Calculate the surface of a linear polar cell.
cell | Cell whose surface will be computed. |
double LinearSpherical3D_Cell_surface | ( | LinearSpherical3D_Cell | cell | ) |
Calculate the surface of a linear spherical cell.
cell | Cell whose surface will be computed. |
double QuadrilateralCartesian2D_Cell_surface | ( | QuadrilateralCartesian2D_Cell | cell | ) |
Calculate the surface of a quadrilateral cartesian 2D cell.
cell | Cell whose surface will be computed. |
double QuadrilateralCartesian3D_Cell_surface | ( | QuadrilateralCartesian3D_Cell | cell | ) |
Calculate the surface of a quadrilateral cartesian 3D cell.
cell | Cell whose surface will be computed. |
double QuadrilateralCylindrical3D_Cell_surface | ( | QuadrilateralCylindrical3D_Cell | cell | ) |
Calculate the surface of a quadrilateral cylindrical cell.
cell | Cell whose surface will be computed. |
double QuadrilateralPolar2D_Cell_surface | ( | QuadrilateralPolar2D_Cell | cell | ) |
Calculate the surface of a quadrilateral polar cell.
cell | Cell whose surface will be computed. |
double QuadrilateralSpherical3D_Cell_surface | ( | QuadrilateralSpherical3D_Cell | cell | ) |
Calculate the surface of a quadrilateral spherical cell.
cell | Cell whose surface will be computed. |
double TetrahedralCartesian3D_Cell_surface | ( | TetrahedralCartesian3D_Cell | cell | ) |
Calculate the surface of a tetrahedral cartesian 3D cell.
cell | Cell whose surface will be computed. |
double TetrahedralCylindrical3D_Cell_surface | ( | TetrahedralCylindrical3D_Cell | cell | ) |
Calculate the surface of a tetrahedral cylindrical cell.
cell | Cell whose surface will be computed. |
double TetrahedralSpherical3D_Cell_surface | ( | TetrahedralSpherical3D_Cell | cell | ) |
Calculate the surface of a tetrahedral spherical cell.
cell | Cell whose surface will be computed. |
double TriangularCartesian2D_Cell_surface | ( | TriangularCartesian2D_Cell | cell | ) |
Calculate the surface of a triangular cartesian 2D cell.
cell | Cell whose surface will be computed. |
double TriangularCartesian3D_Cell_surface | ( | TriangularCartesian3D_Cell | cell | ) |
Calculate the surface of a triangular cartesian 3D cell.
cell | Cell whose surface will be computed. |
double TriangularCylindrical3D_Cell_surface | ( | TriangularCylindrical3D_Cell | cell | ) |
Calculate the surface of a triangular cylindrical cell.
cell | Cell whose surface will be computed. |
double TriangularPolar2D_Cell_surface | ( | TriangularPolar2D_Cell | cell | ) |
Calculate the surface of a triangular polar cell.
cell | Cell whose surface will be computed. |
double TriangularSpherical3D_Cell_surface | ( | TriangularSpherical3D_Cell | cell | ) |
Calculate the surface of a triangular spherical cell.
cell | Cell whose surface will be computed. |