![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_connectivity (IJK, TYPE_OF_CELL, N_NEW_POINTS, N_NODES, CONNECT, X_NP, Y_NP, Z_NP, TOTAL_NUMBER_OF_INTERSECTIONS, X_intersect, Y_intersect, Z_intersect) |
subroutine | get_cell_node_coordinates (IJK, TYPE_OF_CELL) |
subroutine | get_global_cell_node_coordinates (IJK, TYPE_OF_CELL) |
subroutine get_cell_node_coordinates | ( | integer | IJK, |
character (len=*) | TYPE_OF_CELL | ||
) |
Definition at line 324 of file get_connectivity.f.
subroutine get_connectivity | ( | integer | IJK, |
character (len=*) | TYPE_OF_CELL, | ||
integer | N_NEW_POINTS, | ||
integer | N_NODES, | ||
integer, dimension(dimension_3,15) | CONNECT, | ||
double precision, dimension(dimension_max_cut_cell) | X_NP, | ||
double precision, dimension(dimension_max_cut_cell) | Y_NP, | ||
double precision, dimension(dimension_max_cut_cell) | Z_NP, | ||
integer | TOTAL_NUMBER_OF_INTERSECTIONS, | ||
double precision, dimension(dimension_3) | X_intersect, | ||
double precision, dimension(dimension_3) | Y_intersect, | ||
double precision, dimension(dimension_3) | Z_intersect | ||
) |
Definition at line 17 of file get_connectivity.f.
subroutine get_global_cell_node_coordinates | ( | integer | IJK, |
character (len=*) | TYPE_OF_CELL | ||
) |
Definition at line 504 of file get_connectivity.f.