PLaSK library
|
Boundary which represents union/intersection/difference (depending on OpNodeSetImplT) of boundaries. More...
#include <plask/mesh/boundary.hpp>
Public Member Functions | |
BoundaryOp (Boundary< MeshType > A, Boundary< MeshType > B) | |
BoundaryNodeSet | operator() (const MeshType &mesh, const shared_ptr< const GeometryD< MeshType::DIM > > &geom) const |
Public Attributes | |
Boundary< MeshType > | A |
Boundary< MeshType > | B |
Boundary which represents union/intersection/difference (depending on OpNodeSetImplT) of boundaries.
Definition at line 417 of file boundary.hpp.
|
inline |
Definition at line 421 of file boundary.hpp.
|
inline |
Definition at line 423 of file boundary.hpp.
Boundary<MeshType> plask::BoundaryOp< MeshType, OpNodeSetImplT >::A |
Definition at line 419 of file boundary.hpp.
Boundary<MeshType> plask::BoundaryOp< MeshType, OpNodeSetImplT >::B |
Definition at line 419 of file boundary.hpp.