p4est 2.8.5.190-3fcf-dirty
p4est is a software library for parallel adaptive mesh refinement.
Data Fields
p4est_geometry Struct Reference

This structure can be filled or allocated by the user. More...

#include <p4est_geometry.h>

Collaboration diagram for p4est_geometry:
Collaboration graph
[legend]

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...
 

Detailed Description

This structure can be filled or allocated by the user.

p4est will never change its contents.

Examples
simple/simple2.c.

Field Documentation

◆ destroy

p4est_geometry_destroy_t p4est_geometry::destroy

Destructor called by p4est_geometry_destroy.

If NULL, P4EST_FREE is called.


The documentation for this struct was generated from the following file: