PRISMS-PF Manual
Loading...
Searching...
No Matches
BoundaryParameters< dim > Struct Template Reference

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
 

Detailed Description

template<unsigned int dim>
struct BoundaryParameters< dim >

Struct that holds boundary parameters.

Member Function Documentation

◆ has_time_dependent_bcs()

template<unsigned int dim>
bool BoundaryParameters< dim >::has_time_dependent_bcs ( ) const
inline

Whether there are time-dependent boundary conditions.

◆ print_parameter_summary()

template<unsigned int dim>
void BoundaryParameters< dim >::print_parameter_summary ( ) const
inline

Print parameters to summary.log.

◆ validate()

template<unsigned int dim>
void BoundaryParameters< dim >::validate ( )
inline

Postprocess and validate parameters.

Member Data Documentation

◆ boundary_condition_list

template<unsigned int dim>
std::unordered_map<std::string, FieldConstraints<dim> > BoundaryParameters< dim >::boundary_condition_list

The documentation for this struct was generated from the following file: