Skip to content

Commit

Permalink
Update src/fokker_planck_calculus.jl
Browse files Browse the repository at this point in the history
Co-authored-by: John Omotani <[email protected]>
  • Loading branch information
mrhardman and johnomotani authored Dec 11, 2023
1 parent 4ffe729 commit 3103c41
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/fokker_planck_calculus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 3103c41

Please sign in to comment.