Go to the source code of this file.
 | 
| 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...
  | 
|   | 
 | 
| module   | map_1d | 
|   | Creates a 1d GLL point map along a specified direction based on the connectivity in the mesh. 
  | 
|   | 
 | 
| 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.  
  | 
|   | 
| 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.  
  | 
|   |