tem_polygon_vertex_type Derived Type

type, private :: tem_polygon_vertex_type

Type to store the vertices for the polygon


Inherited by

type~~tem_polygon_vertex_type~~InheritedByGraph type~tem_polygon_vertex_type tem_polygon_vertex_type type~tem_polygon_material_type tem_polygon_material_type type~tem_polygon_material_type->type~tem_polygon_vertex_type poly_list type~tem_spatial_type tem_spatial_type type~tem_spatial_type->type~tem_polygon_material_type polygon_material type~tem_spacetime_fun_type tem_spacetime_fun_type type~tem_spacetime_fun_type->type~tem_polygon_material_type polygon_material type~tem_spacetime_fun_type->type~tem_spatial_type spatial type~tem_st_fun_listelem_type tem_st_fun_listElem_type type~tem_st_fun_listelem_type->type~tem_spacetime_fun_type val type~tem_st_fun_listelem_type->type~tem_st_fun_listelem_type next type~tem_ini_condition_type tem_ini_condition_type type~tem_ini_condition_type->type~tem_spatial_type ini_state type~tem_variable_type tem_variable_type type~tem_variable_type->type~tem_spacetime_fun_type st_fun type~tem_st_fun_linkedlist_type tem_st_fun_linkedList_type type~tem_st_fun_linkedlist_type->type~tem_st_fun_listelem_type head

Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: nVertices

Number of vertices in the polygon.

real(kind=rk), private, allocatable:: vertex(:,:)

2D Coordinates of the vertices. First index runs over number of vertices, second from 1 to 2.