Mercurial > repos > public > sbplib_julia
comparison src/DiffOps/DiffOps.jl @ 838:76e5682d0e52 feature/setup_documenter
Fix a bunch of docstring mistakes
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 14 Jan 2022 09:19:07 +0100 |
parents | 48f916e12994 |
children | 471a948cd2b2 |
comparison
equal
deleted
inserted
replaced
837:126e169bb0b7 | 838:76e5682d0e52 |
---|---|
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 |