Creates a 1d GLL point map along a specified direction based on the connectivity in the mesh.  
 | 
| type   | 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...
  | 
|   | 
 | 
| subroutine  | map_1d_init (this, coef, dir, tol) | 
|   | 
| subroutine  | map_1d_init_char (this, coef, dir, tol) | 
|   | 
| subroutine  | map_1d_free (this) | 
|   | 
| subroutine  | 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_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.  
  | 
|   | 
◆ map_1d_average_field_list()
- Parameters
 - 
  
    | avg_planes | output averages  | 
    | field_list | list of fields to be averaged  | 
  
   
Definition at line 298 of file map_1d.f90.
 
 
◆ map_1d_average_vector_ptr()
- Parameters
 - 
  
    | avg_planes | output averages  | 
    | vector_pts | to vectors to be averaged  | 
  
   
Definition at line 338 of file map_1d.f90.
 
 
◆ map_1d_free()
◆ map_1d_init()
◆ map_1d_init_char()