comparison src/SbpOperators/volumeops/laplace/laplace.jl @ 1599:37b05221beda feature/boundary_conditions

Review
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 29 May 2024 22:35:08 +0200
parents 19cdec9c21cb
children b2496b001297
comparison
equal deleted inserted replaced
1598:19cdec9c21cb 1599:37b05221beda
103 τ_R = tuning[2]/(h*θ_R) 103 τ_R = tuning[2]/(h*θ_R)
104 B = τ_H + τ_R 104 B = τ_H + τ_R
105 return B 105 return B
106 end 106 end
107 107
108 positivity_properties(Δ::Laplace) = parse_named_tuple(Δ.stencil_set["Positivity"]["D2"]) 108 positivity_properties(Δ::Laplace) = parse_named_tuple(Δ.stencil_set["Positivity"]["D2"]) # REVIEW: Can this function extract theta_H from the inner product instead of storing it twice in the TOML?