NiHu
2.0
|
class describing the overlapping state of two elements More...
#include <element.hpp>
Public Member Functions | |
unsigned | get_num (void) const |
return number of coincident nodes | |
unsigned | get_ind1 (void) const |
return index of first coincident node in element 1 | |
unsigned | get_ind2 (void) const |
return index of first coincident node in element 2 | |
element_overlapping (unsigned num=0, unsigned ind1=0, unsigned ind2=0) | |
constructor | |
std::ostream & | print_debug (std::ostream &os) const |
class describing the overlapping state of two elements
Definition at line 39 of file element.hpp.