tem_triangle_out Interface

public interface tem_triangle_out

interface to write out triangles in lua format to a file

Calls

interface~~tem_triangle_out~2~~CallsGraph interface~tem_triangle_out~2 tem_triangle_out proc~tem_triangle_out_scal~2 tem_triangle_out_scal interface~tem_triangle_out~2->proc~tem_triangle_out_scal~2 proc~tem_triangle_out_vec~2 tem_triangle_out_vec interface~tem_triangle_out~2->proc~tem_triangle_out_vec~2 proc~aot_out_open_table aot_out_open_table proc~tem_triangle_out_scal~2->proc~aot_out_open_table proc~aot_out_val aot_out_val proc~tem_triangle_out_scal~2->proc~aot_out_val proc~aot_out_close_table aot_out_close_table proc~tem_triangle_out_scal~2->proc~aot_out_close_table proc~tem_triangle_out_vec~2->proc~tem_triangle_out_scal~2 proc~tem_triangle_out_vec~2->proc~aot_out_open_table proc~tem_triangle_out_vec~2->proc~aot_out_val proc~tem_triangle_out_vec~2->proc~aot_out_close_table

Contents


Module Procedures

private subroutine tem_triangle_out_scal(me, conf)

Write out a triangle shape in lua format

Arguments

Type IntentOptional Attributes Name
type(tem_triangle_type), intent(in) :: me

triangle 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_triangle_out_vec(me, conf)

Write out an array of triangles in lua format Only if nTriangles <= 10

Arguments

Type IntentOptional Attributes Name
type(tem_triangle_type), intent(in) :: me(:)

triangle types to write out

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

Aotus type handling the output to the file in lua format