tem_polygon_material_load Subroutine

public subroutine tem_polygon_material_load(me, conf, thandle)

read list of vertices

Arguments

TypeIntentOptionalAttributesName
type(tem_polygon_material_type), intent(out) :: me

Polygon data structure to fill with information provided by the user in config.

type(flu_state) :: conf

Handle to the Lua script containing the polygon definition

integer, intent(in), optional :: thandle

Handle for the table containing the polygon definition.


Calls

proc~~tem_polygon_material_load~~CallsGraph proc~tem_polygon_material_load tem_polygon_material_load interface~aot_get_val aot_get_val proc~tem_polygon_material_load->interface~aot_get_val proc~aot_table_length aot_table_length proc~tem_polygon_material_load->proc~aot_table_length proc~aot_table_open aot_table_open proc~tem_polygon_material_load->proc~aot_table_open proc~aot_table_close aot_table_close proc~tem_polygon_material_load->proc~aot_table_close proc~tem_abort tem_abort proc~tem_polygon_material_load->proc~tem_abort mpi_abort mpi_abort proc~tem_abort->mpi_abort

Called by

proc~~tem_polygon_material_load~~CalledByGraph proc~tem_polygon_material_load tem_polygon_material_load proc~load_spatial_predefined load_spatial_predefined proc~load_spatial_predefined->proc~tem_polygon_material_load proc~tem_load_spatial tem_load_spatial proc~tem_load_spatial->proc~load_spatial_predefined proc~load_spacetime_predefined load_spacetime_predefined proc~load_spacetime_predefined->proc~tem_load_spatial proc~tem_load_ic tem_load_ic proc~tem_load_ic->proc~tem_load_spatial proc~tem_load_spacetime_single tem_load_spacetime_single proc~tem_load_spacetime_single->proc~load_spacetime_predefined

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: defout(:)
integer, private :: vertex_table
integer, private :: valtable
integer, private :: vertices_table
integer, private :: iVertex
integer, private :: iError
integer, private, allocatable:: vError(:)
integer, private :: iError_v(2)
integer, private :: iPoly