Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Public Attributes | |
type(stack_i4t2_t) | shared_el_facet |
Elemenets with shared facets. More... | |
type(uset_i4_t) | shared_facet |
List of shared facets. More... | |
type(uset_i4_t) | shared_edge |
List of shared edges. More... | |
type(uset_i4_t) | shared_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... | |
Definition at line 41 of file distdata.f90.
integer, dimension(:), allocatable distdata::distdata_t::local_to_global_edge |
Definition at line 49 of file distdata.f90.
integer, dimension(:), allocatable distdata::distdata_t::local_to_global_facet |
Definition at line 48 of file distdata.f90.
type(uset_i4_t) distdata::distdata_t::shared_edge |
Definition at line 45 of file distdata.f90.
type(stack_i4t2_t) distdata::distdata_t::shared_el_facet |
Definition at line 42 of file distdata.f90.
type(uset_i4_t) distdata::distdata_t::shared_facet |
Definition at line 44 of file distdata.f90.
type(uset_i4_t) distdata::distdata_t::shared_point |
Definition at line 46 of file distdata.f90.