|
DART-Ray
|
Functions/Subroutines | |
| program | create_adap_grid_trusti |
| Creates the main 3D grid for the TRUST I benchmark. More... | |
| subroutine | calc_dens (x, y, z, cellsize, av_rho_dust, av_rho_stars) |
| logical function | subdivision (x, y, z, cellsize, av_rho_dust, av_rho_stars) |
| subroutine | print_info_file () |
| subroutine | subdivision_loop () |
| subroutine | subdivide_neighbour_cells |
| subroutine | subdivide_cell (cc, nlevel_cc) |
| subroutine create_adap_grid_trusti::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 | ||
| ) |
| program create_adap_grid_trusti | ( | ) |
Creates the main 3D grid for the TRUST I benchmark.
| subroutine create_adap_grid_trusti::print_info_file | ( | ) |
| subroutine create_adap_grid_trusti::subdivide_cell | ( | integer(kind=int32) | cc, |
| integer(kind=int32) | nlevel_cc | ||
| ) |
| subroutine create_adap_grid_trusti::subdivide_neighbour_cells | ( | ) |
| logical function create_adap_grid_trusti::subdivision | ( | 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 | ||
| ) |
| subroutine create_adap_grid_trusti::subdivision_loop | ( | ) |
1.8.11