p4est 2.8.6
p4est is a software library for parallel adaptive mesh refinement.
|
This structure contains the different parameters of mesh creation. More...
#include <p4est_mesh.h>
Data Fields | |
int | compute_tree_index |
Boolean to decide whether to allocate and compute the quad_to_tree list. | |
int | compute_level_lists |
Boolean to decide whether to compute the level lists in quad_level. | |
p4est_connect_type_t | btype |
Flag indicating the connection types (face, edge, corner) stored in the mesh. | |
This structure contains the different parameters of mesh creation.
A default instance can be initialized by calling p4est_mesh_params_init and used for mesh creation by calling p4est_mesh_new_params.