Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | distdata::distdata_t |
Modules | |
module | distdata |
Distributed mesh data. | |
Functions/Subroutines | |
subroutine | distdata::distdata_init (this) |
Initialise a distdata type. | |
subroutine | distdata::distdata_free (this) |
Free a distdata type. | |
subroutine | distdata::distdata_set_shared_el_facet (this, element, side) |
Mark an element's facet as shared. | |
subroutine | distdata::distdata_set_shared_facet (this, facet) |
Mark a facet as shared. | |
subroutine | distdata::distdata_set_shared_edge (this, edge) |
Mark an element's edge as shared. | |
subroutine | distdata::distdata_set_shared_point (this, point) |
Mark a point as shared. | |
subroutine | distdata::distdata_set_local_to_global_facet (this, local, global) |
Set local to global mapping (facets) | |
subroutine | distdata::distdata_set_local_to_global_edge (this, local, global) |
Set local to global mapping (edges) | |