Mercurial > repos > public > sbplib_julia
comparison diffOp.jl @ 153:754c36796ac8 boundary_conditions
Add missing where statement
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Apr 2019 09:43:56 +0200 |
parents | f54dd4408fa7 |
children | 3193bac1c086 |
comparison
equal
deleted
inserted
replaced
152:f54dd4408fa7 | 153:754c36796ac8 |
---|---|
178 | 178 |
179 # Hi * e * H_gamma * (d'*v - g) | 179 # Hi * e * H_gamma * (d'*v - g) |
180 # e, d, H_gamma applied based on bc.boundaryId | 180 # e, d, H_gamma applied based on bc.boundaryId |
181 end | 181 end |
182 | 182 |
183 function sat(L::Laplace{2}, bc::Dirichlet{CartesianBoundary{1,R}}, v::AbstractArray{T,2} where T, g::AbstractVector{T}, i::CartesianIndex{2}) | 183 function sat(L::Laplace{2}, bc::Dirichlet{CartesianBoundary{1,R}}, v::AbstractArray{T,2} where T, g::AbstractVector{T}, i::CartesianIndex{2}) where R |
184 # Hi * (tau/h*e + sig*d) * H_gamma * (e'*v - g) | 184 # Hi * (tau/h*e + sig*d) * H_gamma * (e'*v - g) |
185 # e, d, H_gamma applied based on bc.boundaryId | 185 # e, d, H_gamma applied based on bc.boundaryId |
186 end | 186 end |
187 | 187 |