OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
Box_sub_k< dim, T > Struct Template Reference

Particular case for local internal ghost boxes. More...

Detailed Description

template<unsigned int dim, typename T>
struct Box_sub_k< dim, T >

Particular case for local internal ghost boxes.

Definition at line 118 of file common.hpp.

#include <common.hpp>

Data Fields

Box< dim, T > bx
 extension of this local internal ghost box
 
size_t sub
 Domain id.
 
comb< dim > cmb
 Where this sub_domain live.
 
long int k
 k
 

Constructor & Destructor Documentation

◆ Box_sub_k()

template<unsigned int dim, typename T >
Box_sub_k< dim, T >::Box_sub_k ( )
inline

Definition at line 132 of file common.hpp.

Field Documentation

◆ bx

template<unsigned int dim, typename T >
Box<dim,T> Box_sub_k< dim, T >::bx

extension of this local internal ghost box

Definition at line 121 of file common.hpp.

◆ cmb

template<unsigned int dim, typename T >
comb<dim> Box_sub_k< dim, T >::cmb

Where this sub_domain live.

Definition at line 127 of file common.hpp.

◆ k

template<unsigned int dim, typename T >
long int Box_sub_k< dim, T >::k

k

See also
getLocalIGhostE

Definition at line 130 of file common.hpp.

◆ sub

template<unsigned int dim, typename T >
size_t Box_sub_k< dim, T >::sub

Domain id.

Definition at line 124 of file common.hpp.


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