#include <deal.II/base/parameter_handler.h>
This is the class the helper class or the problem class has to be derived of.
Definition at line 1776 of file parameter_handler.h.
◆ ~UserClass()
virtual MultipleParameterLoop::UserClass::~UserClass |
( |
| ) |
|
|
virtualdefault |
Destructor. It doesn't actually do anything, but is declared to force derived classes to have a virtual destructor.
◆ create_new()
virtual void MultipleParameterLoop::UserClass::create_new |
( |
const unsigned int |
run_no | ) |
|
|
pure virtual |
create_new
must provide a clean object, either by creating a new one or by cleaning an old one.
◆ run()
Get the parameters and run any necessary action.
The documentation for this class was generated from the following file: