|
faunus
|
A structure containing a type of boundary condition in each direction. More...
#include <geometry.h>
Public Types | |
| using | BoundaryXYZ = Eigen::Matrix< Boundary, 3, 1 > |
Public Member Functions | |
| Eigen::Matrix< bool, 3, 1 > | isPeriodic () const |
| BoundaryCondition (Coordinates coordinates=Coordinates::ORTHOGONAL, BoundaryXYZ boundary={Boundary::FIXED, Boundary::FIXED, Boundary::FIXED}) | |
Public Attributes | |
| Coordinates | coordinates |
| BoundaryXYZ | direction |
A structure containing a type of boundary condition in each direction.
A stub. It can be extended to fully json-configurable boundary conditions.
| Eigen::Matrix< bool, 3, 1 > Faunus::Geometry::BoundaryCondition::isPeriodic | ( | ) | const |
1.8.13