#include <tkd_info.h>
◆ TKDInfo()
◆ coords()
const vector3* ug::TKDInfo::coords |
( |
| ) |
const |
|
inline |
◆ get_lipid_diameter()
number ug::TKDInfo::get_lipid_diameter |
( |
| ) |
|
|
inline |
◆ get_lipid_edge_length()
number ug::TKDInfo::get_lipid_edge_length |
( |
| ) |
|
|
inline |
◆ get_lipid_height()
number ug::TKDInfo::get_lipid_height |
( |
| ) |
|
|
inline |
◆ init_coords()
◆ inner_coords()
const vector3* ug::TKDInfo::inner_coords |
( |
| ) |
const |
|
inline |
◆ inner_element_indices()
const int * ug::TKDInfo::inner_element_indices |
( |
| ) |
const |
returns a list of vertex numbers and vertex indices descriping elements of the tkd as follows:
numVrts_0, vrt_0_0, vrt_0_1, ..., numVrts_1, vrt_1_0, vrt_1_1, ...
numVrts can be mapped to element types since only tetrahedra, prisms, and hexahedra are used.
References ug::INNER_TKD_ELEMENT_INDICES.
Referenced by ug::CreateTKD(), and ug::CreateTKDWithOuterLayer().
◆ num_coords()
size_t ug::TKDInfo::num_coords |
( |
| ) |
const |
|
inline |
◆ num_elements()
size_t ug::TKDInfo::num_elements |
( |
| ) |
const |
|
inline |
◆ num_inner_coords()
size_t ug::TKDInfo::num_inner_coords |
( |
| ) |
const |
|
inline |
◆ num_inner_elements()
size_t ug::TKDInfo::num_inner_elements |
( |
| ) |
const |
|
inline |
◆ num_outer_coords()
size_t ug::TKDInfo::num_outer_coords |
( |
| ) |
const |
|
inline |
◆ num_outer_elements()
size_t ug::TKDInfo::num_outer_elements |
( |
| ) |
const |
|
inline |
◆ outer_coords()
const vector3* ug::TKDInfo::outer_coords |
( |
| ) |
const |
|
inline |
◆ outer_element_indices()
const int * ug::TKDInfo::outer_element_indices |
( |
| ) |
const |
returns a list of vertex numbers and vertex indices descriping elements of the tkd as follows:
numVrts_0, vrt_0_0, vrt_0_1, ..., numVrts_1, vrt_1_0, vrt_1_1, ...
numVrts can be mapped to element types since only tetrahedra, prisms, and hexahedra are used.
References ug::OUTER_TKD_ELEMENT_INDICES.
Referenced by ug::CreateTKDWithOuterLayer().
◆ m_alip
◆ m_coords
std::vector<vector3> ug::TKDInfo::m_coords |
|
private |
◆ m_hlip
◆ m_wlip
◆ NUM_COORDS
const int ug::TKDInfo::NUM_COORDS = 52 |
|
static |
◆ NUM_ELEMENTS
const int ug::TKDInfo::NUM_ELEMENTS = 54 |
|
static |
◆ NUM_INNER_COORDS
const int ug::TKDInfo::NUM_INNER_COORDS = 26 |
|
static |
◆ NUM_INNER_ELEMENTS
const int ug::TKDInfo::NUM_INNER_ELEMENTS = 18 |
|
static |
◆ NUM_OUTER_COORDS
const int ug::TKDInfo::NUM_OUTER_COORDS = 26 |
|
static |
◆ NUM_OUTER_ELEMENTS
const int ug::TKDInfo::NUM_OUTER_ELEMENTS = 36 |
|
static |
The documentation for this class was generated from the following files: