PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::RefinementUtilities::RefinePolyhedron_Result Struct Referencefinal

#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 intNewCell0DsIndex = {}
 
std::vector< Gedim::RefinementUtilities::RefinePolyhedron_Result::RefinedCell1DNewCell1DsIndex = {}
 
std::vector< Gedim::RefinementUtilities::RefinePolyhedron_Result::RefinedCell2DNewCell2DsIndex = {}
 
std::vector< unsigned intNewCell3DsIndex = {}
 

Member Enumeration Documentation

◆ ResultTypes

Enumerator
Unknown 
Successfull 
Cell3DAlreadySplitted 
Cell3DSplitUnderTolerance 
Cell3DSplitNone 

Member Data Documentation

◆ NewCell0DsIndex

std::vector<unsigned int> Gedim::RefinementUtilities::RefinePolyhedron_Result::NewCell0DsIndex = {}

◆ NewCell1DsIndex

std::vector<Gedim::RefinementUtilities::RefinePolyhedron_Result::RefinedCell1D> Gedim::RefinementUtilities::RefinePolyhedron_Result::NewCell1DsIndex = {}

◆ NewCell2DsIndex

std::vector<Gedim::RefinementUtilities::RefinePolyhedron_Result::RefinedCell2D> Gedim::RefinementUtilities::RefinePolyhedron_Result::NewCell2DsIndex = {}

◆ NewCell3DsIndex

std::vector<unsigned int> Gedim::RefinementUtilities::RefinePolyhedron_Result::NewCell3DsIndex = {}

◆ ResultType


The documentation for this struct was generated from the following file: