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


Calls

proc~~write_to_snapsfile~~CallsGraph proc~write_to_snapsfile write_to_snapsfile nf90_put_var nf90_put_var proc~write_to_snapsfile->nf90_put_var proc~handle_error_netcdf handle_error_netcdf proc~write_to_snapsfile->proc~handle_error_netcdf none~handle_error_netcdf error_handler_t%handle_error_netcdf proc~handle_error_netcdf->none~handle_error_netcdf

Called by

proc~~write_to_snapsfile~~CalledByGraph proc~write_to_snapsfile write_to_snapsfile program~test_diffusion test_diffusion program~test_diffusion->proc~write_to_snapsfile