|
| Grid (char *, Region **, int) |
|
virtual | ~Grid () |
|
void | unPrMFiberDefs (void) |
|
virtual void | build_mesh (float *, float *, float *, bool *, float *, float, bool, int)=0 |
|
virtual void | output_boundary (char *)=0 |
|
void | add_element (Element &, region_t) |
|
void | set_indx_bounds (bool *sym) |
|
bool | chk_bath (int i, int j, int k) |
|
bool | os_good () |
|
Definition at line 490 of file mesher.cc.
◆ Grid()
Grid::Grid |
( |
char * |
msh, |
|
|
Region ** |
r, |
|
|
int |
d |
|
) |
| |
◆ ~Grid()
◆ add_element()
output a tetrahedron and its fibre axis
- Parameters
-
elem | the element |
regtype | type of element |
Definition at line 634 of file mesher.cc.
◆ build_mesh()
virtual void Grid::build_mesh |
( |
float * |
, |
|
|
float * |
, |
|
|
float * |
, |
|
|
bool * |
, |
|
|
float * |
, |
|
|
float |
, |
|
|
bool |
, |
|
|
int |
|
|
) |
| |
|
pure virtual |
◆ chk_bath()
bool Grid::chk_bath |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| |
check whether an element is bath or not
- Parameters
-
i | box index along x direction |
j | box index along y direction |
k | box index along z direction |
- Returns
- true if bath, false otherwise
Definition at line 603 of file mesher.cc.
◆ os_good()
◆ output_boundary()
virtual void Grid::output_boundary |
( |
char * |
| ) |
|
|
pure virtual |
◆ set_indx_bounds()
void Grid::set_indx_bounds |
( |
bool * |
sym | ) |
|
set box index bounds for tissue
- Parameters
-
sym | bath symmetry information along x, y and z |
- Postcondition
- index bounds are set in the tissue bounding box structure
Definition at line 581 of file mesher.cc.
◆ unPrMFiberDefs()
void Grid::unPrMFiberDefs |
( |
void |
| ) |
|
◆ b_bbx
◆ dim
◆ elem_os
std::ofstream Grid::elem_os |
|
protected |
◆ elemc_os
std::ofstream Grid::elemc_os |
|
protected |
◆ f_def
◆ f_xi
◆ lon_os
std::ofstream Grid::lon_os |
|
protected |
◆ npt
◆ num_axes
◆ pt
◆ pt_os
std::ofstream Grid::pt_os |
|
protected |
◆ region
◆ s_xi
◆ t_bbx
◆ vec_os
std::ofstream Grid::vec_os |
|
protected |
The documentation for this class was generated from the following file: