tem_cylinder_out Interface

public interface tem_cylinder_out

interface to write out cylinders in lua format to a file

Calls

interface~~tem_cylinder_out~~CallsGraph interface~tem_cylinder_out tem_cylinder_out proc~tem_cylinder_out_vec tem_cylinder_out_vec interface~tem_cylinder_out->proc~tem_cylinder_out_vec proc~tem_cylinder_out_scal tem_cylinder_out_scal interface~tem_cylinder_out->proc~tem_cylinder_out_scal proc~tem_cylinder_out_vec->proc~tem_cylinder_out_scal proc~aot_out_open_table aot_out_open_table proc~tem_cylinder_out_vec->proc~aot_out_open_table proc~aot_out_close_table aot_out_close_table proc~tem_cylinder_out_vec->proc~aot_out_close_table interface~aot_out_val aot_out_val proc~tem_cylinder_out_scal->interface~aot_out_val proc~tem_cylinder_out_scal->proc~aot_out_open_table proc~tem_cylinder_out_scal->proc~aot_out_close_table

Called by

interface~~tem_cylinder_out~~CalledByGraph interface~tem_cylinder_out tem_cylinder_out proc~tem_shape_out_scal tem_shape_out_scal proc~tem_shape_out_scal->interface~tem_cylinder_out interface~tem_shape_out tem_shape_out interface~tem_shape_out->proc~tem_shape_out_scal proc~tem_shape_out_vec tem_shape_out_vec interface~tem_shape_out->proc~tem_shape_out_vec proc~tem_shape_out_vec->proc~tem_shape_out_scal proc~tem_convergence_out_single tem_convergence_out_single proc~tem_convergence_out_single->interface~tem_shape_out proc~hvs_ascii_write_header hvs_ascii_write_header proc~hvs_ascii_write_header->interface~tem_shape_out proc~tem_convergence_dump_single tem_convergence_dump_single proc~tem_convergence_dump_single->proc~tem_convergence_out_single proc~hvs_ascii_init hvs_ascii_init proc~hvs_ascii_init->proc~hvs_ascii_write_header proc~tem_convergence_out_vector tem_convergence_out_vector proc~tem_convergence_out_vector->proc~tem_convergence_out_single interface~tem_convergence_out tem_convergence_out interface~tem_convergence_out->proc~tem_convergence_out_single proc~hvs_asciispatial_init hvs_asciiSpatial_init proc~hvs_asciispatial_init->proc~hvs_ascii_write_header

Contents


Module Procedures

private subroutine tem_cylinder_out_scal(me, conf)

Write out a cylinder shape in lua format

Arguments

TypeIntentOptionalAttributesName
type(tem_cylinder_type), intent(in) :: me

cylinder types to write out

type(aot_out_type), intent(inout) :: conf

Aotus type handling the output to the file in lua format

private subroutine tem_cylinder_out_vec(me, conf)

Write out an array of cylinders in lua format

Arguments

TypeIntentOptionalAttributesName
type(tem_cylinder_type), intent(in) :: me(:)

cylinder types to write out

type(aot_out_type), intent(inout) :: conf

Aotus type handling the output to the file in lua format