concepts::HRefinement< F, dim > Class Template Reference
Uniform h refinement. More...
#include <hpMethod.hh>
Inheritance diagram for concepts::HRefinement< F, dim >:
Public Member Functions | |
HRefinement (AdaptiveSpace< F, AdaptiveAdjustP< dim > > &spc) | |
Constructor. More... | |
virtual void | operator() (const Cell &cell) throw (MissingFeature) |
Application operator. More... | |
virtual void | operator() (const Element< F > &elm) throw (MissingFeature) |
Application operator. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
AdaptiveSpace< F, AdaptiveAdjustP< dim > > & | spc_ |
Space to be refined. More... | |
Detailed Description
template<typename F, int dim>
class concepts::HRefinement< F, dim >
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.
Constructor & Destructor Documentation
◆ HRefinement()
template<typename F , int dim>
|
inline |
Member Function Documentation
◆ info()
template<typename F , int dim>
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::CellPostprocess< F >.
◆ operator()() [1/2]
template<typename F , int dim>
|
inlinevirtual |
Application operator.
This application operator has to be overloaded to post process a mesh.
- Parameters
-
cell Current cell
Implements concepts::CellPostprocess< F >.
Definition at line 152 of file hpMethod.hh.
◆ operator()() [2/2]
template<typename F , int dim>
|
virtual |
Application operator.
This application operator has to be overloaded to post process a space.
- Parameters
-
elm Current element
Implements concepts::CellPostprocess< F >.
Member Data Documentation
◆ spc_
template<typename F , int dim>
|
private |
Space to be refined.
Definition at line 157 of file hpMethod.hh.
The documentation for this class was generated from the following file:
- space/hpMethod.hh