Neko  0.8.99
A portable framework for high-order spectral element flow simulations
distdata::distdata_t Type Reference
Collaboration diagram for distdata::distdata_t:

Public Attributes

type(stack_i4t2_tshared_el_facet
 Elemenets with shared facets. More...
 
type(uset_i4_tshared_facet
 List of shared facets. More...
 
type(uset_i4_tshared_edge
 List of shared edges. More...
 
type(uset_i4_tshared_point
 List of shared points. More...
 
integer, dimension(:), allocatable local_to_global_facet
 Local to global (facets) More...
 
integer, dimension(:), allocatable local_to_global_edge
 Local to global (edges) More...
 

Detailed Description

Definition at line 41 of file distdata.f90.

Member Data Documentation

◆ local_to_global_edge

integer, dimension(:), allocatable distdata::distdata_t::local_to_global_edge

Definition at line 49 of file distdata.f90.

◆ local_to_global_facet

integer, dimension(:), allocatable distdata::distdata_t::local_to_global_facet

Definition at line 48 of file distdata.f90.

◆ shared_edge

type(uset_i4_t) distdata::distdata_t::shared_edge

Definition at line 45 of file distdata.f90.

◆ shared_el_facet

type(stack_i4t2_t) distdata::distdata_t::shared_el_facet

Definition at line 42 of file distdata.f90.

◆ shared_facet

type(uset_i4_t) distdata::distdata_t::shared_facet

Definition at line 44 of file distdata.f90.

◆ shared_point

type(uset_i4_t) distdata::distdata_t::shared_point

Definition at line 46 of file distdata.f90.


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