|
p4est
2.8.7
p4est is a software library for parallel adaptive mesh refinement.
|
Data Fields | |
| void * | user_data |
| never changed by p4est | |
| long | user_long |
| never changed by p4est | |
| int | user_int |
| never changed by p4est | |
| p4est_topidx_t | which_tree |
| the tree containing the quadrant | |
| struct { | |
| p4est_topidx_t which_tree | |
| int owner_rank | |
| } | piggy1 |
| of ghost layer, store the tree and owner rank | |
| struct { | |
| p4est_topidx_t which_tree | |
| p4est_topidx_t from_tree | |
| } | piggy2 |
| of transformed layers, store the original tree and the target tree | |
| struct { | |
| p4est_topidx_t which_tree | |
| p4est_locidx_t local_num | |
| } | piggy3 |
| of ghost layers, store the tree and index in the owner's numbering | |