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

Implement calculation of the surface of a domain. More...

#include "../domains/linear.hpp"
#include "../domains/triangular.hpp"
#include "../domains/quadrilateral.hpp"
#include "../domains/tetrahedral.hpp"

Go to the source code of this file.

Functions

double LinearCartesian1D_Domain_surface (LinearCartesian1D_Domain domain)
 Calculate the surface of a linear cartesian 3D domain.
double LinearCartesian2D_Domain_surface (LinearCartesian2D_Domain domain)
 Calculate the surface of a linear cartesian 3D domain.
double LinearCartesian3D_Domain_surface (LinearCartesian3D_Domain domain)
 Calculate the surface of a linear cartesian 3D domain.
double LinearCylindrical3D_Domain_surface (LinearCylindrical3D_Domain domain)
 Calculate the surface of a linear cartesian 3D domain.
double LinearPolar2D_Domain_surface (LinearPolar2D_Domain domain)
 Calculate the surface of a linear cartesian 3D domain.
double LinearSpherical3D_Domain_surface (LinearSpherical3D_Domain domain)
 Calculate the surface of a linear cartesian 3D domain.
double TriangularCartesian2D_Domain_surface (TriangularCartesian2D_Domain domain)
 Calculate the surface of a triangular cartesian 3D domain.
double TriangularCartesian3D_Domain_surface (TriangularCartesian3D_Domain domain)
 Calculate the surface of a triangular cartesian 3D domain.
double TriangularCylindrical3D_Domain_surface (TriangularCylindrical3D_Domain domain)
 Calculate the surface of a triangular cartesian 3D domain.
double TriangularPolar2D_Domain_surface (TriangularPolar2D_Domain domain)
 Calculate the surface of a triangular cartesian 3D domain.
double TriangularSpherical3D_Domain_surface (TriangularSpherical3D_Domain domain)
 Calculate the surface of a triangular cartesian 3D domain.
double QuadrilateralCartesian2D_Domain_surface (QuadrilateralCartesian2D_Domain domain)
 Calculate the surface of a quadrilateral cartesian 3D domain.
double QuadrilateralCartesian3D_Domain_surface (QuadrilateralCartesian3D_Domain domain)
 Calculate the surface of a quadrilateral cartesian 3D domain.
double QuadrilateralCylindrical3D_Domain_surface (QuadrilateralCylindrical3D_Domain domain)
 Calculate the surface of a quadrilateral cartesian 3D domain.
double QuadrilateralPolar2D_Domain_surface (QuadrilateralPolar2D_Domain domain)
 Calculate the surface of a quadrilateral cartesian 3D domain.
double QuadrilateralSpherical3D_Domain_surface (QuadrilateralSpherical3D_Domain domain)
 Calculate the surface of a quadrilateral cartesian 3D domain.
double TetrahedralCartesian3D_Domain_surface (TetrahedralCartesian3D_Domain domain)
 Calculate the surface of a tetrahedral cartesian 3D domain.
double TetrahedralCylindrical3D_Domain_surface (TetrahedralCylindrical3D_Domain domain)
 Calculate the surface of a tetrahedral cartesian 3D domain.
double TetrahedralSpherical3D_Domain_surface (TetrahedralSpherical3D_Domain domain)
 Calculate the surface of a tetrahedral cartesian 3D domain.

Detailed Description

Implement calculation of the surface of a domain.

Function Documentation

double LinearCartesian1D_Domain_surface ( LinearCartesian1D_Domain  domain)

Calculate the surface of a linear cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double LinearCartesian2D_Domain_surface ( LinearCartesian2D_Domain  domain)

Calculate the surface of a linear cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double LinearCartesian3D_Domain_surface ( LinearCartesian3D_Domain  domain)

Calculate the surface of a linear cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double LinearCylindrical3D_Domain_surface ( LinearCylindrical3D_Domain  domain)

Calculate the surface of a linear cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double LinearPolar2D_Domain_surface ( LinearPolar2D_Domain  domain)

Calculate the surface of a linear cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double LinearSpherical3D_Domain_surface ( LinearSpherical3D_Domain  domain)

Calculate the surface of a linear cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double QuadrilateralCartesian2D_Domain_surface ( QuadrilateralCartesian2D_Domain  domain)

Calculate the surface of a quadrilateral cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double QuadrilateralCartesian3D_Domain_surface ( QuadrilateralCartesian3D_Domain  domain)

Calculate the surface of a quadrilateral cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double QuadrilateralCylindrical3D_Domain_surface ( QuadrilateralCylindrical3D_Domain  domain)

Calculate the surface of a quadrilateral cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double QuadrilateralPolar2D_Domain_surface ( QuadrilateralPolar2D_Domain  domain)

Calculate the surface of a quadrilateral cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double QuadrilateralSpherical3D_Domain_surface ( QuadrilateralSpherical3D_Domain  domain)

Calculate the surface of a quadrilateral cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double TetrahedralCartesian3D_Domain_surface ( TetrahedralCartesian3D_Domain  domain)

Calculate the surface of a tetrahedral cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double TetrahedralCylindrical3D_Domain_surface ( TetrahedralCylindrical3D_Domain  domain)

Calculate the surface of a tetrahedral cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double TetrahedralSpherical3D_Domain_surface ( TetrahedralSpherical3D_Domain  domain)

Calculate the surface of a tetrahedral cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double TriangularCartesian2D_Domain_surface ( TriangularCartesian2D_Domain  domain)

Calculate the surface of a triangular cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double TriangularCartesian3D_Domain_surface ( TriangularCartesian3D_Domain  domain)

Calculate the surface of a triangular cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double TriangularCylindrical3D_Domain_surface ( TriangularCylindrical3D_Domain  domain)

Calculate the surface of a triangular cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double TriangularPolar2D_Domain_surface ( TriangularPolar2D_Domain  domain)

Calculate the surface of a triangular cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0
double TriangularSpherical3D_Domain_surface ( TriangularSpherical3D_Domain  domain)

Calculate the surface of a triangular cartesian 3D domain.

Parameters
domainDomain whose surface will be computed.
Returns
Real number in double precision which represents the surface of the domain.
Since
0.1.0