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

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. More...
 
subroutine element::element_free (this)
 Deallocate an element. More...
 
pure integer function element::element_gdim (this)
 Get the geometric dimension of an element. More...
 
pure integer function element::element_npts (this)
 Get the number of points in an element. More...
 
type(point_t) function, pointer element::element_point (this, i)
 Return a pointer to point i of the element. More...