Mercurial > repos > public > sbplib_julia
changeset 175:bcd2029c590d boundary_conditions
Remove a bunch of obsolete method sketches
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 12 Jun 2019 15:12:03 +0200 |
parents | 187295479984 |
children | 24779d423243 87747870441e |
files | diffOp.jl |
diffstat | 1 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/diffOp.jl Wed Jun 12 15:09:45 2019 +0200 +++ b/diffOp.jl Wed Jun 12 15:12:03 2019 +0200 @@ -13,26 +13,6 @@ error("not implemented") end -function boundaryCondition(D::DiffOp,b::BoundaryIdentifier,type)::(Closure, Penalty) - error("not implemented") -end - -function interface(Du::DiffOp, Dv::DiffOp, b::BoundaryIdentifier; type) - error("not implemented") -end - -abstract type Closure end - -function apply(c::Closure, v::AbstractVector, i::Int) - error("not implemented") -end - -abstract type Penalty end - -function apply(c::Penalty, g, i::Int) - error("not implemented") -end - abstract type DiffOpCartesian{Dim} <: DiffOp end # DiffOp must have a grid of dimension Dim!!!