#include "common.h"#include "refinement_type.h"Functions | |
| H2D_API bool | is_refin_aniso (const int refin_type) |
| Retuns true if a given refinement is an ANISO-refinement. | |
| H2D_API int | get_refin_sons (const int refin_type) |
| Returns a maximum number of sons that will be generated if a given refinement is applied. | |
| H2D_API const std::string | get_refin_str (const int refin_type) |
| Returns a string representation of the refinement. | |
| H2D_API int get_refin_sons | ( | const int | refin_type | ) |
Returns a maximum number of sons that will be generated if a given refinement is applied.
| [in] | refin_type | A refinement type. Possible values are defined in the enum RefinementType. |
| H2D_API const std::string get_refin_str | ( | const int | refin_type | ) |
Returns a string representation of the refinement.
Used for debugging and event logging purposes.
| [in] | refin_type | A refinement type. Possible values are defined in the enum RefinementType. |
| H2D_API bool is_refin_aniso | ( | const int | refin_type | ) |
Retuns true if a given refinement is an ANISO-refinement.
| [in] | refin_type | A refinement type. Possible values are defined in the enum RefinementType. |
1.6.3