|
p4est 2.8.5.190-3fcf-dirty
p4est is a software library for parallel adaptive mesh refinement.
|
This structure can be filled or allocated by the user. More...
#include <p4est_geometry.h>

Data Fields | |
| const char * | name |
| User's choice is arbitrary. | |
| void * | user |
| User's choice is arbitrary. | |
| p4est_geometry_X_t | X |
| Coordinate transformation. | |
| p4est_geometry_destroy_t | destroy |
| Destructor called by p4est_geometry_destroy. More... | |
This structure can be filled or allocated by the user.
p4est will never change its contents.
| p4est_geometry_destroy_t p4est_geometry::destroy |
Destructor called by p4est_geometry_destroy.
If NULL, P4EST_FREE is called.