get_fph_2d_array_of_cell_coords Subroutine

public subroutine get_fph_2d_array_of_cell_coords(this, cells)

要素中心座標を2次元配列で出力する.

Type Bound

scf_grid_t

Arguments

Type IntentOptional Attributes Name
class(scf_grid_t), intent(inout) :: this
real(kind=4), intent(inout), allocatable :: cells(:,:)

Calls

proc~~get_fph_2d_array_of_cell_coords~~CallsGraph proc~get_fph_2d_array_of_cell_coords SCF_file_reader_m::scf_grid_t%get_fph_2d_array_of_cell_coords proc~packing_vector_into_2darray_ SCF_file_reader_m::packing_vector_into_2Darray_ proc~get_fph_2d_array_of_cell_coords->proc~packing_vector_into_2darray_

Contents