From 3103c413a10e66be960a73c477808ff058672250 Mon Sep 17 00:00:00 2001 From: mrhardman Date: Mon, 11 Dec 2023 13:36:02 +0000 Subject: [PATCH] Update src/fokker_planck_calculus.jl Co-authored-by: John Omotani --- src/fokker_planck_calculus.jl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/fokker_planck_calculus.jl b/src/fokker_planck_calculus.jl index e4e4f1c65..da1d57c13 100644 --- a/src/fokker_planck_calculus.jl +++ b/src/fokker_planck_calculus.jl @@ -1502,13 +1502,6 @@ function assemble_matrix_operators_dirichlet_bc(vpa,vperp,vpa_spectral,vperp_spe if global_rank[] == 0 && print_to_screen println("finished elliptic operator assignment ", Dates.format(now(), dateformat"H:MM:SS")) end - if nc_global < 60 - print_matrix(MM2D,"MM2D",nc_global,nc_global) - #print_matrix(KKpar2D,"KKpar2D",nc_global,nc_global) - #print_matrix(KKperp2D,"KKperp2D",nc_global,nc_global) - #print_matrix(LP2D,"LP",nc_global,nc_global) - #print_matrix(LV2D,"LV",nc_global,nc_global) - end # convert these matrices to sparse matrices if global_rank[] == 0 && print_to_screen println("begin conversion to sparse matrices ", Dates.format(now(), dateformat"H:MM:SS"))