comparison src/DiffOps/DiffOps.jl @ 866:1784b1c0af3e feature/laplace_opset

Merge with default
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Wed, 19 Jan 2022 14:44:24 +0100
parents 76e5682d0e52
children 471a948cd2b2
comparison
equal deleted inserted replaced
865:545a6c1a0a0e 866:1784b1c0af3e
91 # TODO: This conflicts with LazyTensors. Shouldn't DiffOps be LazyTensorOperators and use that apply? 91 # TODO: This conflicts with LazyTensors. Shouldn't DiffOps be LazyTensorOperators and use that apply?
92 # export apply 92 # export apply
93 93
94 94
95 """ 95 """
96 BoundaryCondition
96 A BoundaryCondition should implement the method 97 A BoundaryCondition should implement the method
97 sat(::DiffOp, v::AbstractArray, data::AbstractArray, ...) 98 sat(::DiffOp, v::AbstractArray, data::AbstractArray, ...)
98 """ 99 """
99 abstract type BoundaryCondition end 100 abstract type BoundaryCondition end
100 101