atl_eqn_write Subroutine

public subroutine atl_eqn_write(equation, pconf)

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(in) :: equation

Equation information to write.

type(aot_out_type) :: pconf

Lua output handle to write the equation information to.

Needs to have been opened with aot_out_open.