export_tecplot_interface Abstract Interface

abstract interface

Abstract interfaces of integrand_tester_object class.

private subroutine export_tecplot_interface(self, file_name, t, scheme, close_file, with_exact_solution, U0)

Arguments

Type IntentOptional AttributesName
class(integrand_tester_object), intent(in) :: self

Integrand.

character(len=*), intent(in), optional :: file_name

File name.

real(kind=R_P), intent(in), optional :: t

Time.

character(len=*), intent(in), optional :: scheme

Scheme used to integrate integrand.

logical, intent(in), optional :: close_file

Flag for closing file.

logical, intent(in), optional :: with_exact_solution

Flag for export also exact solution.

class(integrand_object), intent(in), optional :: U0

Initial conditions.

Description

Export integrand to Tecplot file.