write_to_snapsfile Subroutine

public subroutine write_to_snapsfile(mesh, tau, u_naive, u_supp)

Writes variables to snapsfile

Arguments

Type IntentOptional Attributes Name
type(mesh_cart_t), intent(in) :: mesh

Mesh

real(kind=FP), intent(in) :: tau

Time

real(kind=FP), intent(in), dimension(mesh%get_n_points()) :: u_naive

Variable of naive solution

real(kind=FP), intent(in), dimension(mesh%get_n_points()) :: u_supp

Variable of support operator solution