plotIODirect Subroutine

public subroutine plotIODirect(obj, x, Fx, option, logscale)

Arguments

Type IntentOptional AttributesName
class(IO_), intent(inout) :: obj
real(kind=real64), intent(in) :: x(:)
real(kind=real64), intent(in) :: Fx(:)
character(len=*), intent(in), optional :: option
logical, intent(in), optional :: logscale

Contents

None