DOpE
Public Member Functions | Protected Member Functions
DOpE::LocalRefinement Class Reference

#include <refinementcontainer.h>

Inheritance diagram for DOpE::LocalRefinement:
DOpE::RefinementContainer DOpE::RefineFixedFraction DOpE::RefineFixedNumber DOpE::RefineOptimized

Public Member Functions

virtual ~LocalRefinement ()
 
virtual const dealii::Vector
< float > & 
GetLocalErrorIndicators () const
 
- Public Member Functions inherited from DOpE::RefinementContainer
 RefinementContainer (DOpEtypes::RefinementType ref_type=DOpEtypes::RefinementType::global)
 
virtual ~RefinementContainer ()
 
virtual double GetTopFraction () const
 
virtual double GetBottomFraction () const
 
virtual double GetConvergenceOrder () const
 
DOpEtypes::RefinementType GetRefType () const
 
bool UsesCoarsening () const
 

Protected Member Functions

 LocalRefinement (const dealii::Vector< float > &, DOpEtypes::RefinementType ref_type)
 

Additional Inherited Members

- Protected Attributes inherited from DOpE::RefinementContainer
bool coarsening_
 

Detailed Description

Base class for RefinementContainer with local refinement. This class holds the vector of error indicators.

Constructor & Destructor Documentation

virtual DOpE::LocalRefinement::~LocalRefinement ( )
inlinevirtual
DOpE::LocalRefinement::LocalRefinement ( const dealii::Vector< float > &  indicators,
DOpEtypes::RefinementType  ref_type 
)
protected

Protected constructor for use in the derived classes

Member Function Documentation

const dealii::Vector< float > & DOpE::LocalRefinement::GetLocalErrorIndicators ( ) const
virtual

Get functions, self explanatory. Implemented in the derived classes.

Reimplemented from DOpE::RefinementContainer.


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