tem_sphere_out Interface

public interface tem_sphere_out

interface to write out spheres in lua format to a file


Module Procedures

private subroutine tem_sphere_out_scal(me, conf)

Write out a sphere shape in lua format

Arguments

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

sphere 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_sphere_out_vec(me, conf)

Write out an array of spheres in lua format

Arguments

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

sphere types to write out

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

Aotus type handling the output to the file in lua format