#include <hpMethod.hh>
Public Member Functions | |
HRefinement (AdaptiveSpace< F, AdaptiveAdjustP< dim > > &spc) | |
virtual void | operator() (const Element< F > &elm) |
virtual void | operator() (const Cell &cell) |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Uniform h refinement. Every element in the space is broken to build a new space.
This class can be used as follows:
HRefinement<Real, 2> hRef(spc); GlobalPostprocess<Real> post(spc); post(hRef);
Definition at line 145 of file hpMethod.hh.
|
inline |
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::CellPostprocess< F >.
|
inlinevirtual |
Application operator. This application operator has to be overloaded to post process a mesh.
cell | Current cell |
Implements concepts::CellPostprocess< F >.
Definition at line 152 of file hpMethod.hh.
|
virtual |
Application operator. This application operator has to be overloaded to post process a space.
elm | Current element |
Implements concepts::CellPostprocess< F >.