Mercurial > repos > public > sbplib_julia
diff src/BoundaryConditions/sat.jl @ 1599:37b05221beda feature/boundary_conditions
Review
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 29 May 2024 22:35:08 +0200 |
parents | abc5cc0aec94 |
children | 3e7438e2a033 |
line wrap: on
line diff
--- a/src/BoundaryConditions/sat.jl Sun May 26 18:19:02 2024 -0700 +++ b/src/BoundaryConditions/sat.jl Wed May 29 22:35:08 2024 +0200 @@ -8,6 +8,7 @@ is the boundary data. """ function sat_tensors end +# REVIEW: Rename `sat_op` to `penalty_tensor`? """ @@ -21,4 +22,4 @@ function sat(op, grid, bc::BoundaryCondition, params...) sat_op, L = sat_tensors(op, grid, bc, params...) return SAT(u, g) = sat_op*(L*u - g) -end \ No newline at end of file +end