sdr_triangle_module Module

\brief This module is an adapter to tem_triangle_module, Contains a routine to load triangle and added it to list of spatial objects



Subroutines

public subroutine sdr_load_triangle(triArray, spaObjArray, attr_pos, transform, conf, thandle)

Load triangle information from config file.

Arguments

Type IntentOptional Attributes Name
type(grw_trianglearray_type), intent(inout) :: triArray

growing array of triangles

type(grw_spatialObjArray_type), intent(inout) :: spaObjArray

growing array of geometrical objects.

integer, intent(in) :: attr_pos

Position of the attribute to connect this object to.

type(tem_transformation_type), intent(in) :: transform

transformation for spatial object

type(flu_State) :: conf

lua state

integer, intent(in) :: thandle