Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Mar 26, 2024
1 parent 7d794ff commit afa5d52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RefElemData_SBP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ function sparse_low_order_SBP_operators(rd::RefElemData{NDIMS}; factor=1.01) whe
"more than one connected component. Try increasing the value of `factor`.")
end

# note: this part doesn't do anything for a nodal SBP operator. In that case, E_dense = E = Vf
# and E should just reduce to Vf, which is a face extraction operator.
E_dense = Vf * Pq
E = zeros(size(E_dense))
for i in axes(E, 1)
Expand Down

0 comments on commit afa5d52

Please sign in to comment.