tem_shape_out Interface

public interface tem_shape_out

Module Procedures

private subroutine tem_shape_out_scal(me, conf)

Write a shape to lua file

Arguments

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

shape 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_shape_out_vec(me, conf)

Write a array of shapes to lua file

Arguments

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

shape types to write out

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

Aotus type handling the output to the file in lua format