![]() |
deal.II version GIT relicensing-2879-g253433159b 2025-03-21 00:10:00+00:00
|
#include <deal.II/base/parameter_handler.h>
Public Member Functions | |
virtual | ~UserClass ()=default |
virtual void | create_new (const unsigned int run_no)=0 |
virtual void | run (ParameterHandler &prm)=0 |
This is the class the helper class or the problem class has to be derived of.
Definition at line 2130 of file parameter_handler.h.
|
virtualdefault |
Destructor. It doesn't actually do anything, but is declared to force derived classes to have a virtual destructor.
create_new
must provide a clean object, either by creating a new one or by cleaning an old one.
|
pure virtual |
Get the parameters and run any necessary action.