![]() |
PRISMS-PF Manual v3.0-pre
|
Struct that holds boundary parameters. More...
#include <boundary_parameters.h>
Public Types | |
using | BoundaryConditionMap = std::map< types::index, std::map< unsigned int, boundaryCondition > > |
using | BCList = std::map< types::index, std::map< unsigned int, std::string > > |
using | PinnedPointMap = std::map< types::index, std::pair< double, dealii::Point< dim > > > |
Public Member Functions | |
void | postprocess_and_validate (const std::map< unsigned int, variableAttributes > &var_attributes) |
Postprocess and validate parameters. | |
bool | check_duplicate_boundary_conditions (const types::index &index_1, const types::index &index_2) const |
Check whether the boundary conditions for two fields are the same. | |
void | print_parameter_summary () const |
Print parameters to summary.log. | |
Public Attributes | |
BCList | BC_list |
PinnedPointMap | pinned_point_list |
BoundaryConditionMap | boundary_condition_list |
Struct that holds boundary parameters.