Neko  0.8.1
A portable framework for high-order spectral element flow simulations
distdata.f90 File Reference

Go to the source code of this file.

Data Types

type  distdata::distdata_t
 

Modules

module  distdata
 Distributed mesh data.
 

Functions/Subroutines

subroutine, public distdata::distdata_init (ddata)
 Initialise a distdata type. More...
 
subroutine, public distdata::distdata_free (ddata)
 Free a distdata type. More...
 
subroutine, public distdata::distdata_set_shared_el_facet (ddata, element, side)
 Mark an element's facet as shared. More...
 
subroutine, public distdata::distdata_set_shared_facet (ddata, facet)
 Mark a facet as shared. More...
 
subroutine, public distdata::distdata_set_shared_edge (ddata, edge)
 Mark an element's edge as shared. More...
 
subroutine, public distdata::distdata_set_shared_point (ddata, point)
 Mark a point as shared. More...
 
subroutine, public distdata::distdata_set_local_to_global_facet (ddata, local, global)
 Set local to global mapping (facets) More...
 
subroutine, public distdata::distdata_set_local_to_global_edge (ddata, local, global)
 Set local to global mapping (edges) More...