comparison src/DiffOps/DiffOps.jl @ 848:be24e6374d24 operator_storage_array_of_table

Merge feature/setup_documenter
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 14 Jan 2022 13:34:40 +0100
parents 76e5682d0e52
children 471a948cd2b2
comparison
equal deleted inserted replaced
836:91a63b04b1c9 848:be24e6374d24
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