Hermes2D
3.0
|
Information about candidates. More...
#include <optimum_selector.h>
Public Member Functions | |
CandsInfo () | |
Default constructor. Creates info that declares no candidates and uniform orders. | |
bool | is_empty () const |
Returns true if there are no candidates. More... | |
Public Attributes | |
bool | uniform_orders |
True if all elements of all examined candidates have uniform orders. | |
int | min_quad_order |
Minimum quad order of all elements of all examined candidates. | |
int | max_quad_order |
Maximum quad order of all elements of all examined candidates. If less than zero, no candidate is generated. | |
Information about candidates.
Definition at line 55 of file optimum_selector.h.
|
inline |
Returns true if there are no candidates.
Definition at line 69 of file optimum_selector.h.
Referenced by Hermes::Hermes2D::RefinementSelectors::ProjBasedSelector< Scalar >::calc_projection_errors().