Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Distributed mesh data.
Data Types | |
type | distdata_t |
Functions/Subroutines | |
subroutine | distdata_init (this) |
Initialise a distdata type. | |
subroutine | distdata_free (this) |
Free a distdata type. | |
subroutine | distdata_set_shared_el_facet (this, element, side) |
Mark an element's facet as shared. | |
subroutine | distdata_set_shared_facet (this, facet) |
Mark a facet as shared. | |
subroutine | distdata_set_shared_edge (this, edge) |
Mark an element's edge as shared. | |
subroutine | distdata_set_shared_point (this, point) |
Mark a point as shared. | |
subroutine | distdata_set_local_to_global_facet (this, local, global) |
Set local to global mapping (facets) | |
subroutine | distdata_set_local_to_global_edge (this, local, global) |
Set local to global mapping (edges) | |
|
private |
subroutine distdata::distdata_init | ( | class(distdata_t), intent(inout) | this | ) |
|
private |
[in] | local | Local edge index |
[in] | global | Global edge index |
Definition at line 157 of file distdata.f90.
|
private |
[in] | local | Local facet index |
[in] | global | Global facet index |
Definition at line 147 of file distdata.f90.
|
private |
edge | Edge index (local numbering) |
Definition at line 129 of file distdata.f90.
|
private |
[in] | element | Element index (local numbering) |
[in] | side | Facet index |
Definition at line 107 of file distdata.f90.
|
private |
facet | Facet index (local numbering) |
Definition at line 119 of file distdata.f90.
|
private |
point | Point index (local numbering) |
Definition at line 138 of file distdata.f90.