KASKADE 7 development version
|
Allows to specify parts of the inner boundary. Inner boundaries are characterized by a change of the material id. More...
#include <tools.hh>
Allows to specify parts of the inner boundary. Inner boundaries are characterized by a change of the material id.
Public Member Functions | |
SpecifyInnerBoundary (std::vector< std::pair< int, int > > specifiedInterfaces) | |
void | addInterface (std::pair< int, int > ids) |
Add interface specified by two material ids. More... | |
void | addInterface (int first, int second) |
Add interface specified by two material ids. More... | |
bool | ignoreInnerBoundary (int tissue, int tissueNeighbour) const |
Check if interface specified by two material ids should be ignored. More... | |
|
inline |
|
inline |
|
inline |
Add interface specified by two material ids.
Definition at line 397 of file tools.hh.
Referenced by Kaskade::Policy::SpecifyInnerBoundary< IdVector, skipSpecifiedIds >::addInterface(), and Kaskade::Policy::SpecifyInnerBoundary< IdVector, skipSpecifiedIds >::SpecifyInnerBoundary().
|
inline |