Reference documentation for deal.II version 9.1.0-pre
internal::p4est::functions< dim > Struct Template Reference

#include <deal.II/distributed/p4est_wrappers.h>

Detailed Description

template<int dim>
struct internal::p4est::functions< dim >

A structure whose explicit specializations contain pointers to the relevant p4est_* and p8est_* functions. Using this structure, for example by saying functions<dim>::quadrant_compare, we can write code in a dimension independent way, either calling p4est_quadrant_compare or p8est_quadrant_compare, depending on template argument.

Definition at line 105 of file p4est_wrappers.h.


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