comparison src/DiffOps/DiffOps.jl @ 858:5088de9b6d65

Merge feature/setup_documenter
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 19 Jan 2022 07:24:36 +0100
parents 76e5682d0e52
children 471a948cd2b2
comparison
equal deleted inserted replaced
823:3c1dd7692797 858:5088de9b6d65
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