p4est 2.8.6
p4est is a software library for parallel adaptive mesh refinement.
Data Fields
p8est_geometry Struct Reference

This structure can be created by the user, p4est will never change its contents. More...

#include <p8est_geometry.h>

Collaboration diagram for p8est_geometry:
Collaboration graph
[legend]

Data Fields

const char * name
 User's choice is arbitrary.
 
void * user
 User's choice is arbitrary.
 
p8est_geometry_X_t X
 Coordinate transformation.
 
p8est_geometry_destroy_t destroy
 Destructor called by p8est_geometry_destroy. More...
 

Detailed Description

This structure can be created by the user, p4est will never change its contents.

Examples
simple/simple3.c.

Field Documentation

◆ destroy

p8est_geometry_destroy_t p8est_geometry::destroy

Destructor called by p8est_geometry_destroy.

If NULL, P4EST_FREE is called.


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