![]() |
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. | |
Public Attributes | |
| std::unordered_map< std::string, FieldConstraints< dim > > | boundary_condition_list |
|
inline |
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 |