Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/solver_fire.h>
Public Member Functions | |
AdditionalData (const double initial_timestep=0.1, const double maximum_timestep=1, const double maximum_linfty_norm=1) | |
Public Attributes | |
const double | initial_timestep |
const double | maximum_timestep |
const double | maximum_linfty_norm |
Standardized data struct to pipe additional data to the solver.
Definition at line 97 of file solver_fire.h.
|
explicit |
Constructor. By default, set the initial time step for the (forward) Euler integration step to 0.1, the maximum time step to 1 and the maximum change allowed in any variable (per iteration) to 1.
const double SolverFIRE< VectorType >::AdditionalData::initial_timestep |
Initial time step for the (forward) Euler integration step.
Definition at line 112 of file solver_fire.h.
const double SolverFIRE< VectorType >::AdditionalData::maximum_timestep |
Maximum time step for the (forward) Euler integration step.
Definition at line 117 of file solver_fire.h.
const double SolverFIRE< VectorType >::AdditionalData::maximum_linfty_norm |
Maximum change allowed in any variable of the objective function.
Definition at line 122 of file solver_fire.h.