write_netcdf Subroutine

public subroutine write_netcdf(self, fgid)

writes csr matrix to file

Type Bound

csrmat_t

Arguments

Type IntentOptional Attributes Name
class(csrmat_t), intent(in) :: self

csr matrix

integer, intent(in) :: fgid

file or group id number of existing Netcdf4 file


Calls

proc~~write_netcdf~~CallsGraph proc~write_netcdf csrmat_t%write_netcdf nf90_def_dim nf90_def_dim proc~write_netcdf->nf90_def_dim nf90_def_var nf90_def_var proc~write_netcdf->nf90_def_var nf90_enddef nf90_enddef proc~write_netcdf->nf90_enddef nf90_put_att nf90_put_att proc~write_netcdf->nf90_put_att nf90_put_var nf90_put_var proc~write_netcdf->nf90_put_var nf90_redef nf90_redef proc~write_netcdf->nf90_redef proc~handle_error_netcdf handle_error_netcdf proc~write_netcdf->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_netcdf~~CalledByGraph proc~write_netcdf csrmat_t%write_netcdf proc~write_netcdf_helmholtz write_netcdf_helmholtz proc~write_netcdf_helmholtz->proc~write_netcdf program~benchmark_helmholtz_solvers benchmark_helmholtz_solvers program~benchmark_helmholtz_solvers->proc~write_netcdf_helmholtz