|
Hermes2D
2.0
|
A refinement record. More...
#include <element_to_refine.h>
Public Member Functions | |
| ElementToRefine () | |
| Constructor. Creates an invalid refinement. | |
| ElementToRefine (int id, int comp) | |
| Constructor. More... | |
| ElementToRefine (const ElementToRefine &orig) | |
| Copy-contructor. | |
| ElementToRefine & | operator= (const ElementToRefine &orig) |
| Assignment operator. | |
A refinement record.
Except the attribute ElementToRefine::q, the class is able to dump its content to a stringstream in a human readable form, see operator<<(std::ostream& stream, const ElementToRefine& elem_ref).
Definition at line 34 of file element_to_refine.h.
| Hermes::Hermes2D::ElementToRefine::ElementToRefine | ( | int | id, |
| int | comp | ||
| ) |
Constructor.
| [in] | id | An ID of the element. |
| [in] | comp | An index of a component. |
Definition at line 12 of file element_to_refine.cpp.