| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Distributed mesh data.
Data Types | |
| type | distdata_t | 
Functions/Subroutines | |
| subroutine, public | distdata_init (ddata) | 
| Initialise a distdata type.   | |
| subroutine, public | distdata_free (ddata) | 
| Free a distdata type.   | |
| subroutine, public | distdata_set_shared_el_facet (ddata, element, side) | 
| Mark an element's facet as shared.   | |
| subroutine, public | distdata_set_shared_facet (ddata, facet) | 
| Mark a facet as shared.   | |
| subroutine, public | distdata_set_shared_edge (ddata, edge) | 
| Mark an element's edge as shared.   | |
| subroutine, public | distdata_set_shared_point (ddata, point) | 
| Mark a point as shared.   | |
| subroutine, public | distdata_set_local_to_global_facet (ddata, local, global) | 
| Set local to global mapping (facets)   | |
| subroutine, public | distdata_set_local_to_global_edge (ddata, local, global) | 
| Set local to global mapping (edges)   | |
| subroutine, public distdata::distdata_free | ( | type(distdata_t), intent(inout) | ddata | ) | 
| subroutine, public distdata::distdata_init | ( | type(distdata_t), intent(inout) | ddata | ) | 
Definition at line 61 of file distdata.f90.


| subroutine, public distdata::distdata_set_local_to_global_edge | ( | type(distdata_t), intent(inout) | ddata, | 
| integer, intent(in), value | local, | ||
| integer, intent(in), value | global | ||
| ) | 
| [in] | local | Local edge index | 
| [in] | global | Global edge index | 
Definition at line 145 of file distdata.f90.

| subroutine, public distdata::distdata_set_local_to_global_facet | ( | type(distdata_t), intent(inout) | ddata, | 
| integer, intent(in), value | local, | ||
| integer, intent(in), value | global | ||
| ) | 
| [in] | local | Local facet index | 
| [in] | global | Global facet index | 
Definition at line 135 of file distdata.f90.

| subroutine, public distdata::distdata_set_shared_edge | ( | type(distdata_t), intent(inout) | ddata, | 
| integer, value | edge | ||
| ) | 
| edge | Edge index (local numbering) | 
Definition at line 117 of file distdata.f90.

| subroutine, public distdata::distdata_set_shared_el_facet | ( | type(distdata_t), intent(inout) | ddata, | 
| integer, intent(in), value | element, | ||
| integer, intent(in), value | side | ||
| ) | 
| [in] | element | Element index (local numbering) | 
| [in] | side | Facet index | 
Definition at line 95 of file distdata.f90.

| subroutine, public distdata::distdata_set_shared_facet | ( | type(distdata_t), intent(inout) | ddata, | 
| integer, value | facet | ||
| ) | 
| facet | Facet index (local numbering) | 
Definition at line 107 of file distdata.f90.

| subroutine, public distdata::distdata_set_shared_point | ( | type(distdata_t), intent(inout) | ddata, | 
| integer, value | point | ||
| ) | 
| point | Point index (local numbering) | 
Definition at line 126 of file distdata.f90.
