![]() |
PRISMS-PF Manual
|
Struct that holds boundary parameters. More...
#include <constraint_parameters.h>
Public Member Functions | |
| void | validate () |
| Postprocess and validate parameters. | |
| void | print_parameter_summary () const |
| Print parameters to summary.log. | |
| bool | has_time_dependent_bcs () const |
| Whether there are time-dependent boundary conditions. | |
| void | declare_parameters (dealii::ParameterHandler ¶meter_handler, unsigned int max_criteria=5) const |
| Declare the parameters to be read from an input file. | |
| void | assign_parameters (dealii::ParameterHandler ¶meter_handler, unsigned int max_criteria=5) |
| Assign the parameters read from an input file to this object. | |
Public Attributes | |
| std::unordered_map< std::string, FieldConstraints< dim > > | boundary_condition_list |
Struct that holds boundary parameters.
|
inline |
Assign the parameters read from an input file to this object.
|
inline |
Declare the parameters to be read from an input file.
|
inlinenodiscard |
Whether there are time-dependent boundary conditions.
|
inline |
Print parameters to summary.log.
|
inline |
Postprocess and validate parameters.
| std::unordered_map<std::string, FieldConstraints<dim> > BoundaryParameters< dim >::boundary_condition_list |