Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/volumeops/laplace/laplace.jl @ 722:0402b9042adc feature/laplace_opset
Fix comment
| author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
|---|---|
| date | Mon, 22 Feb 2021 15:15:24 +0100 |
| parents | 693f5487ddba |
| children | c16abc564b82 |
comparison
equal
deleted
inserted
replaced
| 708:693f5487ddba | 722:0402b9042adc |
|---|---|
| 13 struct Laplace{T, Dim, Rb, TMdiffop<:TensorMapping{T,Dim,Dim}, # Differential operator | 13 struct Laplace{T, Dim, Rb, TMdiffop<:TensorMapping{T,Dim,Dim}, # Differential operator |
| 14 TMipop<:TensorMapping{T,Dim,Dim}, # Inner product operator | 14 TMipop<:TensorMapping{T,Dim,Dim}, # Inner product operator |
| 15 TMbop<:TensorMapping{T,Rb,Dim}, # Boundary operator | 15 TMbop<:TensorMapping{T,Rb,Dim}, # Boundary operator |
| 16 TMbqop<:TensorMapping{T,Rb,Rb}, # Boundary quadrature | 16 TMbqop<:TensorMapping{T,Rb,Rb}, # Boundary quadrature |
| 17 BID<:BoundaryIdentifier} <: TensorMapping{T,Dim,Dim} | 17 BID<:BoundaryIdentifier} <: TensorMapping{T,Dim,Dim} |
| 18 D::TMdiffop # Difference operator | 18 D::TMdiffop # Differential operator |
| 19 H::TMipop # Inner product operator | 19 H::TMipop # Inner product operator |
| 20 H_inv::TMipop # Inverse inner product operator | 20 H_inv::TMipop # Inverse inner product operator |
| 21 e::Dict{BID,TMbop} # Boundary restriction operators | 21 e::Dict{BID,TMbop} # Boundary restriction operators |
| 22 d::Dict{BID,TMbop} # Normal derivative operators | 22 d::Dict{BID,TMbop} # Normal derivative operators |
| 23 H_boundary::Dict{BID,TMbqop} # Boundary quadrature operators | 23 H_boundary::Dict{BID,TMbqop} # Boundary quadrature operators |
