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

Go to the source code of this file.

Data Types

type  map_1d::map_1d_t
 Type that encapsulates a mapping from each gll point in the mesh to its corresponding (global) GLL point index in one direction. More...
 

Modules

module  map_1d
 Creates a 1d GLL point map along a specified direction based on the connectivity in the mesh.
 

Functions/Subroutines

subroutine map_1d::map_1d_init (this, coef, dir, tol)
 
subroutine map_1d::map_1d_init_char (this, coef, dir, tol)
 
subroutine map_1d::map_1d_free (this)
 
subroutine map_1d::map_1d_average_field_list (this, avg_planes, field_list)
 Computes average if field list in two directions and outputs matrix with averaged values avg_planes contains coordinates in first row, avg. of fields in the rest. More...
 
subroutine map_1d::map_1d_average_vector_ptr (this, avg_planes, vector_ptr)
 Computes average if vector_pt in two directions and outputs matrix with averaged values avg_planes contains coordinates in first row, avg. of fields in the rest. More...