M_matrix__text_viz Module


Contents


Subroutines

public subroutine viz_done()

Arguments

None

public subroutine viz_init(x, y)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: x
integer, intent(in) :: y

public subroutine viz_plot(val, nx, ny, max)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: val(:,:)
integer, intent(in) :: nx
integer, intent(in) :: ny
real, intent(in), optional :: max

public subroutine viz_pos(x, y)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: x
integer, intent(in) :: y