#include <randomize.hh>


Public Member Functions | |
| virtual void | operator() (const concepts::Element< Real > &elm) throw (concepts::MissingFeature) |
| virtual void | operator() (const Element< Real > &elm)=0 |
| Application operator. | |
| virtual void | operator() (const concepts::Cell &cell) throw (concepts::MissingFeature) |
| Application operator. | |
| RandomizeRefinement (concepts::AdaptiveSpace< Real, concepts::AdaptiveAdjustP< 3 > > &spc) | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| concepts::AdaptiveSpace< Real, concepts::AdaptiveAdjustP< 3 > > & | spc_ |
| Space. | |
Definition at line 14 of file randomize.hh.
| RandomizeRefinement::RandomizeRefinement | ( | concepts::AdaptiveSpace< Real, concepts::AdaptiveAdjustP< 3 > > & | spc | ) | [inline] |
Definition at line 17 of file randomize.hh.
| virtual std::ostream& concepts::CellPostprocess< Real >::info | ( | std::ostream & | os | ) | const [protected, virtual, inherited] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in EvaluateEa_of_x, CellA_M_alpha_of_x, CellA_M_of_x_MC, graphics::BaseMeshCell, graphics::VertexList, hp2D::APrioriRefinement, hp3D::APrioriRefinement, concepts::CellIntegral< F >, concepts::CellFaceIntegral< F >, concepts::CellEdgeIntegral< F >, and graphics::BaseOutputCell< Real >.
| virtual void RandomizeRefinement::operator() | ( | const concepts::Cell & | cell | ) | throw (concepts::MissingFeature) [inline, virtual] |
Application operator.
This application operator has to be overloaded to post process a mesh.
| cell | Current cell |
Implements concepts::CellPostprocess< Real >.
Definition at line 21 of file randomize.hh.
| virtual void concepts::CellPostprocess< Real >::operator() | ( | const Element< Real > & | elm | ) | [pure virtual, inherited] |
Application operator.
This application operator has to be overloaded to post process a space.
| elm | Current element |
Implemented in concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.
| virtual void RandomizeRefinement::operator() | ( | const concepts::Element< Real > & | elm | ) | throw (concepts::MissingFeature) [virtual] |
concepts::AdaptiveSpace<Real, concepts::AdaptiveAdjustP<3> >& RandomizeRefinement::spc_ [private] |
Space.
Definition at line 25 of file randomize.hh.