Octopus
basins.F90 File Reference

Go to the source code of this file.

Modules

module  basins_oct_m
 

Data Types

type  basins_oct_m::basins_t
 

Functions/Subroutines

subroutine, public basins_oct_m::basins_init (this, namespace, mesh)
 
subroutine, public basins_oct_m::basins_end (this)
 
subroutine, public basins_oct_m::basins_analyze (this, namespace, mesh, f, rho, threshold)
 
recursive integer function steep_fill (ii)
 
integer function get_max (ii, threshold)
 
subroutine analyze (namespace)
 
subroutine, public basins_oct_m::basins_write (this, mesh, iunit)
 

Function/Subroutine Documentation

◆ steep_fill()

recursive integer function basins_analyze::steep_fill ( integer, intent(in)  ii)
private

Definition at line 223 of file basins.F90.

◆ get_max()

integer function basins_analyze::get_max ( integer, intent(in)  ii,
real(real64), intent(in)  threshold 
)
private

Definition at line 253 of file basins.F90.

◆ analyze()

subroutine basins_analyze::analyze ( type(namespace_t), intent(in)  namespace)
private

Definition at line 297 of file basins.F90.