This data type defines a line, and a regular grid defined on this line (or rather, on a portion of this line). NB: only works for 2D grids.  
 More...
This data type defines a line, and a regular grid defined on this line (or rather, on a portion of this line). NB: only works for 2D grids. 
Definition at line 260 of file mesh.F90.
 | 
| real(real64), dimension(2)  | n | 
|   | normal vector (unit vector)  More...
  | 
|   | 
| real(real64), dimension(2)  | u | 
|   | direction of the line  More...
  | 
|   | 
| real(real64), dimension(2)  | origin | 
|   | origin of the line  More...
  | 
|   | 
| real(real64)  | spacing | 
|   | 
| integer  | nu | 
|   | 
| integer  | mu | 
|   | 
  
  
      
        
          | real(real64), dimension(2) mesh_oct_m::mesh_line_t::n | 
         
       
   | 
  
private   | 
  
 
normal vector (unit vector) 
Definition at line 262 of file mesh.F90.
 
 
  
  
      
        
          | real(real64), dimension(2) mesh_oct_m::mesh_line_t::u | 
         
       
   | 
  
private   | 
  
 
direction of the line 
Definition at line 263 of file mesh.F90.
 
 
◆ origin
  
  
      
        
          | real(real64), dimension(2) mesh_oct_m::mesh_line_t::origin | 
         
       
   | 
  
private   | 
  
 
origin of the line 
Definition at line 264 of file mesh.F90.
 
 
◆ spacing
  
  
      
        
          | real(real64) mesh_oct_m::mesh_line_t::spacing | 
         
       
   | 
  
private   | 
  
 
 
◆ nu
  
  
      
        
          | integer mesh_oct_m::mesh_line_t::nu | 
         
       
   | 
  
private   | 
  
 
 
◆ mu
  
  
      
        
          | integer mesh_oct_m::mesh_line_t::mu | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this type was generated from the following file: