Reference documentation for deal.II version 9.2.0
|
#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 2090 of file parameter_handler.h.