PLaSK library
|
One boundary-condition pair. More...
#include <plask/mesh/boundary_conditions.hpp>
Public Types | |
typedef BoundaryT | Boundary |
Boundary type for mesh of type MeshType. | |
typedef Boundary::MeshType | MeshType |
type of mesh | |
typedef ValueT | ValueType |
type which describe boundary condition | |
Public Member Functions | |
template<typename... ConditionArgumentsTypes> | |
BoundaryCondition (const Boundary &place, ConditionArgumentsTypes &&... value_args) | |
Construct boundary-condition pair. | |
template<typename... ConditionArgumentsTypes> | |
BoundaryCondition (Boundary &&place, ConditionArgumentsTypes &&... value_args) | |
Construct boundary-condition pair. | |
Public Attributes | |
Boundary | place |
Boundary. | |
ValueType | value |
Condition. | |
One boundary-condition pair.
Definition at line 25 of file boundary_conditions.hpp.
typedef BoundaryT plask::BoundaryCondition< BoundaryT, ValueT >::Boundary |
Boundary type for mesh of type MeshType.
Definition at line 26 of file boundary_conditions.hpp.
typedef Boundary::MeshType plask::BoundaryCondition< BoundaryT, ValueT >::MeshType |
type of mesh
Definition at line 27 of file boundary_conditions.hpp.
typedef ValueT plask::BoundaryCondition< BoundaryT, ValueT >::ValueType |
type which describe boundary condition
Definition at line 28 of file boundary_conditions.hpp.
|
inline |
Construct boundary-condition pair.
place | boundary |
value_args | arguments for condition constructor, can be just one argument of ValueType to use copy/move-constructor |
Definition at line 39 of file boundary_conditions.hpp.
|
inline |
Construct boundary-condition pair.
place | boundary |
value_args | arguments for condition constructor, can be just one argument of ValueType to use copy/move-constructor |
Definition at line 49 of file boundary_conditions.hpp.
Boundary plask::BoundaryCondition< BoundaryT, ValueT >::place |
Definition at line 30 of file boundary_conditions.hpp.
ValueType plask::BoundaryCondition< BoundaryT, ValueT >::value |
Condition.
Definition at line 31 of file boundary_conditions.hpp.