Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
RandomizeRefinement Class Reference

#include <randomize.hh>

Inheritance diagram for RandomizeRefinement:
Inheritance graph
[legend]
Collaboration diagram for RandomizeRefinement:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Definition at line 14 of file randomize.hh.


Constructor & Destructor Documentation

RandomizeRefinement::RandomizeRefinement ( concepts::AdaptiveSpace< Real, concepts::AdaptiveAdjustP< 3 > > &  spc) [inline]

Definition at line 17 of file randomize.hh.


Member Function Documentation

virtual std::ostream& concepts::CellPostprocess< Real >::info ( std::ostream &  os) const [protected, virtual, inherited]
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.

Parameters:
cellCurrent 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.

Parameters:
elmCurrent element

Implemented in concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.

virtual void RandomizeRefinement::operator() ( const concepts::Element< Real > &  elm) throw (concepts::MissingFeature) [virtual]

Member Data Documentation

Space.

Definition at line 25 of file randomize.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)