![]() |
MFIX
2016-1
|
Functions/Subroutines | |
subroutine | check_data_cartesian |
subroutine | check_bc_flags |
subroutine | build_cone_for_c2c (Q) |
subroutine | get_dxyz_from_control_points |
subroutine | find_cell_ratio (POS, D_Target, L, NN, ALPHA3) |
subroutine | adjust_ijk_size |
subroutine | report_best_processor_size |
subroutine | report_best_ijk_size |
subroutine | get_lip_with_ghost_layers (NODESL, NUC_L, LMIN1, LMAX1, L_SIZE, NCPP, NCPP_WITH_GHOST, LIP, IPROC_OF_MAX, IPROC_OF_MIN) |
subroutine | minimize_load_imbalance (NODESL, NUC_L, LMIN1, LMAX1, L_SIZE, NCPP, NCPP_WITH_GHOST) |
subroutine | report_best_ijk_size0 |
subroutine | get_lip_with_ghost_layers0 (NODESL, NUC_L, LMIN1, LMAX1, L_SIZE, NCPP, NCPP_WITH_GHOST, LIP, IPROC_OF_MAX, IPROC_OF_MIN) |
subroutine | minimize_load_imbalance0 (NODESL, NUC_L, LMIN1, LMAX1, L_SIZE, NCPP, NCPP_WITH_GHOST) |
subroutine check_data_cg::adjust_ijk_size | ( | ) |
Definition at line 2704 of file check_data_cartesian.f.
subroutine check_data_cg::build_cone_for_c2c | ( | integer | Q | ) |
Definition at line 1476 of file check_data_cartesian.f.
subroutine check_data_cg::check_bc_flags | ( | ) |
Definition at line 960 of file check_data_cartesian.f.
subroutine check_data_cg::check_data_cartesian | ( | ) |
Definition at line 20 of file check_data_cartesian.f.
subroutine check_data_cg::find_cell_ratio | ( | character (len=5) | POS, |
double precision | D_Target, | ||
double precision | L, | ||
integer | NN, | ||
double precision | ALPHA3 | ||
) |
Definition at line 2534 of file check_data_cartesian.f.
subroutine check_data_cg::get_dxyz_from_control_points | ( | ) |
Definition at line 1888 of file check_data_cartesian.f.
subroutine check_data_cg::get_lip_with_ghost_layers | ( | integer | NODESL, |
integer, dimension(lmin1:lmax1) | NUC_L, | ||
integer | LMIN1, | ||
integer | LMAX1, | ||
integer, dimension(0:nodesl-1) | L_SIZE, | ||
integer, dimension(0:nodesl-1) | NCPP, | ||
integer, dimension(0:nodesl-1) | NCPP_WITH_GHOST, | ||
double precision | LIP, | ||
integer | IPROC_OF_MAX, | ||
integer | IPROC_OF_MIN | ||
) |
Definition at line 3942 of file check_data_cartesian.f.
subroutine check_data_cg::get_lip_with_ghost_layers0 | ( | integer | NODESL, |
integer, dimension(lmin1:lmax1) | NUC_L, | ||
integer | LMIN1, | ||
integer | LMAX1, | ||
integer, dimension(0:nodesl-1) | L_SIZE, | ||
integer, dimension(0:nodesl-1) | NCPP, | ||
integer, dimension(0:nodesl-1) | NCPP_WITH_GHOST, | ||
double precision | LIP, | ||
integer | IPROC_OF_MAX, | ||
integer | IPROC_OF_MIN | ||
) |
Definition at line 4704 of file check_data_cartesian.f.
subroutine check_data_cg::minimize_load_imbalance | ( | integer | NODESL, |
integer, dimension(lmin1:lmax1) | NUC_L, | ||
integer | LMIN1, | ||
integer | LMAX1, | ||
integer, dimension(0:numpes-1) | L_SIZE, | ||
integer, dimension(0:numpes-1) | NCPP, | ||
integer, dimension(0:numpes-1) | NCPP_WITH_GHOST | ||
) |
Definition at line 4076 of file check_data_cartesian.f.
subroutine check_data_cg::minimize_load_imbalance0 | ( | integer | NODESL, |
integer, dimension(lmin1:lmax1) | NUC_L, | ||
integer | LMIN1, | ||
integer | LMAX1, | ||
integer, dimension(0:numpes-1) | L_SIZE, | ||
integer, dimension(0:numpes-1) | NCPP, | ||
integer, dimension(0:numpes-1) | NCPP_WITH_GHOST | ||
) |
subroutine check_data_cg::report_best_ijk_size | ( | ) |
Definition at line 3392 of file check_data_cartesian.f.
subroutine check_data_cg::report_best_ijk_size0 | ( | ) |
subroutine check_data_cg::report_best_processor_size | ( | ) |
Definition at line 3291 of file check_data_cartesian.f.