#include "../common.h"#include "../solution.h"#include "../linsystem.h"#include "../quad_all.h"#include "../element_to_refine.h"#include "optimum_selector.h"Namespaces | |
| namespace | RefinementSelectors |
Namespace which encapsulates all refinement selectors. | |
Defines | |
| #define | H2DST_ANY H2DST_VERTEX | H2DST_HORIZ_EDGE | H2DST_VERT_EDGE | H2DST_TRI_EDGE | H2DST_BUBBLE |
| Any type of shape. Used just for masky. | |
Functions | |
| H2D_API std::ostream & | RefinementSelectors::operator<< (std::ostream &stream, const OptimumSelector::Cand &cand) |
| Operator. Flushes contents of a candidate to a string stream. Useful for debug messages. | |
| H2D_API const char * | RefinementSelectors::get_cand_list_str (const CandList cand_list) |
| Returns a string representation of a predefined candidate list. | |
| H2D_API bool | RefinementSelectors::is_hp (const CandList cand_list) |
| Returns true if a predefined candidate list may contain candidates that are HP. | |
| H2D_API bool | RefinementSelectors::is_p_aniso (const CandList cand_list) |
| Returns true if a predefined candidate list may contain candidates with an anisotropic change of orders. | |
| #define H2DST_ANY H2DST_VERTEX | H2DST_HORIZ_EDGE | H2DST_VERT_EDGE | H2DST_TRI_EDGE | H2DST_BUBBLE |
Any type of shape. Used just for masky.
1.6.3