#include <RefinementUtilities.hpp>
Classes | |
| struct | RefinedCell1D |
| struct | RefinedCell2D |
Public Types | |
| enum struct | ResultTypes { Unknown = 0 , Successfull = 1 , Cell3DAlreadySplitted = 2 , Cell3DSplitUnderTolerance = 3 , Cell3DSplitNone = 4 } |
Public Attributes | |
| Gedim::RefinementUtilities::RefinePolyhedron_Result::ResultTypes | ResultType |
| std::vector< unsigned int > | NewCell0DsIndex = {} |
| std::vector< Gedim::RefinementUtilities::RefinePolyhedron_Result::RefinedCell1D > | NewCell1DsIndex = {} |
| std::vector< Gedim::RefinementUtilities::RefinePolyhedron_Result::RefinedCell2D > | NewCell2DsIndex = {} |
| std::vector< unsigned int > | NewCell3DsIndex = {} |
| std::vector<Gedim::RefinementUtilities::RefinePolyhedron_Result::RefinedCell1D> Gedim::RefinementUtilities::RefinePolyhedron_Result::NewCell1DsIndex = {} |
| std::vector<Gedim::RefinementUtilities::RefinePolyhedron_Result::RefinedCell2D> Gedim::RefinementUtilities::RefinePolyhedron_Result::NewCell2DsIndex = {} |
| Gedim::RefinementUtilities::RefinePolyhedron_Result::ResultTypes Gedim::RefinementUtilities::RefinePolyhedron_Result::ResultType |