Class implementing a spherical box.  
 More...
Class implementing a spherical box. 
Definition at line 132 of file box_sphere.F90.
 
 | 
| real(real64), dimension(:), allocatable, public  | center | 
|   | where is the box centered  More...
  | 
|   | 
| type(basis_vectors_t), public  | axes | 
|   | Unit vectors used to define the orientation of the shape in space.  More...
  | 
|   | 
| integer, public  | dim | 
|   | dimensions of the space the box lives in  More...
  | 
|   | 
| real(real64), dimension(:), allocatable, public  | bounding_box_l | 
|   | Half lengths of the bounding box that contains the box. Note that this box always contains the origin and is symmetrical with respect to it.  More...
  | 
|   | 
◆ shape_contains_points()
  
  
      
        
          | procedure box_sphere_oct_m::box_sphere_t::shape_contains_points | 
         
       
   | 
  
private   | 
  
 
 
◆ get_surface_points()
  
  
      
        
          | procedure box_sphere_oct_m::box_sphere_t::get_surface_points | 
         
       
   | 
  
private   | 
  
 
 
◆ get_surface_point_info()
  
  
      
        
          | procedure box_sphere_oct_m::box_sphere_t::get_surface_point_info | 
         
       
   | 
  
private   | 
  
 
 
◆ write_info()
  
  
      
        
          | procedure box_sphere_oct_m::box_sphere_t::write_info | 
         
       
   | 
  
private   | 
  
 
 
◆ short_info()
  
  
      
        
          | procedure box_sphere_oct_m::box_sphere_t::short_info | 
         
       
   | 
  
private   | 
  
 
 
◆ box_sphere_finalize()
  
  
      
        
          | final box_sphere_oct_m::box_sphere_t::box_sphere_finalize | 
         
       
   | 
  
finalprivate   | 
  
 
 
◆ radius
  
  
      
        
          | real(real64) box_sphere_oct_m::box_sphere_t::radius | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this interface was generated from the following file: