#include <hpMethod.hh>
 
  
| Public Member Functions | |
| AdaptiveAdjustP () | |
| AdaptiveAdjustP (short l, int *p) | |
| AdaptiveAdjustP (short l, const int p) | |
| AdaptiveAdjustP (short l, const Array< int > p) | |
| AdaptiveAdjustP (const Level< dim > &l, const int p) | |
| AdaptiveAdjustP (const Level< dim > &l, const int *p) | |
| AdaptiveAdjustP (const Level< dim > &l, const Array< int > p) | |
| AdaptiveAdjustP< dim > & | operator= (const AdaptiveAdjustP< dim > &a) | 
| std::ostream & | info (std::ostream &os) const | 
| Public Attributes | |
| short | p_ [dim] | 
| Level< levelDim > | level_ | 
| Level in several dimensions. | |
| short & | l_ | 
Class to describe adjustments to elements in an adaptive space. Compared to the base class, this class holds information about polynomial degrees, too.
| dim | edges (1), faces (2) and volumes (3) | 
Definition at line 59 of file hpMethod.hh.
| 
 | inline | 
Constructor. Sets the defaults for a refinement of a cell. Default is not to refine.
Definition at line 69 of file hpMethod.hh.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inherited | 
| 
 | inherited | 
| short concepts::AdaptiveAdjustP< dim >::p_[dim] | 
Difference in the polynomial degree. A negative number means the degree should be lowered.
Definition at line 64 of file hpMethod.hh.