PeriodicBoundaryConditions< dim > Struct Template Reference
|
Developer Documentation
|
MeltPoolDG::PeriodicBoundaryConditions< dim > Struct Template Reference
#include <periodic_boundary_conditions.hpp>
Public Member Functions | |
| void | attach_boundary_condition (const dealii::types::boundary_id id_in, const dealii::types::boundary_id id_out, const int direction) |
| const Type & | get_data () const |
Private Types | |
| using | Type = std::vector< std::tuple< dealii::types::boundary_id, dealii::types::boundary_id, int > > |
Private Attributes | |
| Type | periodic_bc |
Member Typedef Documentation
◆ Type
template<int dim>
|
private |
Member Function Documentation
◆ attach_boundary_condition()
template<int dim>
| void MeltPoolDG::PeriodicBoundaryConditions< dim >::attach_boundary_condition | ( | const dealii::types::boundary_id | id_in, |
| const dealii::types::boundary_id | id_out, | ||
| const int | direction | ||
| ) |
◆ get_data()
template<int dim>
| const PeriodicBoundaryConditions< dim >::Type & MeltPoolDG::PeriodicBoundaryConditions< dim >::get_data | ( | ) | const |
Member Data Documentation
◆ periodic_bc
template<int dim>
|
private |
The documentation for this struct was generated from the following files:
- include/meltpooldg/core/periodic_boundary_conditions.hpp
- source/core/periodic_boundary_conditions.cpp
Generated by