![]()  | 
  
    Octopus
    
   | 
 
Data Types | |
| type | basins_t | 
Functions/Subroutines | |
| subroutine, public | basins_init (this, namespace, mesh) | 
| subroutine, public | basins_end (this) | 
| subroutine, public | basins_analyze (this, namespace, mesh, f, rho, threshold) | 
| subroutine, public | basins_write (this, mesh, iunit) | 
| subroutine, public basins_oct_m::basins_init | ( | type(basins_t), intent(out) | this, | 
| type(namespace_t), intent(in) | namespace, | ||
| class(mesh_t), intent(in) | mesh | ||
| ) | 
Definition at line 150 of file basins.F90.
| subroutine, public basins_oct_m::basins_end | ( | type(basins_t), intent(inout) | this | ) | 
Definition at line 169 of file basins.F90.
| subroutine, public basins_oct_m::basins_analyze | ( | type(basins_t), intent(inout) | this, | 
| type(namespace_t), intent(in) | namespace, | ||
| class(mesh_t), intent(in) | mesh, | ||
| real(real64), dimension(:), intent(in) | f, | ||
| real(real64), dimension(:, :), intent(in) | rho, | ||
| real(real64), intent(in) | threshold | ||
| ) | 
Definition at line 187 of file basins.F90.
| subroutine, public basins_oct_m::basins_write | ( | type(basins_t), intent(in) | this, | 
| class(mesh_t), intent(in) | mesh, | ||
| integer, intent(in) | iunit | ||
| ) | 
Definition at line 351 of file basins.F90.