Hermes2D  2.0
Hermes::Hermes2D::ElementToRefine Class Reference

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.
 
ElementToRefineoperator= (const ElementToRefine &orig)
 Assignment operator.
 

Friends

template<typename T >
class Adapt
 
template<typename T >
class RefinementSelectors::Selector
 
template<typename T >
class RefinementSelectors::HOnlySelector
 
template<typename T >
class RefinementSelectors::POnlySelector
 
template<typename T >
class RefinementSelectors::OptimumSelector
 

Detailed Description

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.

Constructor & Destructor Documentation

Hermes::Hermes2D::ElementToRefine::ElementToRefine ( int  id,
int  comp 
)

Constructor.

Parameters
[in]idAn ID of the element.
[in]compAn index of a component.

Definition at line 12 of file element_to_refine.cpp.


The documentation for this class was generated from the following files: