Skip to content

Commit

Permalink
Update src/fokker_planck.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 1, 2023
1 parent 6147c23 commit be9fbad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fokker_planck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ using numerical integration to compute the Rosenbluth potentials only
at the boundary and using an elliptic solve to obtain the potentials
in the rest of the velocity space domain.
"""

function init_fokker_planck_collisions_weak_form(vpa,vperp,vpa_spectral,vperp_spectral; precompute_weights=false, test_dense_matrix_construction=false, print_to_screen=true)
bwgt = allocate_boundary_integration_weights(vpa,vperp)
if vperp.n > 1 && precompute_weights
Expand Down

0 comments on commit be9fbad

Please sign in to comment.