Reference documentation for deal.II version 8.5.1
|
#include <deal.II/base/parameter_handler.h>
Public Member Functions | |
virtual | ~UserClass () |
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 2442 of file parameter_handler.h.
|
virtual |
Destructor. It doesn't actually do anything, but is declared to force derived classes to have a virtual destructor.
Definition at line 3110 of file parameter_handler.cc.
|
pure virtual |
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.