#include <user_input_parameters.h>
|
| | UserInputParameters ()=default |
| | Default Constructor.
|
| |
| | UserInputParameters (const std::string &file_name, unsigned int max_criteria=default_max_criteria) |
| | Constructor. Reads in user input parameters from file and loads them into member variables.
|
| |
| void | declare_parameters (dealii::ParameterHandler ¶meter_handler, unsigned int max_criteria=default_max_criteria) const |
| | Tell parameter handler to expect the parameters by declaring them.
|
| |
| void | assign_parameters (dealii::ParameterHandler ¶meter_handler, unsigned int max_criteria=default_max_criteria) |
| | Read the parameters from the parameter handler and assign them to the appropriate member variables.
|
| |
| void | validate (const std::vector< FieldAttributes > &field_attributes, const std::vector< SolveBlock > &solve_blocks) |
| | Ensure that the parameters are compatible with a set of fields and solvers.
|
| |
| std::string | parameter_summary () |
| | Ensure that the parameters are compatible with a set of fields and solvers.
|
| |
|
| static constexpr unsigned int | default_max_criteria = 5 |
| | Number of subsections to declare for certain field and solver parameters.
|
| |
◆ UserInputParameters() [1/2]
template<unsigned int dim>
◆ UserInputParameters() [2/2]
template<unsigned int dim>
Constructor. Reads in user input parameters from file and loads them into member variables.
◆ assign_parameters()
template<unsigned int dim>
Read the parameters from the parameter handler and assign them to the appropriate member variables.
◆ declare_parameters()
template<unsigned int dim>
Tell parameter handler to expect the parameters by declaring them.
◆ parameter_summary()
template<unsigned int dim>
Ensure that the parameters are compatible with a set of fields and solvers.
◆ validate()
template<unsigned int dim>
Ensure that the parameters are compatible with a set of fields and solvers.
◆ boundary_parameters
template<unsigned int dim>
◆ checkpoint_parameters
template<unsigned int dim>
◆ default_max_criteria
template<unsigned int dim>
Number of subsections to declare for certain field and solver parameters.
◆ linear_solve_parameters
template<unsigned int dim>
◆ load_ic_parameters
template<unsigned int dim>
◆ misc_parameters
template<unsigned int dim>
◆ nonlinear_solve_parameters
template<unsigned int dim>
◆ nucleation_parameters
template<unsigned int dim>
◆ output_parameters
template<unsigned int dim>
◆ spatial_discretization
template<unsigned int dim>
◆ temporal_discretization
template<unsigned int dim>
◆ user_constants
template<unsigned int dim>
The documentation for this struct was generated from the following files: