|
OpenABF 2.1.0
|
Record of a single half-edge collapse for prolongation. More...
Public Attributes | |
| std::size_t | v_removed |
| std::size_t | v_kept |
| std::array< std::size_t, 3 > | containing_tri |
| std::array< T, 3 > | bary |
Record of a single half-edge collapse for prolongation.
| std::array<T, 3> OpenABF::detail::hlscm::CollapseRecord< T >::bary |
Barycentric coordinates of v_removed in containing_tri
| std::array<std::size_t, 3> OpenABF::detail::hlscm::CollapseRecord< T >::containing_tri |
Post-collapse triangle containing v_removed (original vertex indices)
| std::size_t OpenABF::detail::hlscm::CollapseRecord< T >::v_kept |
Index of the kept vertex (in the original/fine mesh)
| std::size_t OpenABF::detail::hlscm::CollapseRecord< T >::v_removed |
Index of the removed vertex (in the original/fine mesh)