Boundary condition functions for simplicial meshes.

Functions

template<bool A, typename T , typename V , typename IS , class ISS >
void applyBoundaryCondition (IndSimpSetIncAdj< 2, 1, A, T, V, IS > *mesh, const ISS_SD_ClosestPoint< ISS > &condition, int n)
 Apply the closest point boundary condition at a vertex.
template<bool A, typename T , typename V , typename IS , class ISS >
void applyBoundaryCondition (IndSimpSetIncAdj< 2, 1, A, T, V, IS > *mesh, const ISS_SD_ClosestPointDirection< ISS > &condition, int n)
 Apply the closest point in the normal direction boundary condition at a vertex.
template<bool A, typename T , typename V , typename IS , class ISS >
void applyBoundaryCondition (IndSimpSetIncAdj< 3, 2, A, T, V, IS > *mesh, const ISS_SD_ClosestPoint< ISS > &condition, int n)
 Apply the closest point boundary condition at a vertex.
template<bool A, typename T , typename V , typename IS , class ISS >
void applyBoundaryCondition (IndSimpSetIncAdj< 3, 2, A, T, V, IS > *mesh, const ISS_SD_ClosestPointDirection< ISS > &condition, int n)
 Apply the closest point in the normal direction boundary condition at a vertex.
template<int N, bool A, typename T , typename V , typename IS , class UnaryFunction >
void applyBoundaryCondition (IndSimpSetIncAdj< N, N, A, T, V, IS > *mesh, const UnaryFunction &condition, int n)
 Apply the condition at a vertex.
template<int N, bool A, typename T , typename V , typename IS , class ISS >
void applyBoundaryCondition (IndSimpSetIncAdj< N, N, A, T, V, IS > *mesh, const ISS_SD_ClosestPoint< ISS > &condition, int n)
 Apply the closest point boundary condition at a vertex.
template<int N, bool A, typename T , typename V , typename IS , class ISS >
void applyBoundaryCondition (IndSimpSetIncAdj< N, N, A, T, V, IS > *mesh, const ISS_SD_CloserPoint< ISS > &condition, int n)
 Apply the closer point boundary condition at a vertex.
template<int N, bool A, typename T , typename V , typename IS , class ISS >
void applyBoundaryCondition (IndSimpSetIncAdj< N, N, A, T, V, IS > *mesh, const ISS_SD_ClosestPointDirection< ISS > &condition, int n)
 Apply the closest point in the normal direction boundary condition at a vertex.
template<int N, bool A, typename T , typename V , typename IS , class ISS >
void applyBoundaryCondition (IndSimpSetIncAdj< N, N, A, T, V, IS > *mesh, const ISS_SD_CloserPointDirection< ISS > &condition, int n)
 Apply the closer point in the normal direction boundary condition at a vertex.

Detailed Description


Function Documentation

template<int N, bool A, typename T , typename V , typename IS , class UnaryFunction >
void applyBoundaryCondition ( IndSimpSetIncAdj< N, N, A, T, V, IS > *  mesh,
const UnaryFunction &  condition,
int  n 
) [inline]

Apply the condition at a vertex.

Note:
The vertex may be in the interior or on the boundary.
Generated on Thu Jun 30 02:14:58 2016 for Computational Geometry Package by  doxygen 1.6.3