Skip to content
Snippets Groups Projects
Commit 2d450793 authored by Stefan Girke's avatar Stefan Girke
Browse files

added missing adaptation method

parent d4ff6059
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,11 @@ namespace Dune
return markStrategy_ == 1;
}
virtual int adaptCount() const
{
return ParameterType::getValue<int>( keyPrefix_ + "adaptcount", 1 );
}
//! return true if verbosity mode is enabled
virtual bool verbose () const { return Fem::Parameter::getValue< bool >( keyPrefix_ + "verbose", false ); }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment