Skip to content
Snippets Groups Projects
Commit c5f409de authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[doc] Mark new criterion mechanism as experimental

parent c55e90fa
No related branches found
No related tags found
1 merge request!4Feature/flexible loopsolver monitoring
......@@ -10,6 +10,11 @@
#include <dune/common/stringutility.hh>
/**
* \attention Everything contained in this headere is experimental and may change in the near future.
*/
namespace Dune {
namespace Solvers {
......
......@@ -63,6 +63,12 @@ public:
* This method forward all arguments to the constructor of
* Criterion. So you can pass a Criterion or any argument
* list supported by the Criterion constructors.
*
* Notice, that the old hard-wired criteria are still active.
* If you don't supply any criteria here, the you will get
* exactly the old behaviour.
*
* \attention This is an experimental feature that may still change in the near future.
*/
template<class... Args>
void addCriterion(Args&&... args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment