Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | element::element_t |
Base type for an element. More... | |
interface | element::element_diameter |
interface | element::element_centroid |
interface | element::element_equal |
interface | element::element_facet_id |
interface | element::element_facet_order |
Modules | |
module | element |
Functions/Subroutines | |
subroutine | element::element_init (this, id, gdim, npts) |
Create an element with npts. | |
subroutine | element::element_free (this) |
Deallocate an element. | |
pure integer function | element::element_gdim (this) |
Get the geometric dimension of an element. | |
pure integer function | element::element_npts (this) |
Get the number of points in an element. | |
type(point_t) function, pointer | element::element_point (this, i) |
Return a pointer to point i of the element. | |