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

Transient storage for asynchronous ghost exchange. More...

#include <p4est_ghost.h>

Collaboration diagram for p4est_ghost_exchange:
Collaboration graph
[legend]

Data Fields

int is_custom
 False for p4est_ghost_exchange_data.
 
int is_levels
 Are we restricted to levels or not.
 
p4est_tp4est
 
p4est_ghost_tghost
 
int minlevel
 
int maxlevel
 Meaningful with is_levels.
 
size_t data_size
 
void * ghost_data
 
int * qactive
 
int * qbuffer
 
sc_array_t requests
 
sc_array_t sbuffers
 
sc_array_t rrequests
 
sc_array_t rbuffers
 

Detailed Description

Transient storage for asynchronous ghost exchange.


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