tem_load_transformation Subroutine

public subroutine tem_load_transformation(transform, conf, thandle)

This routine loads the transformation table for each spatial object table in config file

If single spatial object contains multiple geometry then the transformation is applied to all geometries defined in that spatial object

Arguments

TypeIntentOptionalAttributesName
type(tem_transformation_type), intent(out) :: transform

transformation for spatial object

type(flu_State) :: conf

lua state

integer, intent(in) :: thandle

spatial object parent handle


Calls

proc~~tem_load_transformation~~CallsGraph proc~tem_load_transformation tem_load_transformation proc~aot_table_close aot_table_close proc~tem_load_transformation->proc~aot_table_close proc~tem_load_translation tem_load_translation proc~tem_load_transformation->proc~tem_load_translation proc~aot_table_open aot_table_open proc~tem_load_transformation->proc~aot_table_open proc~tem_load_deformation tem_load_deformation proc~tem_load_transformation->proc~tem_load_deformation proc~tem_load_translation->proc~aot_table_close proc~tem_load_translation->proc~aot_table_open proc~tem_abort tem_abort proc~tem_load_translation->proc~tem_abort interface~aot_get_val~2 aot_get_val proc~tem_load_translation->interface~aot_get_val~2 proc~tem_load_deformation->proc~aot_table_close proc~tem_load_deformation->proc~aot_table_open proc~tem_load_deformation->proc~tem_abort proc~tem_load_deformation->interface~aot_get_val~2 mpi_abort mpi_abort proc~tem_abort->mpi_abort

Called by

proc~~tem_load_transformation~~CalledByGraph proc~tem_load_transformation tem_load_transformation proc~tem_load_shape_single tem_load_shape_single proc~tem_load_shape_single->proc~tem_load_transformation proc~tem_load_shapes tem_load_shapes proc~tem_load_shapes->proc~tem_load_shape_single interface~tem_load_shape tem_load_shape interface~tem_load_shape->proc~tem_load_shape_single interface~tem_load_shape->proc~tem_load_shapes proc~tem_load_trackingconfig tem_load_trackingConfig proc~tem_load_trackingconfig->interface~tem_load_shape proc~load_spatial_parabol load_spatial_parabol proc~load_spatial_parabol->interface~tem_load_shape proc~tem_load_convergenceheader tem_load_convergenceHeader proc~tem_load_convergenceheader->interface~tem_load_shape proc~tem_load_spacetime_single tem_load_spacetime_single proc~tem_load_spacetime_single->interface~tem_load_shape proc~tem_load_spacetime_single->proc~tem_load_spacetime_single proc~load_spatial_predefined load_spatial_predefined proc~load_spatial_predefined->proc~load_spatial_parabol proc~tem_load_tracking tem_load_tracking proc~tem_load_tracking->proc~tem_load_trackingconfig interface~tem_load_spacetime tem_load_spacetime interface~tem_load_spacetime->proc~tem_load_spacetime_single proc~tem_convergence_load tem_convergence_load proc~tem_convergence_load->proc~tem_load_convergenceheader proc~tem_load_spacetime_table tem_load_spacetime_table proc~tem_load_spacetime_table->proc~tem_load_spacetime_single

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: transform_handle