Skip to content

Commit

Permalink
fix comment and remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Aug 30, 2024
1 parent 246f3f5 commit 622e4b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/RefElemData_SBP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ function RefElemData(elementType::Union{Quad, Hex}, approxType::SBP{TensorProduc
Polynomial(TensorProductQuadrature(gauss_lobatto_quad(0, 0, N))),
N; kwargs...)

println("Brute force Fmask determination")
# manually determine Fmask so that rd.rf = rd.r[rd.Fmask], ...
# brute-force determine Fmask so that rd.rf = rd.r[rd.Fmask], etc.
new_Fmask = copy(rd.Fmask)
for fid in eachindex(rd.rf)
rstf = SVector(getindex.(rd.rstf, fid))
Expand Down

0 comments on commit 622e4b1

Please sign in to comment.