OGS
|
Definition at line 21 of file BranchProperty.h.
#include <BranchProperty.h>
Public Member Functions | |
BranchProperty (MeshLib::Node const &branchNode, int const master_fracture_id_, int const slave_fracture_id_) | |
Public Attributes | |
Eigen::Vector3d const | coords |
Eigen::Vector3d | normal_vector_branch |
std::size_t const | node_id |
int const | master_fracture_id |
int const | slave_fracture_id |
|
inline |
Definition at line 23 of file BranchProperty.h.
Eigen::Vector3d const ProcessLib::LIE::BranchProperty::coords |
Definition at line 33 of file BranchProperty.h.
Referenced by ProcessLib::LIE::levelsetBranch().
int const ProcessLib::LIE::BranchProperty::master_fracture_id |
Definition at line 37 of file BranchProperty.h.
std::size_t const ProcessLib::LIE::BranchProperty::node_id |
Definition at line 36 of file BranchProperty.h.
Eigen::Vector3d ProcessLib::LIE::BranchProperty::normal_vector_branch |
Definition at line 35 of file BranchProperty.h.
Referenced by ProcessLib::LIE::levelsetBranch().
int const ProcessLib::LIE::BranchProperty::slave_fracture_id |
Definition at line 38 of file BranchProperty.h.