16 #ifndef __H2D_ELEMENT_TO_REFINE_H
17 #define __H2D_ELEMENT_TO_REFINE_H
74 unsigned short get_num_sons()
const;
80 static void copy_orders(
unsigned short* dest,
const unsigned short* src);
81 static void copy_errors(
double* dest,
const double* src);
85 template<
typename T>
friend class Adapt;
86 template<
typename T,
typename S>
friend class AdaptSolver;
unsigned short comp
An index of the component.
RefinementType
Possible refinements of an element.
Common definitions for Hermes2D.
ANISO-refienement. The element is split along the vertical axis. Quadrilaterals only.
RefinementType split
Proposed refinement. Possible values are defined in the enum RefinementType.
bool space_only
For refinement of Space only for the case when mesh is shared.
int id
An ID of the element.
ANISO-refienement. The element is split along the horizontal axis. Quadrilaterals only...
#define H2D_MAX_ELEMENT_SONS
Macros.