tem_convergence_out Interface

public interface tem_convergence_out

Module Procedures

private subroutine tem_convergence_out_vector(me, conf)

Allows the output of array of convergence to lua out

Arguments

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

convergence to write into the lua file

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

aotus type handling the output to the file in lua format

private subroutine tem_convergence_out_single(me, conf, level)

Allows the output of the single convergence to lua out.

Read more…

Arguments

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

convergence to write into the lua file

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

aotus type handling the output to the file in lua format

integer, intent(in), optional :: level

to dump variable with key or without key