Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
1598:19cdec9c21cb | 1599:37b05221beda |
---|---|
6 | 6 |
7 For `sat_op, L = sat_tensors(...)` then `SAT = sat_op*(L*u - g)` where `g` | 7 For `sat_op, L = sat_tensors(...)` then `SAT = sat_op*(L*u - g)` where `g` |
8 is the boundary data. | 8 is the boundary data. |
9 """ | 9 """ |
10 function sat_tensors end | 10 function sat_tensors end |
11 # REVIEW: Rename `sat_op` to `penalty_tensor`? | |
11 | 12 |
12 | 13 |
13 """ | 14 """ |
14 sat(op, grid, bc::BoundaryCondition, params...) | 15 sat(op, grid, bc::BoundaryCondition, params...) |
15 | 16 |