comparison src/DiffOps/DiffOps.jl @ 875:067a322e4f73 laplace_benchmarks

Merge with feature/laplace_opset
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 27 Jan 2022 10:55:08 +0100
parents 76e5682d0e52
children 471a948cd2b2
comparison
equal deleted inserted replaced
874:7e9ebd572deb 875:067a322e4f73
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