DART-Ray
Functions/Subroutines
create_adap_grid_magtar.f90 File Reference

Functions/Subroutines

program create_adap_grid_magtar
 Creates the grid for the magtar project (see Natale et al. (2017)). Different elliptical geometries for the dust: a shell, a cavity, or a "wind" model. More...
 
subroutine calc_dens (x, y, z, cellsize, av_rho_dust, av_rho_stars)
 
logical function subdivision (x, y, z, cellsize)
 
subroutine print_info_file ()
 
subroutine subdivision_loop ()
 
subroutine subdivide_neighbour_cells
 
subroutine subdivide_cell (cc, nlevel_cc)
 

Function/Subroutine Documentation

subroutine create_adap_grid_magtar::calc_dens ( real(kind=real64)  x,
real(kind=real64)  y,
real(kind=real64)  z,
real(kind=real64)  cellsize,
real(kind=real64)  av_rho_dust,
real(kind=real64)  av_rho_stars 
)

Here is the call graph for this function:

program create_adap_grid_magtar ( )

Creates the grid for the magtar project (see Natale et al. (2017)). Different elliptical geometries for the dust: a shell, a cavity, or a "wind" model.

Here is the call graph for this function:

subroutine create_adap_grid_magtar::print_info_file ( )
subroutine create_adap_grid_magtar::subdivide_cell ( integer(kind=int32)  cc,
integer(kind=int32)  nlevel_cc 
)

Here is the call graph for this function:

subroutine create_adap_grid_magtar::subdivide_neighbour_cells ( )

Here is the call graph for this function:

logical function create_adap_grid_magtar::subdivision ( real(kind=real64)  x,
real(kind=real64)  y,
real(kind=real64)  z,
real(kind=real64)  cellsize 
)

Here is the call graph for this function:

subroutine create_adap_grid_magtar::subdivision_loop ( )

Here is the call graph for this function: